Skip to content

Chameleon

v2.38.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

The 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_importers ran find_repo_root on the raw file_path, so a
    relative path (the natural form: the calls index keys, search_codebase, and
    describe_codebase all 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-absolute file_path against its repo argument's
    root first, and tags the genuinely-unresolvable case reason: "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

Track Chameleon

Get notified when new releases ship.

Sign up free

About Chameleon

All releases →

Related context

Earlier breaking changes

  • v3.0.0 MCP surface folded from 48 tools to 19; remaining 32 operator tools become actions on three dispatchers.

Beta — feedback welcome: [email protected]