Commit Graph

148160 Commits

Author SHA1 Message Date
Matt Bierner
15186d2e20 Merge pull request #300665 from mjbvz/dev/mjbvz/intellectual-snake
Fix the `github` extension for esbuild
2026-03-10 23:07:03 -07:00
Connor Peet
2ecee7ee91 plugins: initial support for workspace plugins (#300585)
* plugins: initial support for workspace plugins

- reads .claude/settings(.local).json and the Copilot equivalent
- currently this enables the `extraMarketplaces` and marks the
  extensions as 'recommended'. Users get a prompt on the first chat
  message and can find the extensions under `@agentPlugins @recommended`

todo: unify the enablement/disablement.

* address PR feedback: correlated watchers, coalesced reads, tests

* cleanup

* fix build
2026-03-10 23:04:56 -07:00
Paul
4d032afd4a Add ~/.copilot/hooks (#300663) 2026-03-11 06:04:06 +00:00
Matt Bierner
3709d98040 Merge pull request #300641 from mjbvz/dev/mjbvz/fond-loon
Add `min-release-age` in npmrc files
2026-03-10 23:03:40 -07:00
Matt Bierner
a04eb6787a Merge pull request #296821 from tamuratak/make_markdown_range_link_work
markdown-language-features: enhance document link handling with improved URI parsing and selection
2026-03-10 23:02:52 -07:00
Matt Bierner
599fc96f2f Fix the github extension for esbuild 2026-03-10 22:53:03 -07:00
Matt Bierner
6597286e32 Merge pull request #300629 from mjbvz/dev/mjbvz/xenogeneic-silverfish
Use case insensitive file uri compare in md extension
2026-03-10 22:49:16 -07:00
Matt Bierner
e9b82791e6 Commit other npmrc files 2026-03-10 20:56:09 -07:00
Matt Bierner
46af82816c Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 20:54:15 -07:00
Vijay Upadya
112d873732 Add onDidReceiveChatDebugEvent API to send chat customization events (#300617)
* add onDidReceiveChatDebugEvent API

* comment

* enable only if there are listeners

* bump max size
2026-03-10 20:45:44 -07:00
Josh Spicer
cbddc710c0 sessions: Improve built-in prompt override saving in AI Customization (#300607)
* feat: add save button for built-in prompt copies in AI Customization Management Editor

* feat: add customization instructions to draft and regular pull request prompts

* feat: enhance save button with icon and accessibility improvements in AI Customization Management Editor

* feat: enhance customization instructions in draft and regular pull request prompts

* feat: update save button functionality and styling in AI Customization Management Editor

* feat: simplify customization instructions in draft and regular pull request prompts

* feat: update prompt customization instructions and enhance save target options in AI Customization Management Editor

* feat: update save button icon and accessibility labels in AI Customization Management Editor

* feat: enhance save button logic and accessibility in AI Customization Management Editor

* feat: update editor action button logic in AI Customization Management Editor

* feat: streamline editor content change detection and save indicator logic in AI Customization Management Editor

* feat: enhance auto-save functionality and update editor content change detection in AI Customization Management Editor

* feat: simplify editor action button logic and remove unused auto-save handling in AI Customization Management Editor

* feat: refactor save functionality for built-in prompts in AI Customization Management Editor

* Address AI customization review feedback

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 20:38:08 -07:00
Josh Spicer
8a575049c5 Fix clipped items in AI Customization tree (#300604)
Refs #299049

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 20:37:56 -07:00
Matt Bierner
accb22dc44 Merge pull request #300592 from mjbvz/dev/mjbvz/modern-tiger
Make `getChatSessionItem` return an async iterable
2026-03-10 20:37:51 -07:00
Matt Bierner
9670b57eec Merge pull request #300640 from microsoft/revert-300547-dev/mjbvz/glorious-sparrow
Revert "Re-remove webpack"
2026-03-10 20:34:32 -07:00
Matt Bierner
a440ae0518 Add min-release-age in npmrc files
For #299632

Not fully enabled unless you're using a recent npm. Next step will be to bump the min node/npm versions for the workspace too
2026-03-10 20:33:07 -07:00
Anthony Kim
4d50226c1d Correct wording for psreadline (#300637)
* Edit psreadline comment

* update

* fwefwe

* update
2026-03-10 20:25:59 -07:00
Josh Spicer
06f181c291 customizations: fix hook secondary text being truncated (#300614) 2026-03-10 20:25:34 -07:00
Osvaldo Ortega
1d31c3ce40 Revert "Re-remove webpack" 2026-03-10 20:12:53 -07:00
Anthony Kim
a0d3bb68f2 Fix PSReadline for screen reader (#298881)
* Fix PSReadline for screen reader, disable header

* Add psreadline to index.ts for build

* organize much better

* compile

* list out exact folder

* try if codesign is the problem

* Update comment to be more accurate

* Undo changes for noLogo
2026-03-10 19:35:11 -07:00
Matt Bierner
909a106725 Use case insentive file uri compare in md extension
For #265277
2026-03-10 19:27:33 -07:00
Matt Bierner
b6813ea6be Merge pull request #299654 from microsoft/copilot/add-side-option-minimap-menu
Add "Side" option to minimap context menu
2026-03-10 19:02:17 -07:00
Matt Bierner
b001c31e7a Merge branch 'main' into dev/mjbvz/modern-tiger 2026-03-10 18:56:57 -07:00
Osvaldo Ortega
5a84afd304 Merge pull request #300603 from microsoft/osortega/magic-weasel
Ripgrep package version bump
2026-03-10 18:26:01 -07:00
Osvaldo Ortega
d2bdbb63e6 Merge pull request #298392 from microsoft/copilot-worktree-2026-02-27T00-36-54
Add agent sessions functionality and corresponding tests
2026-03-10 18:24:42 -07:00
Tyler James Leonhardt
ba3f49a013 refactor: update chat session item handling to use new request structure (#300605)
minimizes the API for the newChatSessionItemHandler to only receive the prompt & command.
2026-03-10 18:18:25 -07:00
Sandeep Somavarapu
6168074da9 Sessions: fix rough edges when sending new requests (#300600)
* Sessions: fix rough edges when sending new requests

* feedback
2026-03-10 18:15:39 -07:00
Don Jayamanne
14bd429ee5 Update ModifiedFilesConfirmationTool to handle missing selectedCustomButton (#300599) 2026-03-11 00:53:45 +00:00
Osvaldo Ortega
f3bfb1d2e7 Revert 2026-03-10 17:39:33 -07:00
Osvaldo Ortega
0091ab1d49 missing updates 2026-03-10 17:34:48 -07:00
Osvaldo Ortega
7d59e8c22f Ripgrep package version bump 2026-03-10 17:29:39 -07:00
Osvaldo Ortega
e6e173c830 display 2026-03-10 17:26:16 -07:00
Osvaldo Ortega
b844d33510 Fixes 2026-03-10 17:18:41 -07:00
Osvaldo Ortega
6db7214593 npm i 2026-03-10 17:07:09 -07:00
Matt Bierner
84d9d336e0 Merge pull request #300587 from mjbvz/dev/mjbvz/ill-herring
Reduce `IChatSessionsService` interface size
2026-03-10 16:59:38 -07:00
Matt Bierner
c90b72e2e5 Add cancellation checks 2026-03-10 16:52:42 -07:00
Justin Chen
46ec7ff25d autopilot plan mode handoff (#300580)
* autopilot plan mode handoff

* revert changes here
2026-03-10 16:52:11 -07:00
Matt Bierner
6e4ca3bcbe Make getChatSessionItem return an async iterable
For #298507
2026-03-10 16:38:49 -07:00
Osvaldo Ortega
68a4e6dd69 transpile 2026-03-10 16:36:06 -07:00
Osvaldo Ortega
01c89399b5 Update 2026-03-10 16:25:16 -07:00
Osvaldo Ortega
82e5207443 npm i 2026-03-10 16:20:04 -07:00
Justin Chen
7e36df6404 fix issue where hidden tool call stays at the top (#300578)
fix codeblock issue
2026-03-10 16:19:20 -07:00
Matt Bierner
2dc91fd2cd Reduce IChatSessionsService interface size
Make everything go through the contributions instead off having separate getters for each value
2026-03-10 16:18:49 -07:00
Josh Spicer
d8b77d0c59 sessions: Update create-pr prompt and add sessions developer agent (#300575)
* Add sessions.md for Sessions Window Developer instructions and tools

* Remove unnecessary tools section from Sessions Window Developer documentation

* Clarify developer role description in sessions.md
2026-03-10 16:12:17 -07:00
Benjamin Christopher Simmonds
03b38ff88a Merge pull request #300576 from microsoft/benibenj/chief-aardwolf
Small session tweaks
2026-03-11 00:09:24 +01:00
Osvaldo Ortega
ae536d389c Exclude web.test.js 2026-03-10 16:00:59 -07:00
Osvaldo Ortega
2b1926511a ignore scripts 2026-03-10 15:58:40 -07:00
Osvaldo Ortega
da5b9e899c CI 2026-03-10 15:53:16 -07:00
Osvaldo Ortega
f22a90205c Updates 2026-03-10 15:48:52 -07:00
Osvaldo Ortega
2879e48d56 Merge pull request #300492 from microsoft/copilot/genetic-gibbon
Sessions: Fix repository grouping bugs (duplicates, "Other" fallback, worktree resolution)
2026-03-10 15:36:26 -07:00
BeniBenj
3b88583430 small session tweaks 2026-03-10 23:32:37 +01:00