Skip to content

Chameleon

v2.32.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ 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

Fixed build_candidate_index to isolate failures to a single unparseable session file.

Full changelog

The turn-end duplication advisory now grounds its reuse argument in how
load-bearing the original is, and a session-index robustness gap is closed.

Added

  • Caller-grounded duplication verdict. When the turn-end gate confirms a new
    function re-implements an existing one, the advisory now appends how many
    committed sites already call the original ("... reuse it; already called from
    N sites"). The count comes from the calls index that already backs the judge's
    cross-file caller facts, so there is no new artifact and no extra parse, and it
    draws on the same deterministically graded edges (so it can miss dynamic
    dispatch and rarely overcount a binding-shadowed import). A function called
    only by its own recursion is not counted, so a purely recursive original never
    renders a false "called from 1 site"; an original with no recorded callers
    keeps the plain "reuse it". Advisory-only, fails open. Existing repos get it
    immediately (it reads the calls index already in the profile).

Fixed

  • build_candidate_index isolates per session file. An unparseable file in
    the session set abandoned every file after it (the within-session duplicate
    index then held only committed-catalog entries), contradicting the docstring
    and the per-file handling the gather passes already use. One bad file now
    contributes nothing without dropping the files after it.

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]