Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 920 Bytes

File metadata and controls

34 lines (24 loc) · 920 Bytes

OpenCode Plugins

Plugins for OpenCode V2.

This repo's opencode.jsonc loads the workflows plugin from source.

Plugins

Typed workflow graphs that run as Effects on the OpenCode server. Agent steps are sessions, decisions are generate.text, checkpoints are Deferreds, cancel is fiber interrupt, and the live graph lives in a session panel.

{
  "plugins": ["@phall1/opencode-workflows"]
}

Bundled: echo, autoplan, autodoc, autoimplement, sanity-check, monitor, ship.

/workflow
/workflow autoplan plan a timeout fallback for this plugin
/workflow-graph

Local development

Open this directory in OpenCode. Project opencode.jsonc loads ./packages/workflows. Local plugins need server.ts / tui.tsx at the package root (same layout as beads). The CLI picks ./tui up automatically.