This release fixes issues for SREs watching stability and regressions.
Published 28d
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-coding-assistant
archetype
ast-analysis
claude-code
claude-plugin
code-conventions
+12 more
code-review
code-style
developer-tools
javascript
linter
mcp
mcp-server
prompt-engineering
python
ruby
rails
typescript
Summary
AI summaryThe call-graph tools now correctly resolve repo-relative file_path inputs and fail loudly with a reason when unresolved.
Full changelog
Fixed
- The call-graph tools now accept a repo-relative
file_path.get_callers,
get_blast_radius,get_callees,get_duplication_candidates, and
query_symbol_importersranfind_repo_rooton the rawfile_path, so a
relative path (the natural form: the calls index keys,search_codebase, and
describe_codebaseall emit relative paths) resolved against the server's
working directory instead of the repo and the tool failed open with a bare
{found: false}and no reason, a silently-wrong "no callers" on valid input.
Each tool now resolves a non-absolutefile_pathagainst itsrepoargument's
root first, and tags the genuinely-unresolvable casereason: "path-unresolved"
so it fails loud. This most helps a weaker driving model (e.g. Sonnet), which
would otherwise relay the empty answer rather than self-correct.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Chameleon
All releases →Beta — feedback welcome: [email protected]