Skip to content

Commit 0d2c9de

Browse files
authored
Update changelog for custom agents and /delegate command
Added support for custom agents and a new /delegate command for task delegation.
1 parent fea0e8d commit 0d2c9de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.353 - 2025-10-28
2+
3+
- Added support for custom agents. Custom agent definitions are pulled from `~/.copilot/agents`, `.github/agents` in your repository, or your organization's `.github` repository. You can explicitly invoke an agent with the `/agent` slash command interactively or `--agent <agent>` noninteractively. Agents are also provided as tools that the model can call during completion of a task
4+
- Added a `/delegate` command to delegate a task asynchronously to Copilot coding agent. Any unstaged changes will be committed to a new branch, a PR will be opened in your GitHub repository, and Copilot will complete work in the background.
5+
16
## 0.0.352 - 2025-10-27
27

38
- Improve handling of MCP tools containing slashes

0 commit comments

Comments
 (0)