Skip to content

Releases: chncaesar/opencode-fleet

v0.2.0 — Embedded fleet protocol & permission-aware dispatch

Choose a tag to compare

@chncaesar chncaesar released this 28 Jul 09:46

What's new

  • Embedded fleet operation protocol as MCP server instructions field — auto-injected into every master LLM request via MCP initialize handshake. No manual protocol setup needed.
  • Fire-and-forget fleet_send_message — dispatches prompt and returns immediately. Poll with fleet_get_session_status, retrieve with fleet_get_session_messages.
  • fleet_reply_permission — approve/reject slave permission prompts without leaving the chat. fleet_get_session_status now shows pending permissions when blocked.
  • Improved tool descriptions with inline workflow guidance for permission handling.

Commits since v0.1.0

  • feat: embed fleet operation protocol as MCP server instructions
  • feat: add fleet_reply_permission and permission-aware status reporting
  • feat: replace blocking send with fire-and-forget fleet_send_message
  • feat: persistent SSE status stream + E2E test suite
  • feat: merge fleet_describe_node into fleet_node_health

Full Changelog: v0.1.0...v0.2.0