Skip to content

Commit 559a22a

Browse files
Update changelog.md for version 1.0.26
1 parent 89ee433 commit 559a22a

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.26 - 2026-04-14
2+
3+
- Escape key reliably dismisses ask_user and elicitation prompts without getting stuck
4+
- Spurious directory access prompts no longer appear for arguments inside find -exec blocks
5+
- Agent sessions no longer fail with unrecoverable errors when context compaction splits a tool call across a checkpoint boundary
6+
- Single-segment slash-prefixed tokens (e.g. /help, /start) no longer treated as file paths in bash commands
7+
- Anthropic BYOM correctly includes image data when viewing image files
8+
- Permission prompt notification hook only fires when a prompt is actually shown to the user
9+
- ctrl+o now expands all timeline entries, same as ctrl+e
10+
- Remote tab correctly shows Copilot coding agent tasks and supports steering without requiring a pull request
11+
- Rename "steering" to "remote control" in --remote flag and /remote command help text
12+
- Avoid sending duplicate custom instruction files (e.g. copilot-instructions.md and CLAUDE.md with identical content) to reduce wasted tokens per turn
13+
- Plugin hooks receive PLUGIN_ROOT, COPILOT_PLUGIN_ROOT, and CLAUDE_PLUGIN_ROOT env vars with the plugin's installation directory
14+
- ACP server binds to localhost only, preventing unintended network exposure
15+
- Installing a plugin named 'git' from a marketplace no longer fails due to incorrect URL parsing
16+
- Enterprise login accepts hostnames without a URL scheme (e.g. 'github.example.com')
17+
- LSP language servers correctly initialize on Windows using proper file URI paths
18+
- Relative paths in file edit operations resolve against the session working directory
19+
- Session scope selector in sync prompt is now more prominent and keyboard-navigable with left/right arrow keys
20+
- Instruction files with specific applyTo patterns are consolidated into a table instead of inlining full content, reducing context window usage
21+
122
## 1.0.25 - 2026-04-13
223

324
- Install MCP servers from the registry with guided configuration directly in the CLI

0 commit comments

Comments
 (0)