Skip to content

v0.10.0

Choose a tag to compare

@ChrisRomp ChrisRomp released this 22 Mar 00:05
· 146 commits to main since this release

v0.10.0

Features

Plan mode UX (#124)

  • /plan show displays the agent's current plan with platform-aware chunking (splits at heading boundaries)
  • /plan summary generates a concise summary via an ephemeral session with a cheap model
  • /implement triggers plan execution with optional yolo mode for unattended runs
  • Plans are auto-surfaced on creation and update (debounced), and shown on session resume when in plan mode

Bridge documentation tool (#122)

  • Agents can call fetch_copilot_bridge_documentation to look up their own capabilities, commands, and configuration
  • Covers overview, commands, config, MCP, permissions, workspaces, hooks, skills, inter-agent, and scheduling topics

Bug Fixes

  • Quiet mode for NO_REPLY suppression (#127, closes # Startup nudges and scheduled tasks no longer leak "Working..." messages or NO_REPLY text. All streaming is suppressed until the response is determined to be real content.119)
  • Mid-turn steering preserves attachments (#126, closes # Messages with attachments sent while the agent is busy are now queued instead of having their attachments silently dropped.125)
  • MCP server cwd defaults to bot workspace (# Local/stdio MCP servers inherit the bot's workspace directory as their working directory unless explicitly configured.120)
  • Context window display (# /context and /status now show the total context window size, not just the used portion.118)

Dependencies

4.1.0
12.8.0