v8.24.1
·
179 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
Bug Fixes
- fix(cursor): emit schema-required cli config fields — Ensures Cursor CLI config output includes the fields required by its schema. by @zerone0x in #1732
- fix(hooks): wrap matcher handlers in block scope to avoid duplicate const __re — Wraps OpenCode hook matcher handlers in block scope to prevent duplicate
constdeclarations. by @axelray-dev in #1731 - fix(mcp): allow trailing commas in Amp JSONC parsing — Allows trailing commas when parsing Amp JSONC MCP configuration. by @axelray-dev in #1730