Skip to content

1.0.11-0

Pre-release
Pre-release

Choose a tag to compare

@copilot-cli-release-app copilot-cli-release-app released this 23 Mar 15:37
· 31 commits to main since this release

Improved

  • 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
  • Startup 'Environment loaded' message now shows the number of loaded hooks
  • Background agent progress (current intent and tool calls completed) now surfaces in read_agent and task timeout responses
  • statusLine.command path now supports ~ and environment variables (e.g. $HOME, ${VAR:-default})
  • /new and /clear commands accept an optional prompt to start the new session with a first message

Fixed

  • GitHub MCP server user configuration is respected when connecting to remote hosts
  • Terminal screen redraws correctly after process suspend and resume (Ctrl+Z / fg)
  • 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
  • /cd keeps a separate working directory per session, restored when switching sessions