feat(tui): add vertical session tabs (#40072)

This commit is contained in:
Kit Langton 2026-08-01 13:10:08 -04:00 committed by GitHub
commit 0e3da4b4f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 795 additions and 143 deletions

View file

@ -8,6 +8,7 @@
"packageManager": "bun@1.3.14",
"scripts": {
"dev": "bun run --cwd packages/cli --conditions=browser src/index.ts",
"dev:live": "OPENCODE_TUI_CHANNEL=next OPENCODE_PASSWORD=\"$(opencode2 service get password)\" bun run dev --server \"$(opencode2 service status)\"",
"dev:desktop": "bun --cwd packages/desktop dev",
"dev:web": "bun --cwd packages/app dev",
"dev:console": "ulimit -n 10240 2>/dev/null; bun run --cwd packages/console/app dev",