Skip to content

1.0.79-7

Pre-release
Pre-release

Choose a tag to compare

@copilot-cli-release-app copilot-cli-release-app released this 07 Aug 15:59

Added

  • Agent Plugins spec plugins can now ship extensions under a com.github.copilot/extensions/ directory
  • Add support for the kimi-k3 model
  • Combine --plan with --mode autopilot to plan first and then implement without waiting for approval

Improved

  • Ask user multi-select prompts include an Other option for free-text answers
  • Improve teleported subagent /tasks navigation with nested tree browsing, current/all and finished-task filters, and a live timeline you can steer

Fixed

  • The /app command now opens the current session in the GitHub Copilot desktop app instead of landing on Home with the wrong folder (requires GitHub Copilot app 1.1.3 or later)
  • On macOS, a sandbox read-only path nested inside a writable one now stays read-only instead of inheriting the write permission from the wider path
  • On macOS, sandboxed commands can use UNIX-domain sockets again, so tools that talk over a local IPC pipe (tsx, vite, esbuild, jest workers) no longer fail with listen EPERM
  • Sandboxed commands work when the working directory lives on a Windows Dev Drive
  • /theme now only shows its deprecation notice for a valid color mode, so a mistyped mode no longer suggests an invalid command or hides the notice from your next valid /theme.
  • Sandboxed git now authenticates to Azure DevOps, GitHub Enterprise Server, GitLab, and other non-GitHub remotes you have stored HTTPS credentials for