2.3 KiB
2.3 KiB
BTerminal -- TODO
Active
v2/v3 Remaining
- E2E testing (Playwright/WebDriver) -- Scaffold at v2/tests/e2e/README.md. Needs display server.
- Multi-machine real-world testing -- Test bterminal-relay with 2 machines.
- Multi-machine TLS/certificate pinning -- TLS support for bterminal-relay + certificate pinning in RemoteManager.
- Agent Teams real-world testing -- Test with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.
Completed
- Deep Dark theme group -- 6 new themes (Tokyo Night, Gruvbox Dark, Ayu Dark, Poimandres, Vesper, Midnight). Total: 17 themes in 3 groups. | Done: 2026-03-07
- Custom theme dropdown -- Replaced native
<select>with custom themed dropdown showing color swatches and accent dots. | Done: 2026-03-07 - Multi-theme system -- 7 editor themes (VSCode Dark+, Atom One Dark, Monokai, Dracula, Nord, Solarized Dark, GitHub Dark) + 4 Catppuccin. ThemeId/ThemePalette/ThemeMeta types, THEME_LIST, custom dropdown. | Done: 2026-03-07
- v3 Phases 6-10 Complete -- Session continuity (persist/restore agent messages), workspace teardown on group switch, dead v2 component removal (~1,836 lines), StatusBar rewrite, subagent routing fix. | Done: 2026-03-07
- v3 Mission Control MVP (Phases 1-5) -- Data model + groups.rs + workspace store + 12 Workspace components + App.svelte rewrite + ClaudeSession + TerminalTabs + TeamAgentsPanel. 138 vitest + 36 cargo tests. | Done: 2026-03-07
- v3 Architecture planning -- Adversarial review (3 agents, 12 issues resolved), final architecture in docs/v3-task_plan.md. | Done: 2026-03-07
- Claude profiles & skill discovery -- switcher-claude integration, skill autocomplete, extended AgentQueryOptions. | Done: 2026-03-07
- Claude CLI path auto-detection -- findClaudeCli() + pathToClaudeCodeExecutable. | Done: 2026-03-07
- Unified sidecar bundle -- Single agent-runner.mjs, dual-layer CLAUDE* env var stripping. | Done: 2026-03-07
- AgentPane onDestroy bug fix -- Stop-on-close moved to TilingGrid onClose. | Done: 2026-03-06
- Sidecar SDK migration -- @anthropic-ai/claude-agent-sdk query(). | Done: 2026-03-06
- Multi-machine support (Phases A-D) -- bterminal-core, bterminal-relay, RemoteManager, frontend. | Done: 2026-03-06