Skip to content

Commit 235e445

Browse files
authored
0.0.343
1 parent b4f8143 commit 235e445

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.0.343 - 2025-10-16
2+
3+
- ```
4+
Added new model:
5+
Run slash model to equip
6+
Haiku 4.5.
7+
```
8+
- Added a flag to augment MCP server configuration to temporarily add or override server configuration per session: `--additional-mcp-config` (fixes https://github.com/github/copilot-cli/issues/288)
9+
- You can pass MCP server configuration in two ways:
10+
- Inline JSON: `copilot --additional-mcp-config '{"mcpServers": {"my-tool": {...}}}'`
11+
- From a file (prefix with @): `copilot --additional-mcp-config @/path/to/config.json`
12+
- You can also pass the flag multiple times (later values override earlier ones): `copilot --additional-mcp-config @base.json --additional-mcp-config @overrides.json`
13+
- Improved our prompts to ensure the agent uses Windows-style paths on Windows (fixes https://github.com/github/copilot-cli/issues/261)
14+
- Added a prompt for users to run `/terminal-setup` if needed to enable multi-line input
15+
- Various visual improvements:
16+
- Added a shimmer effect to the "Thinking..." indicator
17+
- Removed the box around user messages in the timeline
18+
- Increased the contrast of removed intraline highlights in diffs
19+
- Allow cycling through slash commands (from the bottom of the list back to the top)
20+
- Aligned permission/confirmation prompts to ensure all use the same visual style
21+
22+
123
## 0.0.342 - 2025-10-15
224

325
- Overhauled our session logging format:

0 commit comments

Comments
 (0)