Skip to content

Commit c6f6670

Browse files
Update changelog.md for version 1.0.15
1 parent 65677f8 commit c6f6670

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.0.15 - 2026-04-01
2+
3+
- Remove support for gpt-5.1-codex, gpt-5.1-codex-mini, and gpt-5.1-codex-max models
4+
- Copilot mascot now blinks with subtle eye animations in interactive mode
5+
- User switcher and `/user list` display accounts in alphabetical order
6+
- Add mcp.config.list, mcp.config.add, mcp.config.update, and mcp.config.remove server RPCs for managing persistent MCP server configuration
7+
- Add device code flow (RFC 8628) as a fallback for MCP OAuth in headless and CI environments
8+
- Add `/mcp auth` command and re-authentication UI for MCP OAuth servers with account switching support
9+
- Add postToolUseFailure hooks for tool errors and make postToolUse run only after successful tool calls
10+
- Add /share html command to export sessions and research reports as self-contained interactive HTML files
11+
- Autopilot no longer continues after pressing Escape or Ctrl+C to cancel
12+
- Keystrokes typed while the CLI is loading are no longer lost
13+
- Large tool output preview shows correct character count and up to 500 characters
14+
- Add Home/End and Page Up/Page Down navigation to the diff viewer
15+
- CLI exits immediately after a session ends instead of waiting up to 10 seconds
16+
- Config settings askUser, autoUpdate, storeTokenPlaintext, logLevel, skillDirectories, and disabledSkills now use camelCase names (snake_case still accepted)
17+
- Many settings keys now prefer camelCase names (snake_case names still work)
18+
- Ctrl+D no longer queues a message; use Ctrl+Q or Ctrl+Enter to queue
19+
- MCP servers that are slow to connect no longer block the agent from starting
20+
- Pasting images from the Windows clipboard now works in WSL environments
21+
122
## 1.0.14 - 2026-03-31
223

324
- Images are correctly sent to Anthropic models when using BYOM

0 commit comments

Comments
 (0)