Tessera: Open-Source GUI Workspace for Managing Multiple Claude Code Sessions

Tessera is a free, open-source GUI workspace for managing multiple parallel Claude Code sessions. It was built after its creator repeatedly faced the pain of juggling several long-running terminal tasks — losing track of what each agent had done, what Git changes were made, and which task needed attention.
Key Features
- Multi-session management: Run several Claude Code sessions side by side in one window.
- Git worktree isolation: Each task lives in its own Git worktree, keeping branches and changes separate.
- Kanban/list views: Track task progress without relying on terminal scrollback.
- Agent activity inspection: See tool calls, approvals, progress, and agent actions in real time.
- Live diffs and PR context: View code changes and branch state while the task is still running.
- Multi-provider support: Works with Claude Code, Codex, and OpenCode.
Platforms and Installation
Tessera supports Windows (including WSL), macOS, Linux, and a self-hosted npm/browser version. It is open source and free to try.
GitHub: horang-labs/tessera
Built with Claude Code
The developer used Claude Code to build Tessera itself — implementing the provider adapter layer, debugging WSL/macOS edge cases, and iterating on the UI for task state, diffs, and agent activity.
Who It's For
Developers who run multiple long-running AI coding agent sessions simultaneously and need a structured way to monitor and manage them.
📖 Read the full source: r/ClaudeAI
👀 See Also

Axe: A 12MB CLI for Single-Purpose LLM Agents
Axe is a lightweight Go binary that runs focused AI agents defined in TOML files. It treats agents like Unix programs, supporting stdin piping, sub-agent delegation, and multi-provider LLM integration.

Reddit discussion: Identity.md files insufficient for AI employee personality stability without proper model architecture
A Reddit discussion argues that adjusting identity.md files to prevent personality bleed in AI employee teams is ineffective if the underlying model architecture only simulates role separation. The post recommends using Minimax M2.7 backend, which baked boundary awareness into base training through 100+ self-evolution cycles.

OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start
The open-source OpenClaw client has received a major update with four key features: model assignment per agent, automatic updates, a new CLI tool for management, and auto-start after system reboot.

engram v3.4.0 Adds Anthropic Plugin to Keep Claude Code Running Under New Rate Limits
engram v3.4.0 introduces a dedicated Anthropic plugin for Claude Code, adding three skills to manage costs, query context, and surface errors. Install with `/plugin install engram` or `npm install -g engramx@latest`.