Commit Graph

147128 Commits

Author SHA1 Message Date
Osvaldo Ortega d373331a40 feat: add mock GitHub authentication provider and update activation events for mock chat provider 2026-02-27 14:34:59 -08:00
Osvaldo Ortega 100d1749cf feat: pre-seed application storage to skip welcome/sign-in overlay in launchSessionsWindow 2026-02-27 14:32:41 -08:00
Osvaldo Ortega d87339d9a1 feat: update launchSessionsWindow to set timeout to 0 and improve window handling 2026-02-27 14:30:35 -08:00
Osvaldo Ortega 93acadb1fb feat: enhance launchSessionsWindow to improve window handling and increase timeouts 2026-02-27 14:26:50 -08:00
Osvaldo Ortega 76d0849ef6 feat: update launchSessionsWindow to use a timestamped temporary directory and replace '--new-window' with '--sessions' argument 2026-02-27 14:19:57 -08:00
Osvaldo Ortega 5e631717dd feat: update launchSessionsWindow to conditionally include ROOT and add new-window argument 2026-02-27 14:04:17 -08:00
Osvaldo Ortega c8944c43be feat: enhance scenario parser to support preconditions and update related tests
- Added support for preconditions in the scenario parser, allowing scenarios to specify prerequisites before executing steps.
- Updated the `Scenario` interface to include a `preconditions` array.
- Modified the parsing logic to correctly identify and store preconditions from `.scenario.md` files.
- Enhanced the test output to display preconditions when running scenarios.
- Created new scenario files to test various states including empty state, active workspace, and instruction creation.
- Removed outdated scenario files that are no longer relevant.
2026-02-27 13:45:53 -08:00
Osvaldo Ortega 53899ef7a9 feat: add end-to-end tests for agent sessions window
- Implemented scenario parsing and execution using Playwright.
- Created a basic scenario for verifying the loading of the agent sessions window.
- Added necessary TypeScript files and configuration for E2E testing.
- Introduced a package.json for managing test scripts and dependencies.
- Developed session management utilities to launch and interact with the Electron app.
2026-02-27 13:36:47 -08:00
Osvaldo Ortega 8e70eaee79 add agent sessions functionality and corresponding tests 2026-02-26 16:49:24 -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