Skip to content

Commit e58f287

Browse files
Update changelog.md for version 1.0.22
1 parent 950711b commit e58f287

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.0.22 - 2026-04-09
2+
3+
- MCP tools with non-standard JSON schemas are now sanitized for compatibility with all model providers
4+
- Better handling of large images from MCP and extension tools
5+
- Improved rendering performance with a new simplified inline renderer
6+
- Show a clear message to contact your organization administrator when remote sessions are blocked by policy
7+
- Sub-agent activity no longer shows duplicated tool names (e.g. "view view the file...")
8+
- Permission checks and other hooks now work correctly when using Anthropic models via BYOM/BYOK configuration
9+
- Slash command picker appears above the text input for a more stable layout
10+
- Custom agents can now declare a `skills` field to eagerly load skill content into agent context at startup
11+
- Plugins can now display a post-install message with setup instructions after installation
12+
- Remove .vscode/mcp.json and .devcontainer/devcontainer.json as MCP server config sources; CLI now only reads .mcp.json. A migration hint appears when .vscode/mcp.json is detected without .mcp.json.
13+
- Plugins remain enabled across sessions and auto-install on startup based on user config
14+
- Add sub-agent depth and concurrency limits to prevent runaway agent spawning
15+
- Warn when resuming a session that is already in use by another CLI or application
16+
- CLI no longer crashes on systems affected by a V8 engine bug in grapheme segmentation
17+
- sessionStart and sessionEnd hooks fire once per session in interactive mode instead of once per prompt
18+
- Plugin agents respect the model specified in their frontmatter
19+
120
## 1.0.21 - 2026-04-07
221

322
- Add `copilot mcp` command for managing MCP servers

0 commit comments

Comments
 (0)