Skip to content

Releases: hackafterdark/context-sherpa

v0.10.0

26 Mar 02:42
a44cdfc

Choose a tag to compare

What's Changed

  • Splits the node graph visualization in the "Code Atlas" section into different graphs based on directory path. This reduces the amount of nodes (and edges) that render which improves performance for larger code bases.
  • Added callees/callers to the node details panel for easier traversal and quicker access to this data (opposed to just relying on the graph). This also accounts for nodes in different directories/graphs.
  • Added "jump to" and directory path breadcrumbs to the "Code Atlas" for easier navigation now that graphs are broken down by directory.
  • Adjusted config for macOS (hopefully fixes inability to move app window, needs testing)

Full Changelog: v0.9.0...v0.10.0

GUI v0.10.0

26 Mar 02:59
a44cdfc

Choose a tag to compare

What's Changed

  • Splits the node graph visualization in the "Code Atlas" section into different graphs based on directory path. This reduces the amount of nodes (and edges) that render which improves performance for larger code bases.
  • Added callees/callers to the node details panel for easier traversal and quicker access to this data (opposed to just relying on the graph). This also accounts for nodes in different directories/graphs.
  • Added "jump to" and directory path breadcrumbs to the "Code Atlas" for easier navigation now that graphs are broken down by directory.
  • Adjusted config for macOS (hopefully fixes inability to move app window, needs testing)

Full Changelog: v0.9.0...v0.10.0

v0.9.0

21 Mar 23:07

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

GUI v0.9.0

21 Mar 23:11

Choose a tag to compare

What's Changed

Full Changelog: gui-v0.8.0...gui-v0.9.0

v0.8.0

19 Mar 06:27

Choose a tag to compare

  • Added ast_grep_scan tool as an alternative for code base search to save on token usage

Full Changelog: v0.7.0...v0.8.0

GUI v0.8.0

19 Mar 06:57

Choose a tag to compare

  • Added ast_grep_scan tool as an alternative for code base search to save on token usage

v0.7.0

17 Mar 02:06

Choose a tag to compare

Full Changelog: v0.6.0...v0.7.0

GUI v0.7.0

17 Mar 05:21

Choose a tag to compare

gui-v0.7.0

more workflow fixes

v0.6.0

07 Oct 10:55

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Oct 14:38
0accaf4

Choose a tag to compare

What's Changed

  • Added verbose logging (with option to save log output to file)
  • Fixes for --projectRoot option (some functions weren't using it previously)
  • Work around for Windows (see updated README)

Full Changelog: v0.4.0...v0.5.0