From 92797535e5a75631bceb437e55974e0455880c4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:36:11 +0000 Subject: [PATCH] docs(changelog): promote [Unreleased] into [0.9.9] [skip ci] Auto-generated by Release workflow. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ab354..b67542f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.9] - 2026-06-02 + ### New Features - `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. [0.7.7]: https://github.com/colbymchenry/codegraph/releases/tag/v0.7.7 [0.7.6]: https://github.com/colbymchenry/codegraph/releases/tag/v0.7.6 [0.9.8]: https://github.com/colbymchenry/codegraph/releases/tag/v0.9.8 +[0.9.9]: https://github.com/colbymchenry/codegraph/releases/tag/v0.9.9