This release fixes issues for SREs watching stability and regressions.
Published 1mo
Developer Productivity
✓ No known CVEs patched
✓ 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 summaryFixed absolute paths_glob guard to work correctly on Python 3.11.
Full changelog
Fixed
- The absolute-
paths_globguard now works on Python 3.11. The 2.34.0 fix
wrappedbase.glob(pattern)in a try/except, butPath.globis lazy on
Python 3.11 (it raisesNotImplementedErrorduring iteration, not at the
call), so an absolute glob still crashed there. Materialize the matches with
list(...)inside the guard, mirroringworkspace.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
About Chameleon
All releases →Beta — feedback welcome: [email protected]