Skip to content

MultiTerminal 2.0.0

Choose a tag to compare

@ClarionLive ClarionLive released this 10 Jul 14:19

MultiTerminal 2.0.0 — a Windows desktop workspace for running and coordinating multiple Claude Code sessions: a kanban task board, inter-terminal messaging, per-task git isolation, code intelligence, institutional memory, and phone access, all in one host.


🖥️ Multi-agent workspace

  • Run many Claude Code sessions side-by-side in a docked, tabbed interface (WebView2).
  • Each terminal carries a persistent identity that survives restarts and session resumes.
  • In-app chat + inter-terminal messaging so your agents — and you — coordinate directly.

📋 Kanban task workflow

  • Full lifecycle: claim → plan → checklist (coding / testing / done) → continuation notes for seamless handoffs between sessions.
  • Helpers, per-item assignments, and an automated review pipeline — verifier, code review, security audit, debugger, and a cross-model adversary — that gates work before it reaches testing.
  • A lifecycle board that visualizes every task across its phases.

🌿 Per-task git isolation

  • Every task gets its own git worktree, auto-created on activation and auto-merged + pruned on completion — agents stop stepping on each other's changes.

🧠 Code intelligence & memory

  • Roslyn code graph: symbols, callers/callees, impact analysis, and dead-code detection, kept fresh by an auto-indexing watcher.
  • Auto-generated subsystem wiki.
  • Institutional memory: a queryable knowledge base plus searchable session history and lineage, so context compounds instead of evaporating between sessions.
  • Startup context injection: terminals wake up already knowing the active task/plan and their assignment.

📱 Phone access & presence

  • Multi-Connect: reach your tasks and terminals from your phone over a private Tailscale network.
  • Presence-aware routing: mmWave + phone-BLE detection routes an agent's questions to your desktop or your phone, depending on where you are.

🔌 Built-in platform

  • Integrated REST API (localhost:5050) and an MCP server (90+ tools) that Claude Code drives directly — installed and registered automatically.
  • Push notifications, an inbox, team/agent management, and a project dashboard.

📥 Install

  1. Download MultiTerminalSetup-2.0.0.exe below.
  2. Run it. The installer is code-signed (Authenticode, Sectigo-timestamped) and bundles the .NET 8 runtime — no separate runtime install required.
  3. On first launch it registers its MCP server with Claude Code.

Requires: Windows 10/11 (x64) and the Claude Code CLI.

🛠️ Reliability in this build

  • Installer now bundles all required app/native dependencies (LibGit2Sharp, MQTTnet, WebPush, BouncyCastle, Newtonsoft.Json) — fixes a first-run crash on clean machines.
  • Fixed a projects-table schema race that could leave the Home screen stuck on loading skeletons on a fresh database.
  • Fresh installs now start clean — removed leftover demo seed data.

Built from main @ 47cf0b8 · signed by Kennewick Computer Company