Commit Graph
385 Commits
Author SHA1 Message Date
Ulugbek Abdullaev cb411c023c nes: rename public setting for cursor jump and fixes (#2722)
* nes: long: respect old setting if coming from exp

* nes: rename public setting for cursor jump and fixes

make it bool-valued, and respect old exp config and backward-compat value
2026-01-06 14:54:22 +00:00
Ulugbek Abdullaev c0327692e8 nes: make a public setting for cursor jump (#2721)
fixes https://github.com/microsoft/vscode/issues/286108
2026-01-06 12:54:39 +00:00
Bhavya U e13d1e54f5 Update Messages API configuration to be preview and enable interleaved thinking (#2716) 2026-01-05 23:30:07 +00:00
Ladislau Szomoru b502918e99 Copilot CLI - add setting for auto commit (#2675)
* Introduce the concept of auto-commit

* More refactoring

* Add setting
2025-12-23 22:49:50 +00:00
Benjamin Pasero d0ada788ea fix - update command groups for chat session actions (#2640) 2025-12-19 09:17:20 +00:00
Matt Bierner 8ac955f91b Hook up prototype external ingest support (#2618)
* Hook up prototype external ingest support

* User clearer file name

* Fix for merge

* Rename setting

* Move to team internal

* Fix reference

* Copy over wasm file to dist

* Wrong postinstall script :/
2025-12-18 05:53:04 +00:00
Paul 2374fbf8ab Gemini prompt experiment (#2612)
* initial

* small clean

* small clean
2025-12-17 01:47:08 +00:00
Josh Spicer d4ec9053fc guide users of cloud agent to install GHPR (#2596) 2025-12-15 23:49:24 +00:00
Ulugbek Abdullaev b5119d8b62 nes: ghost: support showing ghost-text requests in the debug log tree (#2590)
* nes: formatting

* nes: ghost: support showing ghost-text requests in the debug log tree
2025-12-15 20:17:39 +00:00
Bhavya U a4c4473df2 update Anthropic thinking budget to default to 4000 (#2588)
* update Anthropic thinking budget to default to 4000

* test: update thinking_budget test to use default value of 4000
2025-12-15 20:11:41 +00:00
Benjamin Pasero af5f540d98 ux - adopt our branding for error welcome views (#2581)
* ux - adopt our branding for error welcome views

* nls
2025-12-15 09:37:22 +00:00
Rob Lourens 4c76d60f81 Add userDescriptions to search tools (#2576) 2025-12-14 03:43:08 +00:00
Benjamin Pasero 9a027a5a43 debt - removal of agent sessions view (#2536)
* debt - removal of agent sessions view

* more

* more
2025-12-11 14:46:14 +00:00
Logan Ramos 1efbe1c4cc Bump engine (#2525) 2025-12-10 17:59:22 +00:00
Rob Lourens 3a4a0d9dc2 Remove /list command (#2521)
Fix #254241
2025-12-10 04:29:47 +00:00
Josh Spicer 8dd7ca299e fix claude code integration (#2519) 2025-12-09 23:11:29 +00:00
Benjamin Christopher Simmonds 91833e702e Change default value for rename symbol suggestions (#2482)
* Change the default setting value for rename suggestions

* change default
2025-12-09 09:09:37 +00:00
Josh Spicerandcopilot-swe-agent[bot] 696ddfe546 add when clause/setting to disable {background,cloud} agent (#2500)
* add when clause/setting to disable {background,cloud} agent

* remove unused string

* move to correct setting

* Register backgroundAgent and cloudAgent settings in configurationService.ts

Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-12-09 01:35:06 +00:00
01b3089ea4 Ben/grateful-porpoise (#2475)
* edits: fix hydrated edits from background sessions missing stops

Core merges seqential markdown blocks together. In normal edits they're broken up by (hidden) tool call parts for edits, but this was not the case for background agents. Simplest change is just making background agent edits work the same way as normal edits by emitting the tool call part.

Closes https://github.com/microsoft/vscode/issues/281633

* cloud: validate time stamps returned from gh api

* better

* Bad reference to agentSessionsViewLocation (fix #281752)

---------

Co-authored-by: Connor Peet <connor@peet.io>
Co-authored-by: Josh Spicer <23246594+joshspicer@users.noreply.github.com>
2025-12-08 06:09:00 +00:00
Paul 9659b31d98 Additional changes for custom org/enterprise agents (#2447)
* fix

* fix test

* fix

* clean

* experimental config
2025-12-05 22:05:50 +00:00
Logan Ramos 6c37e2e420 Version bump (#2449) 2025-12-05 19:34:43 +00:00
Matt Bierner 33754cda52 Run esbuild script directly as typescript (#2445) 2025-12-05 17:54:02 +00:00
Josh Spicer 245d30c94f adopt vscode#281431 (#2420)
* adopt https://github.com/microsoft/vscode/pull/281431

* convert to tabs
2025-12-05 03:55:22 +00:00
Osvaldo Ortega efa8e08b38 Version bump (#2419) 2025-12-05 03:16:34 +00:00
Osvaldo OrtegaandConnor Peet 54ed33f72b Adding change file details (#2410)
* Adding change file details

* update

* Adding files cache

* Refresh

* Rename to apply

* Cache fixes

---------

Co-authored-by: Connor Peet <connor@peet.io>
2025-12-05 02:37:11 +00:00
Peng Lyu 6d8d97ad4c Apply worktree changes from context menu. (#2417) 2025-12-05 01:38:21 +00:00
Bhavya U 5bd3a011bf Update Anthropic thinking budget configuration to allow zero and normalize minimum values (#2415) 2025-12-04 23:53:01 +00:00
Rob Lourens ca58b7eeec Bump claude-code again (#2413)
* Revert "Revert "Bump claude-code module (#2167)" (#2179)"

This reverts commit 18092fc6a3.

* Try this
2025-12-04 23:42:51 +00:00
Don Jayamanne 1ca7888cef Update github/copilot to latest version (#2391) 2025-12-04 18:31:02 +00:00
Johannes Rieken 121085d6f6 only enable old slash commands when enableV2 is off (#2385)
fixes https://github.com/microsoft/vscode/issues/280546
2025-12-04 09:38:21 +00:00
Josh Spicer 3d8421d26e update input placeholders to avoid ambiguity (#2374) 2025-12-03 23:36:23 +00:00
Don Jayamanne b1657af291 Remove Background agent enablement and isolation setting (#2345) 2025-12-03 23:21:04 +00:00
Josh SpicerandCopilot dc4bf061e6 cloud agent: enhanced branch detection with confirmation integration (#2360)
* integrate default branch pushing into confirmation

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* save this file....

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-03 23:04:04 +00:00
Johannes Rieken 84d47b0d41 remove dead settings that aren't used anymore (#2356) 2025-12-03 14:43:48 +00:00
Paul 0f6eef9c97 problems (#2333) 2025-12-03 06:01:42 +00:00
Connor Peet d04d8814fc edits: enable gemini 3 replace string (#2330) 2025-12-03 00:34:21 +00:00
Don Jayamanne 13a435aa4e Disable image attachments for CLI (#2338) 2025-12-03 00:33:54 +00:00
Ulugbek Abdullaev 3c78ed81dd nes: support /models on proxy and model picker (#2325) 2025-12-02 14:14:53 +00:00
Paul 2e1c7f15f2 Custom agent provider cleanup (#2302)
* PR

* activation

* fix test
2025-12-01 19:28:00 +00:00
Josh Spicer de96ab90b0 add canDelegate (#2298) 2025-12-01 18:54:16 +00:00
01fde94e93 Change CLI isolation setting default to true and update option group description (#2283)
* Checkpoint from VS Code for cloud agent session

* Change CLI isolation setting default to true and update option group description

Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>

---------

Co-authored-by: Peng Lyu <penn.lv@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rebornix <876920+rebornix@users.noreply.github.com>
2025-12-01 16:25:07 +00:00
Johannes Rieken 844a8b8cc6 Use the good parts of inline chat v1 in v2 (#2292)
* Add setting to let inline chat v2 use the heuristic based editing

The setting controls how much of the matching AST node must be selected (0-1)

https://github.com/microsoft/vscode/issues/278057

* use prediction with heuristic based editing

https://github.com/microsoft/vscode/issues/278057
2025-12-01 15:54:07 +00:00
Dirk Bäumer 33bd1929e1 Add developer command to validate a NES rename (#2286) 2025-12-01 09:34:39 +00:00
Don Jayamanne e03ab5c0f8 Support image attachments in Copilot CLI (#2270)
* Support image attachments in Copilot CLI

* Fix tests
2025-11-30 05:23:51 +00:00
Johannes Rieken 0231290715 keep intent detection for inline v1 intact (#2264) 2025-11-28 14:29:05 +00:00
Don Jayamanne f3b2538df0 Support attaching Source Control & Search items for Copilot CLI (#2253)
* Support attaching Source Control & Search items for Copilot CLI

* Updates

* Update test name

* support search resutls
2025-11-28 04:42:54 +00:00
Paul 0b46e30f59 Add support for GH Custom Agents (#2118)
* WIP

* WIP

* use git here

* repo

* Update name

* wip

* wip

* wip

* wip

* updates

* readonly

* revert

* update

* clean

* PR and test

* test update

* test update
2025-11-26 20:57:44 +00:00
Bhavya U b748ab1761 refactor: update thinking configuration for Anthropic models to use budget tokens (#2226) 2025-11-26 20:33:02 +00:00
Don Jayamanne 5f1796b719 Update Github Copilot npm to latest version (#2224) 2025-11-26 20:26:55 +00:00
Bhavya U 55e50320a3 Update useMessagesApi setting to internal for now (#2220) 2025-11-26 19:03:03 +00:00