Copilot CLI v1.0.62 adds Kerberos proxy auth, diff file tree, session-scoped extensions, /app command, and schedulable slash commands.
$ git clone --branch v1.0.62 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v1.0.62
$ /every 1d /chronicle standup $ /subagents - ›Adds
session.createandsession.resumeSDK methods to configure session memory for SDK clients. - ›Adds
/appslash command to open the GitHub app or a browser fallback. - ›Adds
/everyand/afterslash commands that can now schedule other slash commands (e.g./every 1d /chronicle standup). - ›Adds
allow-allstate to customstatusLine.commandand shows a 'YOLO' (allow all) indicator in the footer. - ›Adds file tree sidebar and inline comment editor to the
/diffview.
+12 moreshow less
- ›Adds content search, match highlighting, and
n/Nnavigation in diff view. - ›Supports configuring subagent model, reasoning effort, and context tier via user settings or the
/subagents(also/agents) picker. - ›Automatically authenticates through corporate forward proxies using Kerberos/Negotiate (SPNEGO).
- ›Adds session-scoped extensions and canvases.
- ›Enables plugins to ship extensions, making them installable via the plugin marketplace.
- ›Discovers custom agents in nested
.github/agentsand.claude/agentsdirectories when the session starts from a subdirectory of the repository root. - ›Pressing
Won an expanded issue or pull request details view creates a worktree. - ›Pressing
/on the Issues or Pull Requests tab searches GitHub with server-side filtering. - ›Makes the MCP server config form easier to use with a picker-based flow.
- ›Maps MCP server names containing dots and slashes to valid Responses API namespaces.
- ›Honors
max_output_tokensfor BYOK Responses providers. - ›Runs shell commands via lightweight process spawning instead of a pseudo-terminal.
- !Shell commands now run via lightweight process spawning instead of a pseudo-terminal; interactive input via
write_bashis no longer supported.