Releases: mozilla-ai/cq
Releases · mozilla-ai/cq
server/v0.4.1
What's Changed
- Remove non-existent reflect MCP tool by @peteski22 in #303
- Add VIBE√ safety check to /cq:reflect (#240) by @dni138 in #270
- Bump SDK version used by server by @peteski22 in #323
Full Changelog: server/v0.4.0...server/v0.4.1
sdk/python/0.9.1
What's Changed
- Remove non-existent reflect MCP tool by @peteski22 in #303
- Add VIBE√ safety check to /cq:reflect (#240) by @dni138 in #270
Full Changelog: sdk/python/0.9.0...sdk/python/0.9.1
sdk/go/v0.5.1
What's Changed
- Remove non-existent reflect MCP tool by @peteski22 in #303
- Add VIBE√ safety check to /cq:reflect (#240) by @dni138 in #270
Full Changelog: sdk/go/v0.5.0...sdk/go/v0.5.1
cli/v0.5.1
What's Changed
- Remove non-existent reflect MCP tool by @peteski22 in #303
- Add VIBE√ safety check to /cq:reflect (#240) by @dni138 in #270
- Bump SDK version used by CLI by @peteski22 in #322
Full Changelog: cli/v0.5.0...cli/v0.5.1
server/v0.4.0
What's Changed
- Drop cq- prefix from plugin command filenames by @peteski22 in #296
- Fix /cq:reflect command doc drift from MCP schema by @peteski22 in #297
- refactor: rename SDK prompt API to prompts.{skill,reflect} by @peteski22 in #299
- Bump SDK version used by server to 0.9.0 by @peteski22 in #301
Full Changelog: server/v0.3.0...server/v0.4.0
sdk/python/0.9.0
What's Changed
- Drop cq- prefix from plugin command filenames by @peteski22 in #296
- Fix /cq:reflect command doc drift from MCP schema by @peteski22 in #297
- refactor: rename SDK prompt API to prompts.{skill,reflect} by @peteski22 in #299
Full Changelog: sdk/python/0.8.0...sdk/python/0.9.0
sdk/go/v0.5.0
What's Changed
- Drop cq- prefix from plugin command filenames by @peteski22 in #296
- Fix /cq:reflect command doc drift from MCP schema by @peteski22 in #297
- refactor: rename SDK prompt API to prompts.{skill,reflect} by @peteski22 in #299
Full Changelog: sdk/go/v0.4.0...sdk/go/v0.5.0
cli/v0.5.0
What's Changed
- Drop cq- prefix from plugin command filenames by @peteski22 in #296
- Fix /cq:reflect command doc drift from MCP schema by @peteski22 in #297
- refactor: rename SDK prompt API to prompts.{skill,reflect} by @peteski22 in #299
- Bump SDK version used by CLI to v0.5.0 by @peteski22 in #300
Full Changelog: cli/v0.4.0...cli/v0.5.0
server/v0.3.0
What's Changed
- Enforce API key auth on server data-plane writes + management UI by @peteski22 in #285
- SDK: fall back to local store on remote failure, surface via FallbackError by @peteski22 in #288
- Bump SDK version used by server to 0.8.0 by @peteski22 in #291
Breaking changes
- Server data-plane writes now require API key authentication (
CQ_API_KEY); existing deployments must generate a key via the management UI and configure clients (CLI/SDK/plugin) with it before upgrading, or writes will be rejected.
Full Changelog: server/v0.2.2...server/v0.3.0
sdk/python/0.8.0
What's Changed
- Enforce API key auth on server data-plane writes + management UI by @peteski22 in #285
- SDK: fall back to local store on remote failure, surface via FallbackError by @peteski22 in #288
Breaking Changes
Breaking: propose() now raises FallbackError (carrying the locally-stored unit) on remote failure instead of silently falling back. Catch FallbackError to surface the partial success.
Full Changelog: sdk/python/0.7.0...sdk/python/0.8.0