Releases: GrillerGeek/AgentPanel
Release list
AgentPanel v0.4.1
Bump version to 0.4.1 for release Fixes the settings modal being cut off on short screens (#25) and the fresh-install default shell on macOS (#27). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
AgentPanel v0.4.0
What's Changed
- Fix Active Terminals list jumping around by @GrillerGeek in #17
- Add per-pane error boundary around TerminalPane by @GrillerGeek in #19
- Remove duplicated in-app title bar by @GrillerGeek in #20
- Close modals on Escape by @GrillerGeek in #21
- Add Open in Editor button to tab bar (#16) by @GrillerGeek in #22
- Add session notes pane (#13) by @GrillerGeek in #23
- Add more themes (#11) + auto update (#12) by @GrillerGeek in #24
Full Changelog: v0.3.2...v0.4.0
AgentPanel v0.3.2
AgentPanel v0.3.1
Merge pull request #10 from GrillerGeek/claude/apple-app-signing-lczkb9 Bump version to 0.3.1
AgentPanel v0.3.0
AgentPanel v0.2.2
Release: bump version to 0.2.2 Restores the version forward after the copy/paste merge (branched from a stale 0.2.0 main) pulled the manifests back from 0.2.1. v0.2.2 ships both macOS support and the terminal copy/paste fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
AgentPanel v0.2.1
Release: bump version to 0.2.1 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
AgentPanel v0.2.0
A major update centered on agent observability plus a broad UX overhaul, informed by a UX-research study.
✨ Highlights
See what your agents are doing
- Per-agent status — running / idle / waiting for input / finished — as dots on sessions and tabs.
- OS + in-app notifications when a background agent finishes or needs input; click the toast to jump to that session. Tuned to real Claude Code / Codex permission prompts.
Session-centric workflow
- Tab bar scoped to the active worktree, led by a
repo / branchcontext chip. - "Active terminals" sidebar section with an attention-queue sort (neediest agents float to the top).
Safer & easier to learn
- Dismissible confirmation dialogs on destructive actions (remove repo/worktree, close a running agent).
- "What is a worktree?" explainer, a first-run onboarding screen, and a git-status legend.
- In-terminal find (Ctrl+F).
Keyboard & palette
- Full command palette: jump-to-session, run-agent, switch theme, open settings, and more.
- Global session switching with Ctrl+Shift+↑/↓.
Fleet scale
- Sidebar search + a "needs attention" filter, plus collapse/expand-all.
- Cross-repo PR/CI roll-up (one triage list across every repo).
Tabs
- Right-click to rename and color a tab (both persist across restart).
- Cleaner labels — the branch shows once in the chip, and multiple terminals are numbered.
Branding & fixes
- New app icon across the window, taskbar, exe, installer, and in-app.
- Fixed a window-move/resize freeze (moved blocking git/gh work off the UI thread) and a render-crash bug; assorted performance improvements.
Install
Download AgentPanel_0.2.0_x64-setup.exe below and run it — per-user install, no admin required. Windows 11; WebView2 is installed automatically if missing.
AgentPanel v0.1.0
AgentPanel is a native Windows command center for running multiple AI coding agents in parallel — each isolated in its own git worktree, each with its own terminal. A Windows reimplementation of the Supacode concept, built on Tauri (Rust) + React + xterm.js.
Install
Download AgentPanel_0.1.0_x64-setup.exe below and run it. It's a per-user install (no admin required). WebView2 is fetched automatically if it isn't already present (it ships with Windows 11).
Note: the installer is not yet code-signed, so Windows SmartScreen may show a "Windows protected your PC" prompt — choose More info → Run anyway.
Requirements
- Windows 10 1809+ / Windows 11
- Git on
PATH(required for worktrees) - Optional: GitHub CLI (
gh) for PR/CI info; your agent CLIs (claude,codex, …)
What's in this release
- Repositories & git worktrees — create / list / remove from the sidebar
- Parallel terminal tabs (ConPTY) with split panes
- Bring your own agent CLI + one-click quick-launch buttons
- Live git status (branch, dirty count, ahead/behind) via a file watcher
- GitHub PR/CI badges via
gh - Command palette (Ctrl+Shift+P), keyboard shortcuts, session restore
- 12 themes (Tokyo Night, Catppuccin, Dracula, Nord, Solarized, …)