Skip to content

Chameleon

v2.38.27 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 crashes from non‑string arguments in merge_profiles, teach_profile, and parse_edited_functions.

Full changelog

Round 5 closed the malformed-argument crash class deterministically rather than by
sampling. Round 4 kept surfacing individual tools that raised on a non-string
argument (a fail-open contract violation), so instead of another agent hunt, every
model-callable tool was fuzzed exhaustively: each string parameter of all 45 tool
functions set to a list/dict/int/bool/bytes against a real repo. The sweep now
reports zero crashes.

Fixed

  • merge_profiles raised on a non-string base/ours/theirs (Path() on a
    list) — guarded to a clean failed envelope.
  • teach_profile raised on a non-string feedback — guarded.
  • parse_edited_functions raised on a non-string file_path — guarded to its
    documented []-on-error contract.

With these, all 45 model-callable tool functions fail open (a typed envelope, never
a traceback) on any malformed string argument, verified by an exhaustive fuzz that
is now part of the confirmation battery.

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]