Forked from OpenCode v1.17.4 with multi-agent system: - 5 agents: aircoding, scheduler, worker, architect, reviewer - Deterministic DAG scheduling engine (coordinator_tick) - Tool whitelists as hard enforcement - AirCoding validation plugin - System prompt injection for routing - V1 requirements: C4 docs, ADR, AGENTS.md, debug-log.md - Design documents in docs/
20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"$schema": "https://opencode.ai/tui.json",
|
|
"plugin": [
|
|
[
|
|
"./plugins/tui-smoke.tsx",
|
|
{
|
|
"enabled": false,
|
|
"label": "workspace",
|
|
"keybinds": {
|
|
"smoke_modal": "ctrl+alt+m",
|
|
"smoke_screen": "ctrl+alt+o",
|
|
"smoke_screen_home": "escape,ctrl+shift+h",
|
|
"smoke_screen_modal": "ctrl+alt+m",
|
|
"smoke_dialog_close": "escape,q"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|