HiveTerm 0.22 → 0.25.5: faster, calmer, more agents
I went quiet here after 0.22. We're on 0.25.5 now, and most of what landed in between is the unglamorous stuff: speed, reliability, and getting out of your way. Here's what actually changed if you've been away.

Faster, by a lot
Spawning a Claude agent on macOS used to stall for ~23 seconds when more than one came up at once. We moved the PTY off Tauri's IPC channel onto a loopback socket, so now ten agents start near-instantly. Windows got its own overhaul in 0.25.0. The "Not Responding" freezes when you opened several projects or switched branches are gone, because every git and filesystem call now runs off the UI thread. Large files open without the hitch too: the viewer only renders what's on screen and highlights syntax in the background.
Git without leaving the terminal
There's a real diff panel per project now: branch status, changed files with +/- counts, a file viewer with syntax highlighting, and Commit / Push / Create PR sitting right there. If an agent is running, the commit buttons hand the work to it. It writes the message and pushes. You also get a VSCode-style Find in Files and a Cmd+K command palette.
Sub-agents you can actually read
When an agent spawns helpers over MCP, they now nest under whoever started them with proper tree connectors. Multi-agent runs stopped being a flat soup of names.
A few more things
- Grok CLI is a first-class agent now, next to Claude, Codex, and Gemini.
- One-click Resume for stopped Claude sessions (`claude --resume`), so it picks up where it left off.
- Five monospace fonts bundled (Iosevka, JetBrains Mono, Fira Code, Geist Mono). Nothing to install.
- Sign in with Google or GitHub, and you stay signed in for 30 days across restarts.
- Updates apply themselves silently on restart. No more modal nagging you.
- Paste a screenshot straight into Codex and Gemini, not just Claude.
Plus a long tail of fixes: theme and language that actually persist, keystrokes landing in the agent you clicked, Emacs shortcuts working again on macOS.
If you tried HiveTerm around 0.22 and bounced, this is a good moment to look again. Happy to answer anything in the thread.
Replies