Matt Bierner
7da3c60129
Fixes for external ingest ( #2778 )
...
* Fixes for external ingest
- Make sure we use relative paths
- Add command to clear
- Avoid requests if the index is already up to date
* Small cleanup
2026-01-10 00:14:12 +00:00
Josh Spicer
12fd8294ac
reload ( #2768 )
2026-01-09 20:53:44 +00:00
Paul
061488d966
Fix media_type missing for gemini ( #2717 )
...
* fix
* clean
* use enum
* fix mcp case
* PR
* fix
* cleanup
* clean
* update package
* fix
* remove workaround
* cleanup
* pr
* don't default to image/png
2026-01-09 18:28:44 +00:00
Isidor Nikolic
f83ded3e18
Set default value of autoFix configuration to false ( #2766 )
...
* Set default value of autoFix configuration to false
fixes https://github.com/microsoft/vscode/issues/281483
* thanks Copilot for catching this
2026-01-09 16:50:39 +00:00
Josh Spicer
32a61ef650
polish partner agent integration (with hardcoded values and no repo checks ( #2754 )
2026-01-09 03:05:47 +00:00
Bhavya U
739cd2b6b6
enable messages api ( #2748 )
...
* enable messages api
* update package.json
2026-01-09 02:42:43 +00:00
Logan Ramos
98ff91597e
Bump engine ( #2751 )
2026-01-08 20:45:09 +00:00
Josh Spicer and Copilot
dc65f64c8c
CCA Model picker ( #2740 )
...
* CCA Model picker (depends on https://github.com/microsoft/vscode-capi/pull/53 )
* bump copilot cli
* Update src/extension/chatSessions/vscode-node/copilotCloudSessionsProvider.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-08 19:57:48 +00:00
Josh Spicer
c3cd2572c2
bump to 0.37 ( #2734 )
2026-01-07 19:52:09 +00:00
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 Spicer and copilot-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 Ortega and Connor 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 Spicer and Copilot
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