You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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:
- 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
0 commit comments