v1.2.17-vscode
ContinueSummary
This release focuses heavily on model integration and stability, introducing support for Claude Sonnet/Opus 4.6, z.ai, and enabling ai-sdk for XAI and Deepseek. Key improvements include turn-level prompt caching, background execution for bash tools, and numerous security dependency upgrades to resolve vulnerabilities.
New Features
- Enabled background execution for bash tool commands.
- Introduced support for Claude Sonnet and Opus 4.6 models.
- Integrated the ai-sdk provider for model connectivity.
- Added support for z.ai models.
- Enabled pre-install suggestions within devbox blueprints via CLI.
- Added turn-level prompt caching for improved performance.
- Enabled ai-sdk support for xai and deepseek models.
- Added quiz answers functionality to the CLI.
- Allowed background job permission checks by default.
- Introduced a hooks system for CLI event interception.
- Added 5 new agent checks derived from codebase history.
- Added an alias for /title, allowing usage of /rename.
Bug Fixes
- Fixed detection of embedded 429 (Too Many Requests) errors from Gemini/VertexAI APIs.
- Fixed calculation of cache hit rate and corrected Vercel stream tool call handling.
- Fixed security vulnerability (CWE-22) by adding a security check to the createNewFile tool.
- Fixed duplicate predefined tools appearing in the dynamic tools system message.
- Fixed configuration not refreshing when creating a new assistant file.
- Fixed handling of spaces in filepaths for JetBrains autocomplete functionality.
- Fixed preservation of leading dot in ls tool path resolution.
- Fixed CLI behavior to show the create new assistant option when logged in.
- Fixed displaying the diff line when instantly applying changes in JetBrains extensions.
Improvements
- Upgraded AI SDK to v6.
- Added PostHog metrics tracking and live API tests.
- Added conversation message caching to AnthropicApi.
- Added cache token data to PostHog telemetry events.
- Removed directory structure information from the system prompt.
- Resolved high severity minimatch vulnerabilities through dependency upgrades.
- Upgraded dependencies including tar, express-rate-limit, and various minimatch versions across packages.
- Upgraded security-related dependencies like @electron/rebuild and @openapitools/openapi-generator-cli.