Skip to content

Usta v0.2.0 — see the team think

Latest

Choose a tag to compare

@danialza danialza released this 04 Jul 20:48

Your AI engineering team. Not an assistant.

The biggest release yet: watch your team work, know what it costs, share it, and everything is dramatically faster.

✨ What's new

🕸 Live handoff graph
A new third view: your team as an animated DAG. Nodes are roles (colored by state), edges are handoff topics, and every event fires a pulse down its edge. This is what "multi-agent orchestration" looks like — live.

💰 Cost dashboard
Per-role token + cost breakdown, reconstructed from claude/codex's own local session logs. See exactly which specialist is burning the budget. Estimates use public API prices.

🎬 Session replay
Scrub through the team's entire run event by event — and export a self-contained HTML player you can send to anyone.

📦 Shareable team templates
Export your whole team as one .ustateam.yaml; import someone else's with replace-or-merge. Starter gallery in templates/ — PRs welcome.

🌿 Git worktree per role (opt-in)
Every agent works on its own branch (usta/<role>) in an isolated worktree — zero file conflicts between parallel agents. One-click merge back.

🔍 Cross-vendor review (opt-in)
When a role ships something, a different-vendor role gets a ready-to-send review prompt. Claude writes, Codex critiques.

🕹 Zero-key demo
New "Watch the demo" button on the welcome screen — see a full orchestrated team run without entering any API key.

⚡ Much faster

  • CLIs now launch lazily — opening a 9-role workspace starts 1 process, not 9 (~1.7GB RAM saved)
  • Sleeping panes fully detach from the renderer; wake instantly with replay
  • Fixed two hard app freezes (100% CPU) caused by SwiftUI's lazy grid placement — the pane grid now uses a deterministic custom layout
  • Completion detection: agent-written handoff summaries preserved; keyword-only guesses tagged INFERRED in the feed

🧰 Also

  • In-app update banner (checks GitHub releases, once a day)
  • CI on every push + badges
  • No more macOS "App Management" permission prompt

📦 Install

Homebrew:

brew install --cask danialza/usta/usta

Manual: download the DMG below, drag to Applications, then:

xattr -dr com.apple.quarantine /Applications/Usta.app

🙏 Credits

Built solo by @danialza. MIT. Found a bug? Open an issue.