Skip to content

Commit ab1336d

Browse files
Update changelog.md for version 1.0.11
1 parent 4b16981 commit ab1336d

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.11 - 2026-03-23
2+
3+
- Ensure models appear in picker correctly, display model names where possible
4+
- Show a warning when MCP servers are blocked by policy (e.g. allowlist enforcement)
5+
- Organization policy for third-party MCP servers is now enforced for all users
6+
- Add ~/.agents/skills/ as a personal skill discovery directory, aligning with VS Code's GHCP4A extension default
7+
- Extension hooks from multiple extensions now merge instead of overwriting each other or hooks from hooks.json
8+
- sessionStart hook additionalContext is now injected into the conversation
9+
- /clear now abandons the current session entirely, while /new starts a fresh conversation (keeping the old session backgrounded)
10+
- GitHub MCP server user configuration is respected when connecting to remote hosts
11+
- Terminal screen redraws correctly after process suspend and resume (Ctrl+Z / fg)
12+
- MCP OAuth authentication works with MCP servers like the Atlassian Rovo MCP Server which support Dynamic Client Registration but host authorization metadata at a non-standard URL
13+
- /cd keeps a separate working directory per session, restored when switching sessions
14+
- Custom instructions, MCP servers, skills, and agents are now discovered at every directory level from the working directory up to the git root, enabling full monorepo support
15+
- Startup 'Environment loaded' message now shows the number of loaded hooks
16+
- Background agent progress (current intent and tool calls completed) now surfaces in read_agent and task timeout responses
17+
- statusLine.command path now supports ~ and environment variables (e.g. $HOME, ${VAR:-default})
18+
- /new and /clear commands accept an optional prompt to start the new session with a first message
19+
120
## 1.0.10 - 2026-03-20
221

322
- Reduced memory usage when viewing large files in their entirety

0 commit comments

Comments
 (0)