Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
afd27aa
Merge pull request #140 from github/tidy-dev/triaging-workflows
tidy-dev Sep 30, 2025
042b9d1
Modify labels in feature request template
tidy-dev Sep 30, 2025
d495946
Modify bug report template labels
tidy-dev Sep 30, 2025
fe25972
Merge pull request #148 from github/tidy-dev/triaging-workflows
andyfeller Sep 30, 2025
f32bbc3
v0.0.331
RyanHecht Oct 1, 2025
9d848e6
0.0.332
RyanHecht Oct 1, 2025
ac2bc8f
0.0.333
RyanHecht Oct 2, 2025
37b6bad
0.0.334
RyanHecht Oct 3, 2025
6ccbec7
0.0.334
RyanHecht Oct 3, 2025
34c54e4
0.0.335
RyanHecht Oct 6, 2025
2d0948f
0.0.336
RyanHecht Oct 7, 2025
046f39e
0.0.337
RyanHecht Oct 8, 2025
989ca6b
0.0.338
RyanHecht Oct 9, 2025
10e9c4a
0.0.339
RyanHecht Oct 10, 2025
492ad81
0.0.340
RyanHecht Oct 13, 2025
87ec023
0.0.341
RyanHecht Oct 15, 2025
abe03e0
Update Windows support status in README
RyanHecht Oct 15, 2025
b4f8143
0.0.342
RyanHecht Oct 16, 2025
235e445
0.0.343
RyanHecht Oct 16, 2025
3da4bd8
Update changelog for 0.0.344
mxie Oct 18, 2025
2fc01d7
0.0.345 - bugfix!
RyanHecht Oct 18, 2025
c4a8294
Update changelog for version 0.0.346
andyfeller Oct 19, 2025
bce7f5a
0.0.347
RyanHecht Oct 21, 2025
d73f702
0.0.348
RyanHecht Oct 22, 2025
dd7b1ba
0.0.349
RyanHecht Oct 22, 2025
214401f
0.0.350
RyanHecht Oct 24, 2025
2724673
0.0.351
RyanHecht Oct 24, 2025
9eb2697
Update changelog for version 0.0.352
andyfeller Oct 27, 2025
fea0e8d
Fix formatting of changelog entry for clarity
andyfeller Oct 27, 2025
0d2c9de
Update changelog for custom agents and /delegate command
andyfeller Oct 28, 2025
7dc8c5b
Update CHANGELOG.md for version 0.0.354
github-actions[bot] Nov 3, 2025
0817008
Update changelog for version 0.0.354
tidy-dev Nov 3, 2025
db7c66d
Delete CHANGELOG.md
tidy-dev Nov 3, 2025
c5e5dba
Update changelog for versions 0.0.354 to 0.0.356
RyanHecht Nov 13, 2025
91ce861
Update changelog for releases 0.0.357 and 0.0.358
devm33 Nov 15, 2025
2b9779b
Update changelog.md for version 0.0.359
github-actions[bot] Nov 17, 2025
ab59c65
Update changelog.md for version 0.0.360
github-actions[bot] Nov 18, 2025
46f34fc
Update changelog.md for version 0.0.361
github-actions[bot] Nov 18, 2025
5ac1642
Update changelog.md for version 0.0.362
github-actions[bot] Nov 20, 2025
ed08ac1
Update changelog.md for version 0.0.363
github-actions[bot] Nov 24, 2025
4486417
Fix formatting and punctuation in README.md
andyfeller Nov 24, 2025
771f1d7
Update changelog.md for version 0.0.364
github-actions[bot] Nov 25, 2025
29aafbe
Update changelog.md for version 0.0.366
github-actions[bot] Dec 3, 2025
d9e12af
Add workflow to automatically submit to Winget
Trenly Dec 4, 2025
12e8630
Update changelog.md for version 0.0.367
github-actions[bot] Dec 5, 2025
6fba102
Merge pull request #722 from Trenly/WingetWorkflow
devm33 Dec 5, 2025
2e74346
Add WinGet command to README (#724)
Trenly Dec 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog for custom agents and /delegate command
Added support for custom agents and a new /delegate command for task delegation.
  • Loading branch information
andyfeller authored Oct 28, 2025
commit 0d2c9de9632b31219ff93413b2d8ebe8c4909e2a
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.353 - 2025-10-28

- 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
- 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.

## 0.0.352 - 2025-10-27

- Improve handling of MCP tools containing slashes
Expand Down