Osvaldo Ortega
19a12a4ff3
Update pull request state handling to include all states in checks
2026-02-26 15:16:05 -08:00
Osvaldo Ortega
7c32c58bbd
Remove 'state: open' from pull request creation and check functions
2026-02-26 15:09:54 -08:00
Osvaldo Ortega
c4f26872d1
Add command to check for open pull requests and refactor session repository resolution
2026-02-26 15:08:16 -08:00
Osvaldo Ortega
6ce4655c56
enable virtual workspaces capability in package.json
2026-02-26 14:54:56 -08:00
Osvaldo Ortega
68f9ece10a
add logging for activation in GitHub extension
2026-02-26 14:48:20 -08:00
Osvaldo Ortega
abf18a18fc
Refactor code structure for improved readability and maintainability
2026-02-26 14:40:52 -08:00
Osvaldo Ortega
9bbe456577
add logging for session menu and button configuration in ChangesViewPane
2026-02-26 14:24:50 -08:00
Osvaldo Ortega
0d0acbcde2
remove unnecessary context setting for open pull request in createPullRequest function
2026-02-26 11:58:29 -08:00
Osvaldo Ortega
21049d3dc8
add openPullRequest command and update related logic in GitHub extension
2026-02-26 11:55:52 -08:00
Martin Aeschlimann
3aedb3e937
'new custom agent' does not show configured locations ( #298052 )
2026-02-26 18:07:11 +00:00
ulugbekna
734a143c86
add explanation for persisted data migration and a todo
2026-02-26 23:04:58 +05:00
ulugbekna
32a452a6e4
fix tests
2026-02-26 23:04:58 +05:00
ulugbekna
e0d6fa242d
default account: expose copilot token info and keep cache model separated
2026-02-26 23:04:58 +05:00
Megan Rogge
cca0539fcf
rm duplicate askQuestions tool from picker, use correct name in prompt validator ( #298044 )
...
fix #297978
2026-02-26 17:39:06 +00:00
Sandeep Somavarapu
404102fc70
revert adding active session folder to workspace ( #298039 )
...
* revert adding active session folder as workspace folder
* revert adding active session folder as workspace folder
2026-02-26 17:27:34 +00:00
Sandeep Somavarapu
947b0790d8
introduce title bar actions menu and contribute changes action to it ( #298030 )
2026-02-26 16:45:52 +00:00
Lee Murray
7033a99216
Merge pull request #298027 from microsoft/mrleemurray/thoughtful-indigo-blackbird
...
Update @vscode/codicons to version 0.0.45-11 and add 'new-session' icon
2026-02-26 16:18:33 +00:00
Joaquín Ruales
a6bb8ac865
Add browserView folders to CODENOTIFY ( #297858 )
...
* Add Integrated Browser section to CODENOTIFY
* Integrate entries
2026-02-26 08:06:28 -08:00
Benjamin Christopher Simmonds
39eba804bf
Merge pull request #298018 from microsoft/benibenj/ridiculous-weasel
...
Sync changes action for git synchronization in agent sessions
2026-02-26 17:05:10 +01:00
Sandeep Somavarapu
cac4044503
- fix listening to active session ( #298012 )
...
* - fix listening to active session
- new empty workbench workspace service for sessions
- add active workbench folder to workspace
* fix tests
* feedback
* fix compilation
* fix compilation
2026-02-26 16:04:12 +00:00
mrleemurray
d38271c050
feat: update @vscode/codicons to version 0.0.45-11 and add new 'new-session' icon
2026-02-26 15:55:51 +00:00
Lee Murray
d9c4f50539
Merge pull request #298022 from microsoft/mrleemurray/collective-scarlet-limpet
...
Improve notification styles and adjust shadow properties
2026-02-26 15:51:48 +00:00
mrleemurray
0371658b57
fix: improve notification styles and adjust shadow properties
2026-02-26 15:33:54 +00:00
BeniBenj
a6e7ca8cee
sync changes action for git synchronization in agent sessions
2026-02-26 16:22:34 +01:00
Benjamin Pasero
21ec368773
sessions - fix error on startup around duplicate view registration ( #298015 )
2026-02-26 15:21:50 +00:00
Isidor Nikolic
1387321689
Merge pull request #298002 from microsoft/isidorn/experienced-echidna
...
fix: update default max requests for chat agent configuration to 50
2026-02-26 15:30:28 +01:00
Henning Dieterichs
96baba2cc4
feat: update component explorer dependencies and add new test fixtures
...
- Updated @vscode/component-explorer to version 0.1.1-16 and @vscode/component-explorer-cli to version 0.1.1-12 in package.json and package-lock.json.
- Added new test fixtures for chat question carousel, code action list, find widget, inline completions extras, rename widget, and suggest widget.
- Implemented rendering logic for new fixtures to enhance testing capabilities for various components.
2026-02-26 15:30:23 +01:00
Isidor
1da3d7005d
Thanks Copilot for nice review
2026-02-26 15:14:06 +01:00
Isidor
32ddcadf10
fix: update default max requests for chat agent configuration to 50
2026-02-26 15:06:36 +01:00
Isidor Nikolic
86d2f8e17f
Merge pull request #297951 from microsoft/isidorn/peculiar-gazelle
...
fixes #288433
2026-02-26 15:04:08 +01:00
Benjamin Pasero
1eef0115c6
sessions - stop moving them up for in progress, go by date ( #297980 )
2026-02-26 15:02:29 +01:00
Benjamin Pasero
fa6faf3c1f
sessions - add hideSkipButton option and refactor dialog options ( #297976 )
...
* fix - add hideSkipButton option to dialog options
* refactor - update dialog options to use dialogHideSkip
2026-02-26 19:02:07 +05:00
Benjamin Christopher Simmonds
e30f28558f
feat: add clone repository option to folder picker ( #297995 )
2026-02-26 14:59:13 +01:00
Courtney Webster
c32d479a38
Merge pull request #297828 from microsoft/fluffy-boa
...
Update Copilot usage widget when overages are enabled
2026-02-26 07:41:12 -06:00
Benjamin Christopher Simmonds
bd9ab3032d
Enhance feedback and comment renderer with deletion and markdown support ( #297984 )
...
* feat: enhance agent feedback hover and chat attachment widgets with deletion support
* fix: set title for truncated text in read-only mode in feedback comment renderer
* feat: enhance comment renderer with rich markdown hover support in read-only mode
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-26 13:59:54 +01:00
Isidor Nikolic
a5b6d5b38c
Merge branch 'main' into isidorn/peculiar-gazelle
2026-02-26 13:56:48 +01:00
Lee Murray
d8a2ee8e78
Merge pull request #297979 from microsoft/mrleemurray/shocked-sapphire-herring
...
Add border radius to debug view title for improved aesthetics
2026-02-26 12:55:33 +00:00
Lee Murray
d129384bc0
Merge pull request #297971 from microsoft/mrleemurray/hon-azure-badger
...
Enhance dropdown and sticky widget styles
2026-02-26 12:55:30 +00:00
Sandeep Somavarapu
dd2fdf50c9
fix active session when changing from untitled to committed session ( #297969 )
2026-02-26 12:08:26 +00:00
Benjamin Pasero
9057f9274f
sessions - fix icon alignment vertically ( #297970 )
2026-02-26 12:02:46 +00:00
mrleemurray
7a56e5b8b0
Add border radius to debug view title for improved aesthetics
2026-02-26 11:59:21 +00:00
mrleemurray
0d6dd5d5d5
fix: add missing semicolon in sticky widget background style
2026-02-26 11:54:43 +00:00
mrleemurray
494df680c8
fix: add missing semicolon in sticky widget background style
2026-02-26 11:54:27 +00:00
Benjamin Pasero
edd359cb75
stop the log spam, I cannot read the console anymore ( #297964 )
2026-02-26 11:48:59 +00:00
Benjamin Pasero
664081c20a
Revert "sessions - show file changes summary in changes window" ( #297966 )
...
Revert "sessions - show file changes summary in changes window (#297656 )"
This reverts commit b9a94fe6d8 .
2026-02-26 11:47:49 +00:00
Benjamin Pasero
9c4cc0ea63
sessions - hide title bar actions when welcome overlay shows ( #297958 )
...
feat - add `SessionsWelcomeVisibleContext` for overlays
2026-02-26 12:43:37 +01:00
Dmitriy Vasyura
4aff97add0
Move status entry to the right and make it more subtle ( #297865 )
2026-02-26 12:43:17 +01:00
mrleemurray
b75d9899e6
feat: enhance dropdown and sticky widget styles with improved shadows and backgrounds
2026-02-26 11:41:35 +00:00
Benjamin Pasero
248b17d1e8
sessions - allow --sessions even for existing windows ( #297955 )
...
* feat - add product service to launch main service
* refactor - rearrange sessions window logic in `startOpenWindow`
2026-02-26 15:58:14 +05:00
Isidor
4fcfd36271
fixes #288433
2026-02-26 11:39:44 +01:00