Skip to content

Releases: microsoft/vscode-copilot-chat

v0.34.2025120101

01 Dec 04:30
5d18692

Choose a tag to compare

v0.34.2025120101 Pre-release
Pre-release
Update prompt services to open text document instead of reading files…

v0.34.2025112801

28 Nov 04:30
d9b0e55

Choose a tag to compare

v0.34.2025112801 Pre-release
Pre-release

Changes:

  • #2252: Fix usages of importing l10n
  • #2250: clean up prompt registry by removing unused ToolAllowlist and related logic
  • #2251: Do not provide NES when suggest widget is visible
  • #2248: nes: support jump-to label
  • #2247: nes: debt: remove showLabel
  • #2246: check edit tool results for errors and try again if editing failed
  • #2245: nes: change default cache delay to 200 ms and rebased cache delay to 0
  • #2244: Do not filter out timeout context items
  • #2243: Restore diagnostics from Copilot CLI Attachments & preserve order
  • #2237: chat reimplementation of completions provider: remove uses
See More
  • #2239: Fix experiment lookup
  • #2238: Fix chat-lib
  • #2241: nes: request log tree: mark request as no-suggestions when there isn't one
  • #2236: Only enable rename for TypeScript and TypeScriptReact for now
  • #2235: Update chatReferendceDiagnostic.d.ts from core
  • #2234: Fix Copilot CLI Attachment edge cases

This list of changes was auto generated.

v0.34.2025112701

27 Nov 04:21
2375416

Choose a tag to compare

v0.34.2025112701 Pre-release
Pre-release

Changes:

  • #1803: Upstream model generated file and line linkification
  • #2181: Merging hashes
  • #2202: Refactor agent prompt system to use centralized customization resolution
  • #2232: When delegating to Copilot CLI do not open chat editor
  • #2231: update codenotify with model owners
  • #2230: Update CODEOWNERS to assign appropriate reviewers for model prompts
  • #2228: Set showContinueOn for handoffs in Plan mode prompt
  • #2118: Add support for GH Custom Agents
  • #2227: cloud agent: tidy getPullRequestDescription
  • #2226: refactor: update thinking configuration for Anthropic models to use budget tokens
See More
  • #2224: Update Github Copilot npm to latest version
  • #2218: Add non-default branch warning to cloud agent delegation confirmation
  • #2225: Reorganize code search repo management files
  • #2223: cloud agent: do not open a new editor automatically
  • #2221: Copilot CLI - Clear previous set of attachments once used
  • #2222: Split up CodeSearchRepoTracker
  • #2220: Update useMessagesApi setting to internal for now
  • #2196: Support reading contents of untitled prompt files
  • #2219: update cloud icon
  • #2199: Rename Default Agent to Agent
  • #2217: nes: remove remnants of long-distance NES label-based UI code
  • #2216: nes: remove unused code
  • #2215: nes: polish around request log tree
  • #2214: Add server request ids
  • #2213: nes: long distance: disable for session on first 404
  • #2212: edits: fix replace_string not editing empty file
  • #2210: nes: refactor: extract next-line predictor into its own class
  • #2206: nes: don't await unless artificial delay is non-zero
  • #2207: chore: match vscode repo node version
  • #2180: Restore edits for background sessions
  • #2209: make inline.request also include tools telemetry
  • #2205: Cleanup scrubbing
  • #2204: fix microsoft/vscode-internalbacklog#6348
  • #2203: nes: show nested logs in debug log tree
  • #2201: Support prompt files in Copilot CLI attachments
  • #2200: Support Custom Agents in Copilot CLI

This list of changes was auto generated.

v0.34.2025112602

26 Nov 04:24
63f767a

Choose a tag to compare

v0.34.2025112602 Pre-release
Pre-release

Changes:

  • #2198: swap to cloud icon for consistency
  • #2197: Move Copilot CLI working dir computation into common layer and use URIs
  • #2192: nes: long distance: set model name for all, not only team
  • #2194: ChatRequestProvider: clean up a little
  • #2044: Bump glob from 11.0.3 to 11.1.0 in /chat-lib
  • #2193: Include all telemetry endpoints

This list of changes was auto generated.

v0.34.2025112502

25 Nov 17:49
fbc44a6

Choose a tag to compare

v0.34.2025112502 Pre-release
Pre-release

Changes:

  • #2187: Make auto token bank aware of the chat location
  • #2189: nes: fix: don't enforce artificial delay on doGetNextEdit immmediate return because the edits are streamed through pushEdit anyway
  • #2190: nes: long distance: only support OnlyWithEdit
  • #2188: nes: logContext has full trace logs
  • #2186: Context Providers Support for NES vs Completions
  • #2185: Attach untitled files to Copilot CLI
  • #2178: Retain opaque reasoning in past conversation messages
  • #2183: Revert "Retain opaque reasoning in past conversation messages (#2178)"
  • #1662: Bump the all group with 5 updates
  • #1450: Bump vite from 7.1.5 to 7.1.11 in /chat-lib

