mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 05:08:32 +00:00
498 B
498 B
V2 CLI and TUI development guide
Migration context
- The TUI is being ported from legacy APIs to the new V2 APIs. New and migrated TUI behavior should use
sdk.client.v2and the location-scoped data inpackages/tui/src/context/data.tsxinstead of adding dependencies on legacy sync state. - Preserve established TUI behavior unless the task intentionally changes it.
- Load the
opencode-devskill before interactively running, debugging, or verifying opencode's V2 CLI, TUI, or server.