Claude Code Context – Auto-resume Claude Code sessions per Git branch
Branch-aware session resuming that Claude Code should've built in.
Local-first desktop app for AI coding agents (Claude Code, Codex). Built with Tauri v2 + Svelte 5.
Dashboard for Claude Code sessions, but Cursor and Continue already integrate agents better.
Developers using Claude Code or similar AI coding agents who want persistent session history and visual tool tracking.
Cursor IDE · Continue.dev · GitHub Copilot Chat
I built OpenCovibe, an open-source desktop app that wraps Claude Code with a local dashboard.
I made it because I wanted a better view of long coding sessions: what tools ran, what changed, and how to resume work without digging through terminal scrollback.
What it does: - Shows tool calls as structured cards (Read/Edit/Bash/Grep/etc.) - Keeps run history with replay, resume, and fork - Supports multiple API providers/endpoints - Tracks usage and basic session stats - Stores everything locally (~/.opencovibe), no cloud backend
Tech stack: Tauri + Rust + Svelte. License: Apache-2.0.
GitHub: https://github.com/AnyiWang/OpenCovibe
It’s still early and mainly tested on macOS. I’d really appreciate feedback on UX, reliability, and what feels missing for daily use.
Branch-aware session resuming that Claude Code should've built in.
Session replay TUI for Claude Code learning, but limited to existing session logs.
Self-contained HTML replays beat screenshots, but solves niche problem for Claude Code users.
Single dashboard view for parallel Claude Code and Codex agent sessions.
Sparklines, heatmaps, and chat replay for Claude Code—local, no data exfil.
Saves 100k+ tokens by handoff instead of replaying entire Claude sessions.