Copilot CLI v1.0.33: Command Aliases & Rate Limit Warnings

Copilot CLI 1.0.33 adds command aliases for faster workflows, early rate limit warnings at 50% and 95% capacity, and fixes remote session resumption. Grep performance improved on large repos with exclusion policies.

Copilot CLI v1.0.33: Command Aliases & Rate Limit Warnings

TL;DR

  • New slash command aliases (/bug, /continue, /release-notes, /export, /reset, /upgrade) speed up common workflows
  • Rate limit warnings now trigger at 50% and 95% capacity instead of silently hitting the wall
  • Remote session resumption auto-inherits --remote flag; no more re-specifying it
  • Grep performance fixed on large repos with content exclusion policies enabled

New

  • Slash command aliases — /bug, /continue, /release-notes, /export, /reset, and /upgrade now available as shortcuts for faster command entry
  • Slash command picker improvements — suggests similar commands when you mistype or use an unrecognized command; Enter now selects the highlighted option
  • Early rate limit warnings — usage warnings display at 50% and 95% capacity, giving you time to adjust before hitting hard limits
  • Vim-style navigation in tasks — use j/k to navigate and x to kill tasks in the tasks dialog
  • Ctrl+T toggle in help — reasoning display toggle is now documented in /help and ? overlay

Fixed

  • Remote session resumption — --resume and --continue now automatically inherit the --remote flag without re-specification
  • Grep timeout on large repos — grep no longer times out when content exclusion policies are enabled
  • Non-interactive mode exit — waits for all background agents to finish before exiting cleanly
  • Skill picker text rendering — CJK/Japanese descriptions and long skill names now truncate correctly without wrapping
  • Sub-agent model inheritance — sub-agents in auto mode now inherit the session model

Update via: gh copilot update

Source: Copilot CLI