Paul
6baf32905c
Enable custom agent hooks by default ( #311827 )
2026-04-22 11:48:28 -07:00
Martin Aeschlimann
504aa05ab6
improve /init ( #309031 )
2026-04-10 15:32:16 +00:00
Martin Aeschlimann
5dd90d7ba5
generalize /init skill to also suggest other chat customizations ( #309020 )
2026-04-10 14:40:45 +00:00
Martin Aeschlimann
f0069609a2
convert built-in prompt files to skills ( #308472 )
2026-04-08 12:59:32 +02:00
Vijay Upadya
d85e24d3d0
Agent Debug logging: detect mode changes, fix tools timing, add tool… ( #4929 )
...
* Title: Debug logging: detect mode changes, fix tools timing, add toolsFile to llm_request
* feedback updates
2026-04-02 07:45:47 +00:00
Vijay Upadya
5bdaefff27
Troubleshooting: Enrich chat debug JSONL logs ( #4887 )
...
* Enrich chat debug JSONL logs
* feedback update
* Feedback update2
2026-04-01 02:20:07 +00:00
Paul
41b7ef8514
Support dynamic prompt variables ( #4742 )
...
* wip
* fixes
* update
* update
* updates
* updates
* clean
* clean
* clean
* fix tests
* update
* fix test
2026-03-27 21:55:42 +00:00
Vijay Upadya
9a4dc95e9b
Support session references in troubleshoot skill + write models.json to debug logs ( #4729 )
...
* session reference for troubleshoot
* feedback update
* handle non-local session schemes
* handle non local path decode
* fix test failure
2026-03-26 21:24:07 +00:00
Alex Ross
b817c6304c
Better project setup skill description ( #4424 )
...
* Better project setup skill description
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-03-16 13:41:06 +00:00
Paul
2472428c0d
Move troubleshoot skill to files-based approach ( #4365 )
...
* v3
* wip
* wip
* nit
* wip
* permissions
* update
* update
* clean
* update
* clean
* update
* nit
* update
2026-03-12 07:22:28 +00:00
Harald Kirschner
2bc3c71a67
init prompt: inventory docs and link instead of duplicating content ( #4335 )
...
Co-authored-by: Harald Kirschner <digitarald@gmail.com >
2026-03-11 00:51:18 +00:00
Martin Aeschlimann
c60ed49035
/create-agent uses double-quoted tool names ( #4033 )
2026-02-26 11:44:27 +00:00
Martin Aeschlimann
bcdd715b29
Consistent naming of /create-instructions slash command ( #3997 )
2026-02-25 19:55:02 +00:00
Shayne Boyer
4aaaef64f9
feat: improve agent-customization skill — Medium → High compliance ( #3866 )
...
* feat: improve agent-customization skill frontmatter and consolidate references
* fix: revert reference file reorganization per reviewer feedback
Keep original 6 reference files unchanged.
Retain improved SKILL.md frontmatter description and Common Pitfalls section.
---------
Co-authored-by: Harald Kirschner <hkirschner@microsoft.com >
2026-02-24 00:04:08 +00:00
Alex Ross
65fdf8536c
Get search view results skill ( #3891 )
...
* Get search view results skill
* Fix test
* Fix test
2026-02-23 18:11:45 +00:00
Alex Ross
b47ae3c8dd
Fix tool names in project setup info skill ( #3939 )
...
* Fix tool names in project setup info skill
* 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-23 17:47:08 +00:00
Alex Ross
835a104d4b
Add project setup skill ( #3930 )
...
* Add project setup skill
* Fix tool names
2026-02-23 15:01:44 +00:00
Alex Ross
c387e1e150
Install extension skill ( #3856 )
...
* Install extension skill
* Add setting to code
* Move setting
* Update assets/prompts/skills/install-vscode-extension/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-23 09:06:31 +00:00
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 8d6b74026f
}
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