Skip to content

Chameleon

v2.38.2 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 three execution failures in pr-review when run on Sonnet‑class models.

Full changelog

Fixed

  • pr-review is now faithfully executable on a Sonnet-class model. A live
    Sonnet skill-execution run found three mandatory-pass drops, all in
    chameleon-pr-review (receiving-code-review, status, and auto-idiom executed
    cleanly on Sonnet). (1) Fan-out had no degraded path when no Task tool is
    available, so a Sonnet subagent that could not dispatch reviewers rationalized
    a bypass; it now falls back to a single-pass inline review (the correct, complete
    outcome) and logs fan-out-recommended-but-unavailable. (2) The "run lint_file
    on every changed file" rule was buried mid-step and the word "source" let Sonnet
    sample out doc files, silently skipping the pre-archetype secret scan; Step 2 now
    leads with a coverage-ledger forcing function and an lint_file run on N/N changed files accounting line, and 2b reads "every changed FILE (source or not)".
    (3) Step 2b had no branch for a null archetype, so Sonnet improvised the string
    "none" (which happened to work); it now explicitly passes a non-null
    placeholder archetype string ("none" or the suggested fallback) and never
    null / omitted. archetype is a required string and lint_file returns early
    before the secret and sink scans on a non-str value, so a non-null string is
    required to keep those scans running on an unmatched file.

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]