BLOG
From the team. What we're building and why.

Tempest v0.1.2: Token Intelligence
Agents now get a pre-built semantic code graph injected automatically. No setup. Plus a fully rewritten work-done detector and a smarter recent projects list.

Tempest v0.1.1: Prompt Library, Message Queue, and Branch Management
A major quality-of-life release. Reusable prompts, queued agent tasks, better Git workflows, workspace persistence, and native releases for Windows, macOS, and Linux.

Tempest v0.1.0: Parallel AI Agent Sessions Are Here
Tempest v0.1.0 ships the core: isolated git worktrees per agent session, full conversation history, live status, built-in diff and push, and live preview.

Why Parallel Agents Change Everything
Running one AI agent is useful. Running five in parallel, each on its own branch, is a different category of tool entirely. Here is why isolation is the missing piece.

The Case Against Context Switching Between AI Agents
Every time you manually switch context between AI coding sessions, you pay a hidden tax. Here is why session continuity and parallel isolation are not convenience features — they are the whole point.

Token Intelligence: Eliminating Redundant File Reads Across Agent Sessions
When multiple agents read the same files independently, you pay for every read. Token Intelligence builds a local code-knowledge graph so agents share what they already know, cutting context consumption by up to 64%.