Skip to content

Commit 9279753

Browse files
docs(changelog): promote [Unreleased] into [0.9.9]
[skip ci] Auto-generated by Release workflow.
1 parent 0cc7ba9 commit 9279753

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)