Skip to content

Chameleon

v2.38.11 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

Fixed turn‑end duplication review from re‑flagging unchanged duplications on every edit.

Full changelog

Fixed

  • The turn-end duplication review re-flagged pre-existing duplications on every
    turn.
    It scanned every function in a session-edited file and deduped only on
    (file, content-digest), so any edit anywhere in a file busted the digest and
    re-surfaced every duplication in it, including methods the author never touched
    and had already chosen to keep. Two changes fix it, both at the shared gather
    layer so the standalone gate and the multi-lens lens both benefit:
    • Diff-scoping: a function is only considered when its line span overlaps
      what the session actually changed (vs HEAD). A committed, pre-existing
      duplicate the turn did not touch is no longer flagged just because the file
      was edited elsewhere. A brand-new file counts as fully changed; a non-git
      repo (or unreadable diff) falls back to whole-file scanning, so nothing
      regresses.
    • Per-finding session dedup: a specific duplication pair surfaces at most
      once per session. Re-editing the file (a new digest) can no longer re-flag a
      duplication the author already saw. The marker is line-independent and aged
      out at SessionStart with the other per-session markers.

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]