Skip to content

Commit 0817008

Browse files
authored
Update changelog for version 0.0.354
1 parent 7dc8c5b commit 0817008

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.0.354 - 2025-11-03
2+
3+
- Exit with nonzero code when `-p` mode fails due to LLM backend errors (auth failures, quota exhaustion, network issues)
4+
- Support for MCP server tool notifications
5+
- Support for `COPILOT_GITHUB_TOKEN` environment variable for authentication (takes precedence over `GH_TOKEN`)
6+
- Improved shell command safety with better heredoc handling outside of commands
7+
- Diff hunk lines now properly fill the width of the diff box
8+
- MCP servers in GitHub Actions environments automatically use `GITHUB_WORKSPACE` as working directory
9+
- `/delegate` command now works correctly when no local changes exist
10+
- Custom agents with special characters in filenames no longer fail
11+
- Better error messages when using unsupported models with `/model` command
12+
- Alternative model providers now work correctly when using different OpenAI base URLs
13+
114
## 0.0.353 - 2025-10-28
215

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

0 commit comments

Comments
 (0)