Skip to content

Commit 65677f8

Browse files
Update changelog.md for version 1.0.14
1 parent 2ecd9e1 commit 65677f8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 1.0.14 - 2026-03-31
2+
3+
- Images are correctly sent to Anthropic models when using BYOM
4+
- Model picker selection correctly overrides the --model flag for the current session
5+
- Terminal output no longer clears or jumps on error exit
6+
- Shift+Enter inserts a newline in terminals with Kitty keyboard protocol support
7+
- Show underlying error details when a Git marketplace URL fails to clone
8+
- Temp file operations no longer trigger unnecessary permission prompts on macOS
9+
- Allow SDK session participants to respond to elicitation requests via handlePendingElicitation API
10+
- Shell processes are cleaned up properly when a session ends
11+
- SDK exit_plan_mode.requested event is now always emitted, regardless of whether a direct callback is configured
12+
- MCP servers using Microsoft Entra ID authentication no longer show the consent screen on every login
13+
- Grep and glob search results return promptly when a timeout is reached
14+
- Keystrokes are no longer dropped when typing quickly in elicitation dialogs
15+
- Clipboard copy on native Windows no longer includes a stray U+FEFF character at the start of pasted text
16+
- Fixed --config-dir being ignored when resuming a session, causing paths to silently fall back to ~/.copilot
17+
- MCP servers blocked by allowlist policy are now hidden from /mcp show
18+
- Reasoning effort setting now applies correctly when using Bring Your Own Model (BYOM) providers
19+
- Ensure clear error messaging when using classic PATs
20+
- grep tool handles large files and long lines without running out of memory
21+
- MCP server OAuth authentication works when the CLI runs in ACP mode
22+
- Split $BROWSER on spaces
23+
- Pasted text is no longer corrupted when mouse support is active
24+
- Uninstalling a marketplace plugin removes its cached data from disk
25+
- Reduce CPU usage during streaming by optimizing spinner rendering and task polling
26+
- Reduce CLI startup time by running terminal detection, auth, and git operations in parallel
27+
- MCP registry lookups are more reliable with automatic retries and request timeouts
28+
- CLI starts faster due to V8 compile cache reducing parse and compile time on repeated invocations
29+
- Remove support for gemini-3-pro-preview model
30+
131
## 1.0.13 - 2026-03-30
232

333
- Shell processes are cleaned up properly when a session ends

0 commit comments

Comments
 (0)