Harald Kirschner
6b847f4340
Add create-* prompts, hooks primitive, and remove agentCustomizationSkill gating ( #3713 )
...
* Add create-* prompts, hooks primitive, and remove agentCustomizationSkill gating
* Update references in prompt files
---------
Co-authored-by: Harald Kirschner <digitarald@gmail.com >
2026-02-13 20:58:24 +00:00
Lee Murray
73ea2d9627
Replace debug icon SVG with new design ( #3718 )
2026-02-13 13:18:46 +00:00
Harald Kirschner
a3f901a9be
Infer agent migration and new skills folder ( #3464 )
...
Co-authored-by: Harald Kirschner <digitarald@gmail.com >
2026-02-05 01:13:11 +00:00
Harald Kirschner
3d0c997c2c
Add infer and agents fields to Plan agent config and serialization ( #3252 )
...
* Add infer and agents fields to Plan agent config and serialization
* Add skills note to planning
2026-01-29 00:29:09 +00:00
Harald Kirschner
676245d637
refactor: shorten agent customization skill docs and clarify agent fields ( #3248 )
2026-01-28 23:13:08 +00:00
Harald Kirschner
bf72d95ab7
Add /init slash command for generating workspace instructions ( #3206 )
...
* Add /init slash command for generating workspace instructions
* Remove auto-generate
* Added hint, removed tools
2026-01-27 22:14:05 +00:00
Harald Kirschner
dac3d77abc
Add agent-customization skill with primitives documentation ( #3196 )
...
* Add agent-customization skill with primitives documentation
* Update assets/prompts/skills/agent-customization/primitives/workspace-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: rename agentCustomizationSkill setting to follow Advanced naming convention
* Updated skills.md based on spec
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-27 18:53:43 +00:00
Harald Kirschner
6e5efc8420
Add /plan contributed prompt for Plan agent ( #3193 )
2026-01-27 00:59:42 +00:00
Harald Kirschner
6d1dc0c320
Migrate Plan agent to CustomAgentProvider API ( #3017 )
...
* Migrate Plan agent to CustomAgentProvider API
* fix: address PR feedback - YAML escaping, type safety, DI patterns
* fix: make provideCustomAgents sync and add snapshot test
* fix: use ChatCustomAgentProvider API with file-based ChatResource
* refactor: flatten PlanAgent config keys and address review feedback
2026-01-23 01:51:32 +00:00
Martin Aeschlimann
0e2780db38
plan: adopt tool names ( #2922 )
2026-01-16 14:46:04 +00:00
Alexandru Dima
9856f231de
Make "Start Implementation" actually start the implementation ( #2920 )
2026-01-16 13:23:41 +00:00
Josh Spicer
12d67f07d1
Set showContinueOn for handoffs in Plan mode prompt ( #2228 )
...
* disable showContinueOn for some handoffs in Plan mode prompt
* promptFileParser.ts copy from https://github.com/microsoft/vscode/commit/8d6b74026fba52c2239941945db9364d01024025
}
2025-11-26 22:16:01 +00:00
Josh Spicer
0f0db2c864
swap to cloud icon for consistency ( #2198 )
...
* swap to cloud icon for consistency
* good call, copilot
2025-11-25 23:53:12 +00:00
Martin Aeschlimann
441302022f
set tools in savePrompt ( #1820 )
2025-11-06 11:31:52 +00:00
Rob Lourens
8a986974ba
Delete runSubagent tool ( #1819 )
...
* Delete runSubagent tool
Moving to the core version
* Fix
2025-11-06 06:43:28 +00:00
Harald Kirschner
5a5596f687
Improve Plan mode feedback and save flow ( #1816 )
...
* Improve Plan mode feedback and save flow
* Fixed typo
2025-11-06 01:39:20 +00:00
Rob Lourens
d82e2d2b87
Add runSubagent2 to plan mode ( #1782 )
2025-11-04 02:07:43 +00:00
Martin Aeschlimann
8d5ccde8c7
plan prompt: improve 'Open in Editor' ( #1740 )
...
* plan prompt: improve 'Open in Editor'
* accept suggestions
2025-10-31 15:05:33 +00:00
Martin Aeschlimann
50a91a7d84
fix savePrompt contribution ( #1738 )
...
* fix savePrompt contribution
* update prompt
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-31 15:00:28 +00:00
Martin Aeschlimann
7713df5870
add savePrompt prompt ( #1715 )
2025-10-30 17:44:31 +00:00
Peng Lyu
369d32529a
Custom cloud agent icon ( #1648 )
...
* Custom cloud agent icon
* support dark/light theme for icon
* 💄
2025-10-27 05:28:00 +00:00
Harald Kirschner
1ad795e6e0
fix: Plan mode did save plan to todos ( #1592 )
2025-10-24 17:53:14 +00:00
Harald Kirschner
69d0c81454
Add argument-hint to Plan mode ( #1573 )
2025-10-24 05:33:24 +00:00
Pierce Boggan
be9788c4b3
Update Plan.agent.md ( #1536 )
2025-10-23 04:20:12 +00:00
Harald Kirschner
2edf3d7707
Prevent plan from implementing ( #1479 )
...
* Prevent plan from implementing
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 20:33:48 +00:00
Martin Aeschlimann
41ae9a1b1d
rename vscode-agent -> agent ( #1478 )
2025-10-21 19:44:21 +00:00
Martin Aeschlimann
74ea40a783
adopt chatmode -> agent rename ( #1443 )
2025-10-20 20:30:35 +00:00
Harald Kirschner
72f2814f77
Plan mode: remove todos tool and tidy template ( #1433 )
2025-10-20 18:14:14 +00:00
Rob Lourens
0893eaecfd
Rename executePrompt to runSubagent ( #1420 )
2025-10-19 21:52:40 +00:00
Harald Kirschner
0bade016c3
Add handoffs to Plan Mode ( #1393 )
...
* Add handoffs
* Fix typo in Plan.chatmode.md
2025-10-18 04:06:56 +00:00
Harald Kirschner
856bcb5cbf
Built-in Plan mode ( #1382 )
2025-10-16 23:45:05 +00:00
kieferrm
333d9a4053
Hello Copilot
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2025-06-27 11:35:20 +02:00