Skip to content

Chameleon

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

Fixed absolute paths_glob guard to work correctly on Python 3.11.

Full changelog

Fixed

  • The absolute-paths_glob guard now works on Python 3.11. The 2.34.0 fix
    wrapped base.glob(pattern) in a try/except, but Path.glob is lazy on
    Python 3.11 (it raises NotImplementedError during iteration, not at the
    call), so an absolute glob still crashed there. Materialize the matches with
    list(...) inside the guard, mirroring workspace.py, so the exception is
    caught on every supported Python version.

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]