Skip to content

Releases: microsoft/vscode-copilot-chat

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.

v0.34.2025112001

20 Nov 04:26
d075338

Choose a tag to compare

v0.34.2025112001 Pre-release
Pre-release

Changes:

  • #1995: Align tool names
  • #2095: Copilit CLI: Move auth information into SDK
  • #2094: Send the right Start and End Times for Copilot CLI sessions
  • #2092: Adjust prompt for next line prediction
  • #2036: Update version of @github/copilot to latest version
  • #2089: check that we have history to summarize (ignores confirmation boxes)
  • #2007: Bump js-yaml from 4.1.0 to 4.1.1
  • #2061: Bump glob
  • #2085: Don't log activation failed iff copilot client is disabled.
  • #2084: remove all chatSummary refs
See More

This list of changes was auto generated.

v0.34.2025111901

19 Nov 04:26
741d13a

Choose a tag to compare

v0.34.2025111901 Pre-release
Pre-release

Changes:

  • #2076: Perform cloud agent summarization in extension
  • #2068: Copilot CLI - switch over to using new git extension api
  • #2072: First pass at adding Messages API support and related configurations
  • #2052: Using capi package for sessions APIs
  • #2066: Fix using the wrong runTest tool reference for prompt hints
  • #2064: Fix error in handling Copilot CLI edits
  • #2065: Implement supportedEndoints for BYOK
  • #2063: Remove unused try-catch block
  • #2060: Always use github.copilot.editingSessionEditor, enable slash-command based on v2-config
  • #1868: Support includeIgnoredFiles option in search results
See More
  • #2059: Check if store has been disposed before rescheduling timer
  • #2058: Disable FT telemetry
  • #2056: Remove unused telemetry
  • #2055: Do not include line numbers for cursor prediction in area around the code
  • #2053: Register context provider with chat even if client is not available
  • #1902: fix: in logs ensure maxResponseTokens is shown

This list of changes was auto generated.

v0.33.2

19 Nov 19:59
93984e4

Choose a tag to compare

Merge pull request #2069 from microsoft/lramos15/damaged-toucan

Re-check editor preview flag for auto

v0.34.2025111803

18 Nov 04:23
47f9ba1

Choose a tag to compare

v0.34.2025111803 Pre-release
Pre-release

Changes:

  • #2050: Fix cursor prediction telemetry
  • #2049: Implement BYOI
  • #2047: Better error message for ChatML Fetcher errors
  • #2042: change toolcall UI to not show an error
  • #2041: canDelegate for CC
  • #2040: clean up:
  • #2039: Fix issue with cancellations in Copilot CLI
  • #2037: Copy ripgrep files for copilot CLI
  • #2038: Avoid fetching Copilot CLI session for new chat sessions
  • #2035: Copilot CLI test to ensure we account for all binaries used by sdk

This list of changes was auto generated.

v0.34.2025111702

17 Nov 04:32
7765394

Choose a tag to compare

v0.34.2025111702 Pre-release
Pre-release

Changes:

  • #2032: Reenable test
  • #1976: Make RequestLogger entry limit configurable
  • #2031: Reduce 'any'
  • #2029: improve instruction references with cli.
  • #2028: migrate internal settings to advanced
  • #2021: Revert "first cut - migrate settings marked with INTERNAL and adopt to advanced tag"
  • #2027: reenable padawan content provider from chat ext itself
  • #2026: Update gpt-5.1 prompts
  • #2025: Fix verbosity
  • #2024: Try low verbosity with gpt-5-mini
See More
  • #2016: edits: fix conflicting edits in multi-replace-string
  • #2020: Gpt prompt cleanups
  • #2023: Nicer message when rendering agent prompt fails due to budget
  • #2018: reduce any type usage
  • #2022: edits: set hasError on tool results from editing tools

This list of changes was auto generated.

v0.34.2025111403

14 Nov 23:02
d34ffb2

Choose a tag to compare

v0.34.2025111403 Pre-release
Pre-release

Changes:

  • #2021: Revert "first cut - migrate settings marked with INTERNAL and adopt to advanced tag"
  • #1964: fix any types in nullWorkspaceFileIndex
  • #2017: Improve setting description for Azure and CustomOAI model URLs
  • #2014: clean up replay related participants
  • #2015: debt- replace localize with l10n
  • #2013: Make sure we re-init the workspace index status on initial auth
  • #2012: Add chat model capabilities
  • #2011: remove langauge declaration
  • #1996: Adding VSC hidden family
  • #2006: TelemetryStore argument added to telemetry events
See More
  • #2005: Add client_deviceid to telemetry properties
  • #1717: first cut - migrate settings marked with INTERNAL and adopt to advanced tag
  • #2004: Remove unused services and related code
  • #2003: Don't register non model picker models to LM access
  • #2001: debt - use l10n.t
  • #2000: agent sessions - provider tweaks
  • #1999: make sure to set metadata required for telemetry sending
  • #1998: agent sessions - implement agentSession.copilot-cloud-agent.openChanges
  • #1991: refactor: streamline thinking capability checks and remove hardcoded model IDs
  • #1979: Add diagnostics context provider and configuration options
  • #1994: Do not show label for far away edits
  • #1992: Update @github/copilot to 0.0.336
  • #1990: fix: export UnknownToolCall type and update its usage in CopilotCLISession
  • #1988: Re-use common function and format as per eixsting chat panel
  • #1985: anthropic byok: reset API client when updating or removing API key
  • #1984: fix: handle invalid API key error and retry fetching models
  • #1983: Prompt tweak
  • #1982: edits: don't prompt every edit for a folder within a default-system path
  • #1981: add failing test for microsoft/vscode#277154
  • #1980: Delete model overrides experiment
  • #1978: nes: fix: how we determine if cursor is at the end of the line and enforcing it

This list of changes was auto generated.

v0.34.2025111302

13 Nov 10:25
d471b94

Choose a tag to compare

v0.34.2025111302 Pre-release
Pre-release

Changes:

  • #1555: Avoid waiting for shell integration
  • #1975: Validate tool inputs
  • #1973: Move formatUriForFileWidget into common
  • #1971: Support more Copilot CLI SDK tools

This list of changes was auto generated.

v0.34.2025111301

13 Nov 04:33
9fc613b

Choose a tag to compare

v0.34.2025111301 Pre-release
Pre-release

Changes:

  • #1963: Display diff information when editing sensitive files in copilot cli
  • #1967: recover full chat session from exported log
  • #1970: Render links in file edit confirmation
  • #1968: Prompt updates
  • #1966: Add localization support for tool group reset and memory folder commands
  • #1961: cloud agent: Update body_suffix
  • #1965: Refactor memory tool handling and simplify request parameters in AnthropicLMProvider
  • #1903: CCA update description
  • #1959: Disable API heavy services in automation
  • #1953: get rid of task as any
See More
  • #1957: remove temporal context experiment

This list of changes was auto generated.