Releases: chncaesar/opencode-fleet
Releases · chncaesar/opencode-fleet
Release list
v0.2.0 — Embedded fleet protocol & permission-aware dispatch
What's new
- Embedded fleet operation protocol as MCP server
instructionsfield — auto-injected into every master LLM request via MCPinitializehandshake. No manual protocol setup needed. - Fire-and-forget
fleet_send_message— dispatches prompt and returns immediately. Poll withfleet_get_session_status, retrieve withfleet_get_session_messages. fleet_reply_permission— approve/reject slave permission prompts without leaving the chat.fleet_get_session_statusnow 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 instructionsfeat:add fleet_reply_permission and permission-aware status reportingfeat:replace blocking send with fire-and-forget fleet_send_messagefeat:persistent SSE status stream + E2E test suitefeat:merge fleet_describe_node into fleet_node_health
Full Changelog: v0.1.0...v0.2.0