Skip to content

Commit 214401f

Browse files
authored
0.0.350
1 parent dd7b1ba commit 214401f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

changelog.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## 0.0.350 - 2025-10-23
2+
3+
- 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.
4+
Default available tools are:
5+
- Code & Repo navigation
6+
- get_file_contents
7+
- search_code
8+
- search_repositories
9+
- list_branches
10+
- list_commits
11+
- get_commit
12+
- Issue Management
13+
- get_issue
14+
- list_issues
15+
- get_issue_comments
16+
- search_issues
17+
- PR Management
18+
- pull_request_read
19+
- list_pull_requests
20+
- search_pull_requests
21+
- Workflow Info
22+
- list_workflows
23+
- list_workflow_runs
24+
- get_workflow_run
25+
- get_job_logs
26+
- get_workflow_run_logs
27+
- Misc search
28+
- user_search
29+
- Bundled `sharp` dependency into the CLI package -- we're one step closer to implementing https://github.com/github/copilot-cli/issues/16, and this fixes some startup blockers on Windows (fixes https://github.com/github/copilot-cli/issues/309 & https://github.com/github/copilot-cli/issues/287)
30+
- Fixed a bug where input tokens were not tracked properly (Fixes https://github.com/github/copilot-cli/issues/337)
31+
- Fixed a bug where MCP tools with arguments would fail with streaming enabled
32+
- Added additional debug logging that will help us investigate https://github.com/github/copilot-cli/issues/346
33+
134
## 0.0.349 - 2025-10-22
235

336
- The model can now call multiple tools in parallel. Each tool must be confirmed in advance. This behavior can be disabled with the `--disable-parallel-tools-execution` flag

0 commit comments

Comments
 (0)