1.36.0 (2025-12-10)
Bug Fixes
- add case insensitive match strategy for find and replace (ac476cc)
- anthropic: support Azure-hosted Anthropic endpoints (9e8bfcd)
- cli: expand model capability detection to include Llama, Nemotron, and Mistral (#8845) (528a8ab), closes #1
- cli: fix test expectations and import path for uriUtils (3ccaa09)
- cli: path to uri and vice versa conversion (d09b3e2)
- cli: resolve circular dependency in uploadArtifact tool (b5da44d)
- cli: use logger.info instead of console.log for consistency (00b665f)
- Constrain root eslint to v8 to match core dependency (ad6ab80)
- Correct import order for eslint compliance (657c5fe)
- ensure cross-target LanceDB binaries are correctly copied (#9100) (291f8f5)
- Initialize usage field in createSession and startNewSession (5c50e91)
- intellij: Prevent ConcurrentModificationException in keymap access (5d1cd00)
- lint and tests (3adcac2)
- make tree-sitter lookup in .js and .ts files pick up only last preceding comment before code block (cb4db87)
- openai-adapters: Add defensive type checks for stream.usage Promise (7d3fa6d)
- openai-adapters: Add fallback to stream.usage Promise for usage tokens (bbeec4b)
- openai-adapters: Address 4 PR review issues (93d9c12)
- openai-adapters: Don't emit usage from fullStream finish event (a89187b)
- openai-adapters: Fix multi-turn tools test API initialization timing (75044d4)
- openai-adapters: Fix tool_choice format and usage token handling (aaa973a)
- openai-adapters: Fix usage token double-emission in Vercel SDK streams (64f4924)
- openai-adapters: Fix Vercel SDK test API initialization timing (d2afc5c)
- openai-adapters: Remove token count validation in finish event handler (6e656f9)
- openai-adapters: Revert to using finish event usage from fullStream (3d21467)
- openai-adapters: Temporarily disable usage assertions for Vercel SDK tests (06bcf60)
- openai-adapters: Use stream.usage Promise exclusively for usage tokens (df143e7)
- packages/continue-sdk/python/api/requirements.txt to reduce vulnerabilities (df86ba8)
- refactor handleToolCalls to use options object to satisfy max-params lint rule (2ae2f80)
- Regenerate CLI package-lock.json to resolve dependency mismatches (32326eb)
- Regenerate package-lock.json to resolve dependency mismatches (c2bf023)
- Remove invalid totalCost property and update test mocks (2e9a0f0)
- Replace console.log with logger.info in exit.ts (bfd2f01)
- resolve lint issues in vscode extension files (887410e), closes #9077
- runloop: hardcode amd64 architecture and update blueprint name to cn-test (d10594f)
- save session (454da90)
- show the correct number of pending tools (3d7be8a)
- tests for windows (6419b44)
- update package-lock.json for @tiptap/extension-image upgrade (8f28688)
- upgrade @tiptap/extension-history from 2.26.1 to 2.27.1 (a9e7f33)
- upgrade @tiptap/extension-image from 2.26.1 to 2.27.1 (d159f9f)
- use more intuitive envvars to manage OTLP and PostHog telemetry settings (b985c1a)
- Use named import for find-up v8 (499b672)
Features
- capture and attach usage metadata to assistant messages (7f9ef36)
- cli: add session ID support for serve command to persist chat history (09deed4)
- cli: prevent initial prompt replay on devbox resume (2e2fc51)
- simplify onboarding (e8a5ac5)
- simplify onboarding card (e0fa577)
- submit slash command in one enter (191006d)
- use google/genai sdk for streaming gemini & vertex responses (#8907) (61f0ba0)