Releases: hackafterdark/context-sherpa
Releases · hackafterdark/context-sherpa
v0.10.0
What's Changed
- Code atlas performance by @tmaiaroto in #24
- 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
What's Changed
- Code atlas performance by @tmaiaroto in #24
- 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
GUI v0.9.0
v0.8.0
- Added
ast_grep_scantool as an alternative for code base search to save on token usage
Full Changelog: v0.7.0...v0.8.0
GUI v0.8.0
- Added
ast_grep_scantool as an alternative for code base search to save on token usage
v0.7.0
Full Changelog: v0.6.0...v0.7.0
GUI v0.7.0
gui-v0.7.0 more workflow fixes
v0.6.0
v0.5.0
What's Changed
- Added verbose logging (with option to save log output to file)
- Fixes for
--projectRootoption (some functions weren't using it previously) - Work around for Windows (see updated README)
Full Changelog: v0.4.0...v0.5.0