Skip to content

Commit 2724673

Browse files
authored
0.0.351
1 parent 214401f commit 2724673

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.351 - 2025-10-24
2+
3+
- Improved our path detection heuristic to avoid various annoying, unnecessary permissions requests:
4+
- Running many standard bash/PowerShell commands that are known to be readonly (Fixes part of https://github.com/github/sweagentd/issues/7372)
5+
- Commands like `npm test -- --something` in PowerShell
6+
- Shell redirections like `> some_file.txt` in paths you've already granted write permissions, `> /dev/null`, and `2>&1` (Fixes https://github.com/github/copilot-cli/issues/211)
7+
- Arguments to `gh api` like `gh api /repos/user/repo/ec` (Fixes https://github.com/github/copilot-cli/issues/216)
8+
- Improved prompting for Sonnet 4.5 to reduce the number of intermediate markdown files left in the workspace
9+
- 👀 ...see you at [GitHub Universe](https://githubuniverse.com/)!
10+
111
## 0.0.350 - 2025-10-23
212

313
- To conserve context window space, we've limited the list of tools available to the default GitHub MCP server. In our tests, the model will use the [GitHub CLI, `gh`](https://github.com/cli/cli) (if installed) in lieu of missing MCP tools. We added an `--enable-all-github-mcp-tools` if you wish to turn on all available tools.

0 commit comments

Comments
 (0)