This commit is contained in:
Sebastian Herrlinger
2026-03-03 23:04:59 +01:00
parent b99e3efad2
commit 8b45247d24
2 changed files with 46 additions and 0 deletions

13
.opencode/tui.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "workspace-plugin-smoke",
"plugin": [
[
"./plugins/tui-smoke.tsx",
{
"enabled": true,
"label": "workspace"
}
]
]
}