Aaron Munger
d3d9ccb486
change toolcall UI to not show an error ( #2042 )
2025-11-17 18:57:23 +00:00
Josh Spicer
48474b1ba8
canDelegate for CC ( #2041 )
2025-11-17 18:33:04 +00:00
Sandeep Somavarapu
fedde4f1f1
clean up: ( #2040 )
...
* clean up:
- simplify namespaces
- simplify defining settings
* fix unused configs
2025-11-17 14:32:52 +00:00
Don Jayamanne
0c7aec2532
Fix issue with cancellations in Copilot CLI ( #2039 )
...
* Fix issue with cancellations in Copilot CLI
* Fixes
* Fix tests
2025-11-17 07:57:47 +00:00
Don Jayamanne
180901c825
Copy ripgrep files for copilot CLI ( #2037 )
...
* Copy ripgrep files for copilot CLI
* Fix path
2025-11-17 05:51:47 +00:00
Don Jayamanne
152b00b66a
Avoid fetching Copilot CLI session for new chat sessions ( #2038 )
2025-11-17 05:51:36 +00:00
Don Jayamanne
f3eb5e4d16
Copilot CLI test to ensure we account for all binaries used by sdk ( #2035 )
2025-11-17 04:42:25 +00:00
Rob Lourens
8e7849f7cf
Reenable test ( #2032 )
...
Fix microsoft/vscode-copilot#14782
2025-11-16 06:06:46 +00:00
07c7adbdb0
Make RequestLogger entry limit configurable ( #1976 )
...
* Initial plan
* Add configurable log entry limit for RequestLogger
Co-authored-by: roblourens <323878+roblourens@users.noreply.github.com >
* Unnecessary comment
* Delete dumb test
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: roblourens <323878+roblourens@users.noreply.github.com >
Co-authored-by: Rob Lourens <roblourens@gmail.com >
2025-11-15 23:24:14 +00:00
Rob Lourens
236ba38b27
Reduce 'any' ( #2031 )
...
* Reduce 'any'
* Reduce 'any'
* Reduce 'any'
* Reduce 'any'
* Reduce 'any'
2025-11-15 21:47:57 +00:00
Peng Lyu
89b4d9a76c
improve instruction references with cli. ( #2029 )
2025-11-15 20:05:37 +00:00
Sandeep Somavarapu
a943613f4f
migrate internal settings to advanced ( #2028 )
...
* Reapply "first cut - migrate settings marked with INTERNAL and adopt to advanc…" (#2021 )
This reverts commit 9dfc3993af .
* fix default values of migrated settings
2025-11-15 15:29:04 +00:00
Peng Lyu
216cf74887
reenable padawan content provider from chat ext itself ( #2027 )
...
* padawan diff: improve missing file content
* reenable content provider from chat ext itself
2025-11-15 06:31:34 +00:00
Rob Lourens
c7aa5cda06
Update gpt-5.1 prompts ( #2026 )
...
* Update gpt-5.1 prompt
Latest updates from codex CLI
* Update gpt-5.1-codex prompt
* Remove obsolete rule
2025-11-15 05:39:56 +00:00
Rob Lourens
779c496f81
Fix verbosity ( #2025 )
...
Was supposed to target gpt-5.1, not all gpt-5.1*
2025-11-15 05:38:14 +00:00
Rob Lourens
ae2449fee1
Try low verbosity with gpt-5-mini ( #2024 )
2025-11-15 02:38:33 +00:00
Connor Peet
e4b5974b1a
edits: fix conflicting edits in multi-replace-string ( #2016 )
...
* edits: fix conflicting edits in multi-replace-string
- Minimize identical content in text edits to avoid potential conflicts in context
- Explicitly error any edits that still fail rather than garbling the file
Closes https://github.com/microsoft/vscode/issues/277154
* rm test.only
* fix whitespaces not being preserved in ws flex match
2025-11-15 00:51:53 +00:00
Rob Lourens
04b6016192
Gpt prompt cleanups ( #2020 )
...
* Refactor agent prompt tests
* Gpt prompt cleanups
Includes switching the gpt-5.1-codex-mini prompt to use the codex prompt
2025-11-15 00:03:09 +00:00
Rob Lourens
6299670e32
Nicer message when rendering agent prompt fails due to budget ( #2023 )
2025-11-14 23:40:13 +00:00
Aaron Munger
84c0f23a81
reduce any type usage ( #2018 )
...
* reduce any type usage
* drop another any that snuck in
* one more check and less cast
2025-11-14 22:42:55 +00:00
Connor Peet
125097f3f6
edits: set hasError on tool results from editing tools ( #2022 )
...
Refs https://github.com/microsoft/vscode/issues/275056
2025-11-14 22:42:01 +00:00
Alexandru Dima
9dfc3993af
Revert "first cut - migrate settings marked with INTERNAL and adopt to advanc…" ( #2021 )
...
This reverts commit 3898ba5474 .
2025-11-14 21:59:22 +00:00
Ian Huff and Ian Huff
0e78f350b7
fix any types in nullWorkspaceFileIndex ( #1964 )
...
Co-authored-by: Ian Huff <ianhuff@Mac.home >
2025-11-14 21:03:11 +00:00
Zhichao Li and Copilot
d30c99f60b
Improve setting description for Azure and CustomOAI model URLs ( #2017 )
...
* fix: enhance API documentation for Azure and OpenAI model URLs in package.json and package.nls.json
* Update package.nls.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-14 20:29:36 +00:00
Aaron Munger
65a2dfaf42
clean up replay related participants ( #2014 )
2025-11-14 20:16:11 +00:00
Bhavya U
0df9be51e4
debt- replace localize with l10n ( #2015 )
...
* debt- replace localize with l10n
* refactor: replace l10n import with vscode for localization
2025-11-14 20:13:19 +00:00
Matt Bierner
54ef598b49
Make sure we re-init the workspace index status on initial auth ( #2013 )
...
Fixes microsoft/vscode#277489
Fallout of not blocking extension init on initial auth
2025-11-14 18:59:09 +00:00
Bhavya U
677d3651b4
Add chat model capabilities ( #2012 )
2025-11-14 18:49:54 +00:00
Aaron Munger
620bd47d81
remove langauge declaration ( #2011 )
2025-11-14 18:05:44 +00:00
ababouelenin and AbdelrahmanAbouelenin
924f025dae
Adding hidden family. ( #1996 )
...
Co-authored-by: AbdelrahmanAbouelenin <abdelrahman.abouelenin@gmail.com >
2025-11-14 18:01:45 +00:00
Benjamin Christopher Simmonds
c893dbed5c
TelemetryStore argument added to telemetry events ( #2006 )
...
* https://github.com/microsoft/vscode/issues/277437
* 💄
2025-11-14 17:41:06 +00:00
Benjamin Christopher Simmonds
56b4f1ac89
add client_deviceid ( #2005 )
2025-11-14 17:17:32 +00:00
Sandeep Somavarapu and Alex Dima
3898ba5474
first cut - migrate settings marked with INTERNAL and adopt to advanced tag ( #1717 )
...
* first cut - migrate settings marked with INTERNAL and adopt to advanced tag
* support old key while
- reading config value
- reading experiment
- listening to changes
* make experiment change event aware of old id
* fix tests
* fix tests
* Add backward support for the pattern used in older experiments
* fix id
---------
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2025-11-14 17:04:48 +00:00
Benjamin Christopher Simmonds
724b828f8b
remove some services ( #2004 )
2025-11-14 16:26:25 +00:00
Logan Ramos
73fc056a36
Don't register non model picker models to LM access ( #2003 )
2025-11-14 15:46:32 +00:00
Johannes Rieken
b21d640d99
debt - use l10n.t ( #2001 )
2025-11-14 15:05:39 +00:00
Benjamin Pasero
4fe638cf8b
agent sessions - provider tweaks ( #2000 )
2025-11-14 14:49:33 +00:00
Johannes Rieken
24eb86e92d
make sure to set metadata required for telemetry sending ( #1999 )
...
https://github.com/microsoft/vscode/issues/277422
2025-11-14 14:39:26 +00:00
Benjamin Pasero
69838f665b
agent sessions - implement agentSession.copilot-cloud-agent.openChanges ( #1998 )
2025-11-14 13:59:02 +00:00
Bhavya U
1827d174d2
refactor: streamline thinking capability checks and remove hardcoded model IDs ( #1991 )
2025-11-13 23:38:12 +00:00
Benjamin Christopher Simmonds
dacd237223
Add diagnostics context provider and configuration options ( #1979 )
...
* diagnostics context provider
* includeWarnings options
* change string
* use edit window
* spelling
* 💄
2025-11-13 22:51:43 +00:00
Benjamin Christopher Simmonds
3e1cfbbac0
Do not show label for far away edits ( #1994 )
...
* do not show label for far away edits
* change default value
2025-11-13 22:35:22 +00:00
Don Jayamanne
07a3e71f76
Update @github/copilot to 0.0.336 ( #1992 )
...
* fix: export UnknownToolCall type and update its usage in CopilotCLISession
* Update @github/copilot to 0.0.336
* Updates
2025-11-13 21:25:51 +00:00
Don Jayamanne
218c1dbe71
fix: export UnknownToolCall type and update its usage in CopilotCLISession ( #1990 )
2025-11-13 21:16:44 +00:00
Don Jayamanne
aa8b2ed89d
Re-use common function and format as per eixsting chat panel ( #1988 )
2025-11-13 21:13:56 +00:00
Bhavya U
4219ab5540
anthropic byok: reset API client when updating or removing API key ( #1985 )
...
* fix: handle invalid API key error and retry fetching models
* anthropic byok: reset API client when updating or removing API key
2025-11-13 19:23:44 +00:00
Bhavya U
099f603dfe
fix: handle invalid API key error and retry fetching models ( #1984 )
2025-11-13 19:00:07 +00:00
Rob Lourens
643e80a49f
Prompt tweak ( #1983 )
2025-11-13 18:10:50 +00:00
Connor Peet
4572f4ee80
edits: don't prompt every edit for a folder within a default-system path ( #1982 )
...
Closes https://github.com/microsoft/vscode/issues/276193
2025-11-13 17:41:09 +00:00
Johannes Rieken
7d0512d26a
add failing test for https://github.com/microsoft/vscode/issues/277154 ( #1981 )
...
* add failing test for https://github.com/microsoft/vscode/issues/277154
* thanks copilot
* better assertion
2025-11-13 15:58:14 +00:00