Skip to content

v0.32.1

Choose a tag to compare

@YoanWai YoanWai released this 22 Aug 18:09
· 51 commits to main since this release
cb00a50

Run every AI coding agent from one terminal. Claude Code, Codex, OpenCode, Grok, Gemini CLI, and Pi run side by side, each in its own tmux session, with live status, a project tree, quick prompts, and full-file diff review. Runs on macOS and Linux, and on Windows inside WSL2. See it running.

v0.32.1

The opencode half of v0.32.0's arrow-step fix: left on an empty opencode composer now leaves focus, on the home screen and in a conversation alike, while a draft keeps the key. Probing a live pane showed opencode keeps its caret on the draft's own text row, so the head guard that shipped for pi already tells an empty composer from a multi-line draft's blank continuation row; opencode's gutter bar joins it as a default. Every test shape is a capture from a real opencode pane.

What's Changed

  • fix(ui): let Left leave focus on opencode's gutter composer by @YoanWai in #381

Full Changelog: v0.32.0...v0.32.1

Install

# macOS / Linux
brew install yoanwai/tap/agent-manager
curl -fsSL https://raw.githubusercontent.com/YoanWai/agent-manager/main/install.sh | sh
mise use -g ubi:YoanWai/agent-manager
go install github.com/YoanWai/agent-manager@latest

# Arch Linux
yay -S agent-manager-bin

Prebuilt macOS and Linux binaries are attached below. Windows runs it inside WSL2.

Get involved

Discussions for questions and setups, issues for bugs and ideas, CONTRIBUTING.md to send a patch.