Skip to content

Chameleon

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

Idiom and convention writes now block-and-retry on contended locks for up to 10 seconds instead of failing immediately.

Full changelog

The team-convention write paths now block-and-retry on a contended lock instead
of failing the capture outright.

Fixed

  • Idiom and convention writes wait out a contended lock. /chameleon-teach,
    /chameleon-teach-competing-import (and its unteach), and the structured
    idiom-deprecation paths acquired their .idioms.lock / .conventions.lock
    non-blocking, so a capture that raced a second teach -- or, more commonly, the
    default-on background auto-refresh, which holds both locks across the whole
    7-36s re-derive -- failed immediately with "another operation holds the lock;
    retry shortly". They now block-and-retry for up to 10s, matching the sibling
    writers that already did (the refresh re-derive and the structured-teach
    helper). The .refresh.lock and .bootstrap.lock singletons stay non-blocking
    by design (a second concurrent refresh or bootstrap should fail fast, not
    queue). No data was ever lost -- the failure was clean -- but a capture no
    longer spuriously fails under the normal concurrency of a teach landing while
    auto-refresh runs.

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]