Skip to content

Commit 434be1d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 0bc1323 + 9279753 commit 434be1d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
1111

12+
13+
## [0.9.9] - 2026-06-02
14+
1215
### New Features
1316

1417
- `codegraph_explore` is now the primary tool, and one call is usually all an agent needs: it returns the verbatim source of the symbols relevant to your question (a plain question works as the query — you no longer need exact symbol names), grouped by file and Read-equivalent, so the agent answers without falling back to read/grep. The narrower `codegraph_context` and `codegraph_trace` tools were removed in favor of it — explore already surfaces the call flow among the symbols you name (the job trace did), so there's one obvious tool to reach for instead of three.
@@ -264,3 +267,4 @@ Thanks @andreinknv for the substantive draft this release was based on.
264267
[0.7.7]: https://github.com/colbymchenry/codegraph/releases/tag/v0.7.7
265268
[0.7.6]: https://github.com/colbymchenry/codegraph/releases/tag/v0.7.6
266269
[0.9.8]: https://github.com/colbymchenry/codegraph/releases/tag/v0.9.8
270+
[0.9.9]: https://github.com/colbymchenry/codegraph/releases/tag/v0.9.9

0 commit comments

Comments
 (0)