This list of changes was auto generated.

v0.34.2025112501

25 Nov 04:24
ef797b1

Choose a tag to compare

v0.34.2025112501 Pre-release
Pre-release

Changes:

  • #2167: Bump claude-code module
  • #2179: Revert "Bump claude-code module (#2167)"
  • #2178: Retain opaque reasoning in past conversation messages
  • #2177: Don't send top_p with responses API
  • #2170: Local background session refresh
  • #2176: remove dep on dev kv client
  • #2173: Updating for new openAI model change
  • #2174: Add zeroDataRetentionEnabled option for BYOK custom models to control previous_response_id usage
  • #2172: Adjust prompt for next line prediction
  • #2171: Add connectivity test error
See More
  • #2168: Fix for cloud sessions refresh
  • #2151: Avoid explicit any in vscodeContext.ts
  • #2166: Change default for diagnostics context provider
  • #2114: resolve tool names in instruction files
  • #2146: testing: allow CAPI proxy with no-auth
  • #2153: edits: add setting+exp for gemini 3 replace_string
  • #2086: Removed the files in eslint.config as 'any' has been removed.
  • #2164: Rename Suggestions support
  • #2163: Fix chat-lib
  • #2162: Copilot CLI account for failures in fetching models

This list of changes was auto generated.

v0.33.3

26 Nov 12:25
03d4fb9

Choose a tag to compare

Changes:

  • #2191: make auto mode service aware of location (release fix)
  • #2154: edits: add setting+exp for gemini 3 replace_string
  • #2138: refactor: update file creation reminder condition for model families

This list of changes was auto generated.

v0.34.2025112401

24 Nov 04:26
1595a8b

Choose a tag to compare

v0.34.2025112401 Pre-release
Pre-release

Changes:

  • #2161: Store Copilot CLI Working Directory only when isolation is enabled
  • #2123: Update @github/copilot and add more stests
  • #2159: Ensure Copilot CLI directory references are displayed and referenced as directories and not files
  • #2158: some changes toward microsoft/vscode#278952
  • #2150: Show git diffs instead of full file content for modified references
  • #2152: Add cache and 5-second polling for active sessions
  • #2155: Remove chat signin welcome view
  • #2107: Update ESLint configuration to use Node's built-in modules instead of a hard-coded restricted imports list
  • #2149: cloud agent: only display references that were successfully processed
  • #2148: support migrating changes to background agent
See More
  • #2147: Clean up user descriptions for tools
  • #2139: Update toolsets
  • #2143: Fetch sessions without nwo
  • #2144: eng: update analyze edits script for new evals
  • #2141: adopt GitHubMcpDefinitionProvider for cli
  • #2134: Fix @vscode/chat-lib install script and package
  • #2137: refactor: update file creation reminder condition for model families
  • #2070: Add EntraId authentication support for Azure specific endpoints
  • #2135: Update CAPI to 0.2.3
  • #2132: Exp setting to retry all network errors
  • #2131: Inline completions in @vscode/chat-lib
  • #2128: Use Github Copilot SDK to get default model
  • #2127: Use a different version for when signed out
  • #2126: Support all tools for cli mcp
  • #2124: Account for the fact that Copilot CLI model list can be empty
  • #2125: use icon theme for cli worktree

This list of changes was auto generated.

v0.34.2025112102

21 Nov 04:23
6cfbb5f

Choose a tag to compare

v0.34.2025112102 Pre-release
Pre-release

Changes:

  • #2122: Return true in affectsConfiguration only for settings that might have changed
  • #2121: retries for pull request if not yet visible in gh api
  • #2120: support showing locked chat session option
  • #2117: edits: remove replace_string healing exp
  • #2115: Add more logging for diagnostics completion
  • #2112: Remove repoContext
  • #2113: Add more trace logging for diagnostics
  • #2051: Support GitHub MCP in-box
  • #2110: Reenable macOS
  • #2109: Copilot CLI - adopt migrateChanges git extension API
See More
  • #2108: Eliminate unused internal, unused teamDefaultValueRollout
  • #2106: enable prompt file context provider
  • #2102: Github Copilot CLI Attachments
  • #2101: Support cacheable Github Copilot CLI stests

This list of changes was auto generated.

v0.34.2025112002

20 Nov 10:44
e30ed96

Choose a tag to compare

v0.34.2025112002 Pre-release
Pre-release

Changes:

  • #2104: Fix the engine requirement
  • #2103: Clean up Github CLI Session translation
  • #2097: Refactor cloud agent
  • #2099: respect isolation setting for cli delegation

This list of changes was auto generated.