Copilot CLI v1.0.35-0: HTTP Hooks & Multi-Path Search

Copilot CLI 1.0.35-0 adds HTTP hook support for external integrations, multi-path search for grep/glob, and fixes subagent visibility and startup dialog issues.

Copilot CLI v1.0.35-0: HTTP Hooks & Multi-Path Search

TL;DR

  • HTTP hook support — POST JSON payloads to external URLs instead of running local commands
  • grep and glob tools now accept multiple search paths in a single query
  • Fixed subagent thinking visibility, custom agent names in statusline, and Escape key race conditions

New

  • HTTP hook support — Configure hooks to POST JSON payloads to a URL instead of executing local commands, enabling integration with external services and webhooks

Improved

  • grep and glob tools — Now accept multiple search paths, reducing the need for repeated queries across different directories

Fixed

  • Subagent thinking no longer appears in the timeline, keeping output cleaner
  • Custom agent names now display in the statusline footer and can be toggled via /statusline
  • Escape key on startup dialogs no longer triggers race conditions

Update via: gh copilot update

Source: Copilot CLI