Agentastic.dev Release Notes
Download the latest macOS build and see what changed in Agentastic.dev: multi-agent launches, worktree isolation, terminal fixes, and code-review workflow improvements.
Latest: v0.8.6
Released July 6, 2026 · macOS 14+
Agentastic.dev v0.8.6
Highlights
-
Attachment previews in Agent Home — Everything you pin to a prompt — images, files, skills, and linked Linear or Sentry issues — now shows an inline preview when you hover its chip, so you can double-check exactly what you're handing the agent without opening another picker. Images show a thumbnail, files show their text, skills render their Markdown in a scrollable reading area, and linked issues show the ticket or error details. The chips now sit in one tidy row, so attaching a few no longer pushes the agent and mode controls around.
Improvements
- Richer Sentry issue context — When you attach a Sentry issue to a run, Agentastic now hands the agent the full issue details and its latest event — level, status, tags, release and user context, and the exception entries — formatted as Markdown, instead of just the title and a link. Agents without Sentry tools of their own can now dig into the real error straight from the prompt.
- Clearer glass panels — The navigator, inspector, and utility panels now render as a proper frosted-glass material with a theme-aware tint and crisp edges, so they stay readable over bright wallpapers instead of washing out to transparent gray. Inactive toolbar icons also get stronger contrast.
Bug Fixes
- Terminal & Chat — Fixed Terminal-to-Chat showing only the last screen — or nothing at all — for Claude Code sessions after a recent Claude Code update switched to a new fullscreen renderer; full conversations fold into chat again. Also fixed a brief app hang when saving a chat transcript to disk.
- Terminal — Fixed URLs and file paths not opening on a plain click in Ghostty terminals when you clicked without first moving the pointer.
- Remote — Fixed open file tabs disappearing from remote (SSH) workspaces after switching worktrees or reconnecting; your tabs, and any unsaved edits, now survive the switch.
- Source Control — Fixed an app hang caused by pull-request status refreshes repeatedly pulling the full PR list of a large repository; status is now looked up per branch.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.8.5
Highlights
- Skills — Give your agents reusable, install-once capabilities instead of re-explaining how to do something in every prompt. Type
/in the Agent Home prompt (or open the + menu's Attach skill…) to search your installed skills and the Skillopedia catalog, then attach one with a click — Agentastic installs it into that agent's native skills folder and notes the selection in the prompt. Manage your library from the new Settings → Skills page: install from a GitHub repo or Skillopedia, update to the latest version, or open a skill'sSKILL.mdfor editing. Works across Claude Code, Codex, Droid, and Amp, with five skills bundled in to get started right away.
Bug Fixes
- Remote — A focused round of reliability fixes: remote SSH sessions no longer get stuck on "Connecting…"/"Reconnecting…", including when the daemon accepts a connection but stops responding or when file-watcher contention on the server stalled the reconnect handshake; switching worktrees stays responsive instead of blocking on git status refreshes; a busy workspace no longer floods every other connected client with its terminal and file-watch events; and code review now works correctly against remote repos instead of failing. Also fixed a whole-app freeze that could happen when switching away from a reconnecting remote terminal.
- Stability — Fixed two crashes that could quit the app unexpectedly while deleting a worktree — one from a SwiftUI update-ordering fault during workspace teardown, another from a SIGPIPE signal when an active terminal's socket closed mid-write.
- Agent Home — Fixed an oversized Sentry icon that could blow up the height of the + attachment menu.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.8.4
Highlights
-
Sentry issue tracking — Turn a production error straight into an agent run. Connect your Sentry account, then pick an unresolved issue from the + menu in Agent Home — Agentastic hands the agent the issue's title and a direct link as context, so it starts with the real problem instead of a prompt you have to write yourself. Add your auth token under Settings → Accounts, and the linked issue follows the worktree into the sidebar and Kanban board. Sentry joins Linear as a built-in issue tracker.
-
Resume agents you start yourself — Until now, the terminal's Resume action only knew about agents launched from Agent Home. Agentastic now recognizes when you run an agent by hand —
claude,codex,gemini, and a dozen others, includingnpx/bunxone-liners — and remembers the exact command. Resume re-runs your session with the right continue flag, the Inspector surfaces the same shortcut, and activity indicators treat it as a live agent session — so starting an agent straight from the prompt is now a first-class path.
Improvements
- Sorted Project Navigator — Files and folders in the Project Navigator are now ordered alphabetically within their groups. With "folders on top" enabled, folders and files are each sorted A→Z instead of appearing in an arbitrary order.
Bug Fixes
- Cloud — Fixed cloud agent terminals being lost after restarting the app: the agent's VM stayed alive, but its terminal could come back empty or as a brand-new session (three separate defects). Also fixed Vercel cloud agents failing to upload your worktree when launched from a remote (SSH) workspace.
- Remote — Fixed the +/- line-count stats disappearing from remote worktrees in the sidebar after the connection resumed or the app relaunched.
- Terminal & Chat — Fixed Codex tool calls not being parsed correctly in the Terminal-to-Chat view, so Codex sessions now fold their work into tidy cards like Claude Code.
- Stability & Security — A focused round of fixes addressed 10 issues across the app, including the app getting stuck half-quit after cancelling a quit with unsaved changes (which had silently disabled new terminals, language servers, and shell commands), Replace All using stale options after toggling Text/Regex or case sensitivity, a command-palette crash on certain queries, a UI freeze from scheduled-task expressions that can never match, a language-server highlighting race, shell-injection hardening in Git configuration handling, and correct handling of Unicode file paths.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.8.3
Highlights
-
Terminal-to-Chat — Flip any live Codex or Claude Code terminal into a clean chat view and back, without interrupting the agent. Agentastic reads the very same session your terminal shows and renders it as a conversation — your prompts as bubbles, tool calls collapsed into tidy "work" cards, finished turns folded away, and interactive menus as clickable choice buttons. Toggle Terminal | Chat from the new terminal options menu or the Inspector.
-
Two new agents: Grok Build & Devin — Added Grok Build (xAI) and Devin (Cognition) as built-in coding agents, bringing the total to 34 built-in agents. This release also reworks how prompts are handed to terminal agents — keystrokes are now timed to the moment the agent is actually ready instead of a fixed delay — so your first prompt lands reliably instead of occasionally getting dropped.
Improvements
- Terminal options menu — Terminal tabs gain an options menu (matching the editor's) to resume an agent session (e.g.
claude --resume), switch Terminal/Chat, rename the tab, copy the working directory or full scrollback, and reveal local terminals in Finder. Available from the tab toolbar and right-click. - Reorder repositories — Drag repository headers in the agent sidebar to arrange a multi-repo workspace however you like; the order is remembered across launches.
- Reorganized Settings — Font controls (editor, Markdown, terminal) now live on a dedicated Appearance (Font) page, and container options move to their own Containers page, for a cleaner, more discoverable sidebar.
- Pasted images in remote & container terminals — Pasting an image into a remote (SSH) or container terminal now uploads it to the target and inserts a path the agent can actually read, instead of a local path that didn't exist there.
- Easier tab dragging — You can now drop a tab anywhere on a destination split's tab bar, not just directly onto another tab.
- Unified glass chrome — The editor, utility area, navigator, and inspector now share one consistent glass surface for a more cohesive look.
Bug Fixes
- Remote — Fixed remote SSH workspaces getting stuck on "Connecting" during large diff refreshes, terminals not accepting input after the Mac wakes from sleep, a runaway-CPU spin on flaky hosts, Git LFS worktree creation, and missing line-count stats on remote worktrees.
- Editor & Sidebar — Fixed agent terminals disappearing from a worktree after switching away and back, clicking a repository header not switching to it, and uneven Settings sidebar margins on macOS 26.
- Source Control — Fixed pull-request status pointing at the wrong project for nested GitLab/self-hosted remotes (
group/subgroup/project). - Containers — Fixed the first chunk of Docker terminal output occasionally being dropped, which could break terminal reattach.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.8.2
Highlights
-
A rebuilt diff viewer — Reviewing what your agents changed is something you do constantly, so it should never make you wait. The diff viewer has been rebuilt from the ground up for speed: large diffs open and scroll smoothly without freezing the app, syntax highlighting works on much bigger files, and even enormous diffs stay responsive behind a "Show remaining lines" expander.
-
Agents in Apple Containers — Run agents in fully isolated local containers using Apple's native
containerruntime — no Docker Desktop required. It's lightweight and built into recent macOS, giving each agent a clean, disposable sandbox without installing anything extra. Choose your runtime under Settings → Worktrees, and container sessions reconnect automatically after an app restart. -
Vercel Sandbox cloud backend — Launch cloud agents on Vercel Sandbox, alongside Modal and Fly.io. Your agents keep running in the cloud after you close your Mac and stay reachable from any of your machines. Add your token under Settings → Cloud and your worktree syncs up, runs, and syncs back just like the other cloud providers.
-
SSH port forwarding — Keep dev-server tunnels open right from the app, so you can preview a web app or service running on a remote machine in your local browser. A new Tunnels tab in the remote sessions dialog forwards a local port to a remote one and can auto-start whenever the workspace reconnects, with one-click open and copy for the forwarded URL — no more running
ssh -Lby hand. -
Greptile code review — Added Greptile as a built-in code review agent alongside CodeRabbit, so you can catch issues before you push without leaving the editor. Run a full review of your branch diff — severity-rated findings, suggested fixes, and a PR summary — right in a terminal pane from the Code Review menu, ⇧⌘R, or Settings → Code Review.
Improvements
- The chronological agent sidebar no longer reshuffles while you run many agents at once — rows reorder at most once every few minutes, while a
dev notifystill floats a worktree to the top. - Drag files from the navigator onto a local terminal to paste their paths — resolved relative to the terminal's working directory and shell-escaped only when needed.
- Drop image files onto the Agent Home prompt to attach them as images instead of pasting a file path.
- Repository indexing can now be cancelled, with a clearer
repo > worktreelabel and a Cancel button in both the activity badge and the detail popover. - Remote worktrees now show live diff stats and pull-request status in the sidebar.
- A new Dev Menu tab opens from View → Show Dev Menu (⇧⌘L) without replacing your current tab.
- Polished the Settings window with a wider layout, a System / Light / Dark thumbnail appearance picker, and branded icons for Modal, Fly.io, and Vercel on the Cloud page.
- More reliable remote SSH connections — a faster heartbeat reconnects dropped sessions, and connections recover automatically after sleep or a network change.
- Git commands now use your terminal's PATH, so tools like
git-lfsare found when you launch Agentastic from Finder or the Dock. - The utility terminal now fills the panel edge to edge when only one terminal is open, with the new-terminal button moved into the bottom toolbar.
- Agentastic now offers to install the system-wide
devCLI on launch when it isn't already on your PATH.
Bug Fixes
- Agent Home — Fixed prompt-field scroll jitter, last-line clipping, text running past the right margin, and awkwardly wrapping field labels.
- Browser — Fixed a ~19-second hang when opening a browser tab and a render freeze when switching to a worktree that has one, plus leaked web views and several background-session and inspector-refresh glitches.
- Editor — Fixed blank jump-bar breadcrumbs and the editor's Wrap Lines toggle.
- Terminal — Fixed terminal file links not resolving, Ghostty not inheriting the correct environment, missing kanban terminal previews, and an unintended auto-approve when resuming a terminal.
- Remote — Fixed a reconnect storm that kept dropping remote SSH workspaces, terminals ignoring typed input after a reconnect, and terminal sizing after reattaching.
- Sidebar & Themes — Fixed an unreadable white-on-white agent selection in light themes, and sidebar alignment in full screen.
- App Hangs — Fixed a 2-second hang on launch caused by a LaunchServices lookup on the main thread.
- Stability & Security — A large bug-hunt pass fixed more than 60 issues across the app — including security hardening in Git operations, crashes, and data-loss edge cases — alongside cleanup of leaked git helper processes.
devCLI & Worktrees — Many smaller fixes to branch and version display, grouped listing on older Bash, ambiguous base refs, file-URL handling, and clearer error reporting.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.8.1
Highlights
-
Quick actions on the empty editor — Start faster from a blank pane. The empty editor now shows one-click cards to open Agent Home, spin up a new terminal, create a file, open a browser, or browse your project files.
-
Group agents by time — The agent sidebar adds a new chronological view that buckets your worktrees by recency — Today, Last 7 Days, Last 30 Days — alongside Pinned, Backlog, and Archived, so your most recent work is always on top.
-
Redesigned Add Remote — A cleaner, faster host picker for connecting over SSH that now surfaces more of your machines by expanding Include directives in your SSH config.
-
Inspector Panel — The inspector now surfaces useful info and shortcuts for the current agent. Create a PR or make a commit directly from the panel.

Improvements
- Terminal links are now clickable without holding ⌘ — URLs and file paths highlight on hover and open with a plain click, complete with a hand cursor.
- Terminal links can now open in a split when one is available, keeping your current pane in view.
- Merged the repository, branch, and worktree toolbar controls into a single breadcrumb for a cleaner, more compact title bar.
- Refreshed dark-theme chrome so the sidebar, toolbar, and panels blend together more consistently.
- Voice-enabled terminal tools, such as Claude Code's voice dictation, can now use the microphone.
- Updated the Ghostty, WezTerm, and xterm.js terminal backends to their latest versions.
Bug Fixes
- Themes — Fresh installs now open with the intended default theme instead of an arbitrary one.
- Toolbar — Fixed action buttons doing nothing when collapsed into the » overflow menu.
- Remote — Fixed broken file links in remote terminals, terminals becoming unresponsive after a reconnect, and untitled editor tabs disappearing when switching worktrees on a remote workspace.
- Browser — Fixed browser tabs opening against the wrong worktree.
- Sidebar & Chrome — Fixed worktree activity indicators in the navigator and stale utility-area chrome lingering after switching worktrees.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.8.0
Highlights
-
Cloud Agents — Keep your agents running in the cloud while you close your laptop! Launch one from Agent Home and Agentastic spins up a remote sandbox (Modal or Fly.io), syncs your worktree, and runs the agent there. Sessions persist, so the same agent stays reachable from any of your machines, and Sync Down from VM pulls its changes back. Add a provider under Settings → Cloud.
-
Remote SSH — Add remote machines over SSH and launch agents on your dev boxes with full source control, terminals, and worktrees. Sessions are persistent, so you can close your Mac or restart Agentastic and the agents keep running in the background. Remote workspaces restore on launch — in offline mode if the host is unreachable — reconnect with a single click, and keep their terminals across app restarts. Add remote machines via File → "Add Remote…" (⇧⌘E) or the Welcome window.
Improvements
- The navigator sidebar shows per-worktree agent activity, with a cloud badge on cloud worktrees.
- The diff viewer now streams large diffs incrementally, adds a Create Pull Request button, and remembers a comparison branch per workspace.
- Faster worktree switching, lighter background polling, and reduced Ghostty typing lag.
dev tailnow streams into Ghostty, WezTerm, and xterm.js terminals.- Untitled editor tabs are preserved when switching worktrees, and Workspace Settings now work on remote workspaces.
- Improved light-theme terminal contrast; WezTerm auto-scrolls during drag-selection and resizes more smoothly during splits.
- Streamlined Settings — Navigation was merged into General and account settings were unified.
Bug Fixes
- App & UI Freezes — Fixed freezes from "Split Down", the Agent Home prompt, diff-viewer scrolling, and a whole-app hang when a remote repository's connection stalled.
- Browser Stability — Fixed DevTools console hangs on heavy log output and at the message cap, URL-bar hangs, and a WebKit crash from idle background tabs.
- Process Cleanup — Fixed leaked shell, git (fsmonitor / gitstatusd), and language-server processes piling up over time.
- Crashes — Fixed crashes in the new-worktree sheet, the notification toolbar, and project-navigator file creation and rename.
- Worktrees & Files — Fixed worktree deletion when the
.gitlink is missing, stale folders after duplicating a file, and scheduled Agent Home tasks running against the wrong repository. - Fixed the xterm.js terminal backend on macOS 26.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.7.2
Improvements
- Cleaned up the Linear settings UI by hiding a redundant "Enabled" label next to the toggle.
Bug Fixes
- Agent Home Batch Launches — Fixed parallel agent runs getting stuck partway through a multi-agent send. Worktree creation now stays serialized, while agent terminal launches fan out in parallel without blocking each other.
- Agent Home Prompt Focus — Fixed the Agent Home prompt not reliably regaining keyboard focus when opening or switching back to the home tab, and improved click-to-focus behavior inside the prompt area.
- Source Control Folder Changes — Fixed a crash when opening folder-shaped changes such as directories, bundles, or submodules from the Source Control navigator.
- Popover Stability — Hardened popover presentation across Agent Home file mentions, code suggestions, and other instant popovers so they dismiss cleanly when their anchor view disappears, becomes hidden, or the parent window loses focus, and cleaned up stale popover/window observers.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.7.1
Improvements
- WezTerm now preserves scrollback position while you make native text selections.
- Background worktree diff-stat refreshes now run in a lower-priority git lane, which keeps Agent Home and other interactive git actions responsive.
Bug Fixes
- Source Control Stability — Fixed discarding changes and reloading clean open documents from disk, which could crash or leave editors in a bad undo state.
- Editor Restore Crash — Fixed an Int overflow crash when persisting sentinel cursor positions during editor-state restoration.
- Find Replace Navigation — Fixed Replace / Replace All with wrap-around disabled leaving stale match state instead of stopping cleanly at the end of the document.
- Open in Terminal Paths — Fixed
Open in…terminal actions for folders whose paths contain apostrophes. - Browser Share & Automation Cleanup — Fixed browser automation element references leaking across tabs, and fixed cancelled share tunnels leaving pending processes behind.
- Package Install Cancellation — Fixed language-server and package installs getting stuck after cancelling a confirmation prompt.
- Git & LSP Escaping — Hardened shell quoting for several git operations and fixed LSP file URIs for paths containing spaces,
#, or%. - Scheduler, IPC, and Process Cleanup — Hardened scheduled-task path validation, improved long Unix-socket path handling for Docker and system
devIPC, and fixed timeout cleanup so hung child shell processes no longer keep commands alive.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.7
Highlights
-
System-Wide
devCLI — dev cli is now accessible system-wide, this allows you (or your agent) to programatically control agentastic.dev, e.g. running cron jobs externally, or controlling the agentastic.dev from the web, your phone, or via other agents (e.g. agentastic.app or openclaw).Install
devfrom Agentastic → Install Shell Integration…. The system-wide CLI talks to any running Agentastic instance over the same JSON-RPC socket used by the in-terminal shim, See the reference for the full command list. -
WezTerm Terminal Backend — We now support Wezterm terminal alongside SwiftTerm, Ghostty, and xterm.js: Wezterm is a popular and powerful terminal emulator/multiplexor based on Rust and uses OpenGL rendering. We also support the awesome harfbuzz library for proper font Ligatures.
-
Explore (Handoff) Mode — A new Agent Home run mode alongside Agent / Agent (Auto-Approve) / Plan. When selected, the agent investigates a reported problem, produces a compact
.context/HANDOFF.mdroot-cause report, and packs the minimal relevant file set viadev repomix— so a second agent can resume the work with the smallest viable context. -
Create Pull Request — Open PRs directly from the Source Control menu via
gh pr create, or delegate the full flow to your preferred PR agent.Cmd+Shift+Pruns the agent path;Cmd+Ctrl+Shift+Popens the direct form. -
Worktree Relationship Graph +
dev link— A persisted worktree graph records batch and lineage relationships from Agent Home sends, manual worktree creation, and CLI clone/fork flows. Paired with a newdev linkcommand (create / list / remove) and named groups that surface in the navigator and Kanban with cleaner badges and a hover tooltip. -
Clone Git Repository from File Menu — Clone repos without leaving the editor. Cloning from an open workspace adds the repo to it; cloning from the welcome screen opens it in a new window.
Improvements
- Unified agent and Code Review configuration — review agents now live under Settings > Agents with optional per-agent review commands and availability toggles.
Cmd+/Cmd-scales Agent Home and Kanban panels between 50%–200% when those views are active;Cmd+Ctrl+0resets.- Inline scheduled-task editing in the detail panel; the primary action flips from
EdittoSaveonce the draft diverges from the stored task. - Decreased toolbar transparency so glass-mode chrome is more legible in both light and dark modes.
- Default new-install terminal font switched to
Menlo.
Bug Fixes
- Fixed
Cmd+Won the Scheduled Tasks tab closing a hidden terminal or tmux tab instead of the active scheduled-tasks view. - Fixed Find panel Replace / Replace All requiring the panel to be focused, and restored reliable replace-navigation after a recent regression.
- Fixed PR status badges silently broken.
- Fixed copy/paste in Agent Home being stolen by the xterm.js backend's
WKWebVieweven when not focused. - Fixed duplicate project navigator entries when opening a file from file search.
- Fixed a detached browser popup crash when invoking
Close TaborClose Editor. - Fixed a
FindPanelViewModelnotification-observer leak that crashed the app on editor tab close. - Fixed scheduled agent launches silently downgrading to local mode, or omitting
--dangerously-skip-permissions/ plan-mode flags in unattended terminals. - Fixed terminal backends intercepting
Cmd+Option+Arrowand other app-level shortcuts. - Fixed a 2+ second main-thread hang caused by loading file icons, file icons now load through an async
IconCacheon a background queue. - Fixed a UI freeze when a hung
git diff --shortstatblocked. - Fixed an app crash from a race.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.6.5
Highlights
-
Introducing Repomix — Pack your codebase into AI-friendly format, accessible via
dev repomixor in the file navigator. -
xterm.js Terminal Backend — A third terminal backend option is now available alongside SwiftTerm and Ghostty. xterm.js runs in a WebView with WebGL GPU-accelerated rendering, full theme sync, clickable URL detection, and auto-resize support. Select it in Settings > Terminal > Backend.
-
Agent Icons Everywhere — Worktrees in the navigator sidebar, toolbar picker, and terminal editor tabs now display the actual agent icon (Claude, Codex, Gemini, etc.) instead of the generic Agentastic logo. Icons update reactively when an agent starts running.
-
Routed macOS Notifications —
dev notifynow posts real macOS notifications with routing metadata. Clicking a notification activates Agentastic.dev, switches to the correct repo/worktree, and focuses the originating terminal. -
Flat Sidebar Theme — A new theme toggle (Settings > Themes) switches the navigator between native sidebar chrome and a flatter custom style.
Improvements
- Editor tabs now have bounded widths with truncated title tooltips on overflow.
- Updated SwiftTerm to latest upstream.
Bug Fixes
- App Hang on Workspace Open — Fixed a 2+ second main thread hang caused by expensive runtime type metadata reflection in Swift's auto-synthesized
objectWillChangepublisher. - Fixed auto-update failure on macOS 26.
- Fixed IME Backspace deleting committed characters instead of preedit text for Wubi (五笔) and other Chinese input methods.
- Fixed Ghostty IME popup positioning.
- Fixed Chinese IME composition in Agent Home prompt.
- Fixed crash when double-clicking a Kanban tile with a live terminal.
- Fixed
devshim commands unreachable from sandboxed agents. - Fixed scheduled task completion reporting.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.6.4
Improvements
- Project Navigator auto-reveals the active file when switching tabs.
- Plan mode instructions sent as system-level directives.
- Claude Code plan mode updated to
--permission-mode auto.
Bug Fixes
- Fixed Find highlight text misalignment.
- Fixed duplicate run button on macOS 26+.
- Fixed Kanban double-click crash.
- Letta resume flag corrected.
- Large File Performance — Fixed the critical hang when opening 50k+ line files.
- Fix Syntax Highlighting.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.6.3
Highlights
-
Scheduled Agents — You can now schedule agents to run automatically at specific times, days, or intervals, then view and manage their execution from the task manager panel.
-
3 New Built-in Agents — Added built-in support for Command Code, Cursor, and Hermes Agent. Agentastic.dev now supports 34 CLI agents out of the box, with new install, setup, and run actions for detected agents.
-
Live Previews in Kanban Board — Kanban now supports live terminal previews, inline sharing, and better multi-terminal selection.
- Plan mode in Agent Home — Agent Home now supports plan mode, custom system prompts, and improved worktree context setup to make agent runs easier to configure.
Improvements
- Background browser tabs now persist per worktree.
- Added customizable toolbar panel buttons.
- Markdown preview now has responsive margins, a full-width toggle, and copy buttons for code blocks.
- Added reopen-closed-tab support and auto-enter rename mode when creating new files and folders.
- Scheduled Tasks moved from the View menu to the Tasks menu.
Bug Fixes
- Fixed search and indexing for additional repositories in multi-repo workspaces.
- Fixed scheduled agent launch races that could skip terminal creation.
- Fixed freezes in the diff viewer on very large diffs and in the minimap when pasting large text.
- Fixed utility area freezes/crashes on open and editor tab viewport clipping.
- Fixed
dev notifyrouting for inactive workspaces. - Fixed glass UI rendering issues in full-screen sidebars.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.6.2
Highlights
- 8 New Built-in Agents — OB1 (OpenBlock Labs), Letta Code, Autohand Code, OpenHands, Cortex Code (Snowflake), Junie (JetBrains), mini-SWE-agent. Agentastic.dev now supports 31 CLI agents out of the box.
Bug Fixes
- Fixed a bug in Ghostty 1.3 terminal info.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.6.1
Highlights
-
Fast Worktree Switching — Switching between agent worktrees is now up to 10x faster and near instant.
-
Ghostty 1.3 — Updated the built-in Ghostty terminal to version 1.3.
-
Experimental tmux -CC Support — You can now use tmux control mode inside Agentastic terminals. Try it with:
tmux new-session -d -s cc-test tmux -CC attach -t cc-test

Improvements
- Added Local and Cloud (coming soon) to Agent Modes, in addition to worktrees and containers.
- Improved the readability and contrast of light themes.
- Clicking on a PR badge now switches to that worktree before opening the PR in the browser.
Bug Fixes
- Fixed the tab closure shortcut conflicting with browser tabs.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.6.0
Highlights
- Browser Automation — Agents running in Agentastic terminals can now control the built-in browser with 70+ commands via the
dev browserCLI: navigate, snapshot the DOM, click, fill forms, manage cookies, handle dialogs, and more. Just point your agent to the browser-use skill and tell it to use it.
-
Browser Skill Toolbar — Quick-access menu in the browser toolbar to install and use the browser automation skill.
-
Default Browser Setting — Choose to open all URLs in the built-in browser, your system default, or any installed browser like Chrome or Firefox. Built-in is now the default, so links from terminals, markdown, and menus open right inside the editor.
Improvements
- Single-click or double-click worktree switching is now configurable in Settings > Worktrees.
- Bulk "Apply Label" action for multi-selected worktrees in the navigator context menu.
- Pasting rich text into the prompt field now strips formatting automatically.
- Improved tab close behavior — closing a terminal or diff tab now selects the adjacent tab instead of jumping to the first one.
- Skip Claude workspace trust dialog for Agent Home runs.
Bug Fixes
- Updated Nushell shell integration to remove a deprecation warning on Nushell 0.110+.
- Fixed a crash caused by re-entrant SwiftUI view updates when rapidly clicking tabs or dragging between editors.
- Fixed browser popups and new-window requests opening in the current tab instead of a separate window.
- Fixed browser tab URL and title not updating on client-side (SPA) navigation.
- Fixed orphaned git helper processes accumulating in the background.
- Fixed a fork-safety issue in terminal PTY startup that could cause hangs.
- Fixed a resource leak and race condition when file-ignore patterns were deallocated.
- Fixed duplicate navigator panel appearing in zen mode fullscreen.
- Fixed git commit file list showing empty for paths with spaces or special characters.
- Fixed BitBucket OAuth silently ignoring requested permission scopes.
- Fixed static syntax highlight modifier not being recognized.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.5.21
Highlights
- Share Button in Browser — Quickly share local or preview content with your team or co-workers, right from the Browser panel.
- Markdown Code-Block Syntax Highlighting — Code blocks inside Markdown files now get full syntax highlighting, along with an improved Markdown preview experience.

- Archive & Unarchive Agents — Instead of permanently deleting agents, you can now archive and unarchive them to keep your workspace tidy.
Improvements
- Expanded editor and preview usability with improved Markdown and formatting controls, including text styling settings and richer theme options (Solarized, default GitHub themes, and more).
- You can now create agents by clicking on labels in the project.
Bug Fixes
- Fixed scrolling and undo issues in the editor when working with large text files.
- General stability and code quality fixes for UI rendering and the update flow.
- Fixed an issue in the diff viewer when switching between worktrees.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.5.20
Highlights
- New CLI:
dev— Manage worktrees, run agents, send notifications, submit feedback, and handle tab management—all from any terminal. Rundev --helpto get started.
Usage: dev <command> [options]
Commands:
feedback <message> Submit feedback to Agentastic.dev
notify Show a notification
newtab Open a new terminal tab
split Split the current terminal pane
vsplit Vertical split
hsplit Horizontal split
resume Resume a terminal session
session <sub> Manage sessions (split, run, close, focus, list)
ls List terminal session IDs
--version Show version
Worktree and feature commands:
Worktree commands
create <feature> [options] Create worktrees for a feature
--from <branch> Base branch (default: from config or 'main')
--agents <a,b,c> Agents to create worktrees for
--group all Use all configured agents
remove <name> [options] Remove worktree(s)
--all Remove all worktrees for the feature
--branch Also delete the branch
--force Force removal even if dirty
list [<pattern>] List worktrees
--group-by feature Group output by feature name
cd <worktree> Change directory to worktree
info Show repo and worktree detection info
open <feature> Open worktree in Agentastic
Status commands
status <feature> Show status for feature worktrees
diff <feature> [a1] [a2] Compare branches between agents
matrix Show feature/agent matrix
Cleanup commands
prune [--dry-run] Remove worktrees with missing directories
archive <feature> Remove worktrees, optionally keep branches
--keep-branches Don't delete branches
stale [--days N] Find worktrees with no recent commits
Configuration
config set <key> <value> Set a config value
config get <key> Get a config value
config list Show all config
For example, you can instruct your agent to use dev notify like this:
dev notify --title "waiting for approval" --subtitle "Claudius Maximum"
Or turn it into a hook—then it appears as a native macOS notification:

Improvements
- Faster and steadier startup with less UI and editor lag during large project launches.
- Better in-app navigation and file discovery with improved quick-open and project navigator behavior.
- Sidebar and PR metadata handling got smarter updates, reducing stale state and confusing displays.
Bug Fixes
- Resolved multiple crash and freeze scenarios across startup, editor, worktree transitions, and diff workflows.
- Fixed keychain and lifecycle edge cases, including repeated prompts and quit/relaunch instability.
- Improved Cmd+P path resolution and diff rendering reliability (including large deletions and parser edge cases).
- Fixed several diff- and project-view regressions, including missing files, empty states, and rendering inconsistencies.
- Reduced editor and terminal stability issues with additional safety hardening across crash-prone paths.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.5.18
Made a lot of improvements to make the app more stable and smoother. If the app is crashing on your mac please ping me or make some noise 💜
Highlights
- Kanban Board — A brand-new Kanban view organizes your worktrees into columns by label. Drag and drop cards between columns to reassign labels, reorder columns, and click any card to jump straight to that worktree. Access it from the View menu (⇧⌘J) or the Command Palette.
-
PR & MR Status Badges — See pull request and merge request status directly in the worktree navigator. Supports GitHub, GitLab, and Bitbucket with clickable badges, CI status indicators, and color-coded review states. No more switching to your browser to check PR status.
-
New App Icon — Agentastic has a fresh new look with the mechanical ghost blueprint logo across all build variants.
Improvements
- Quick Setup option: You can globally set which files get copied to your worktree during setup (Settings > Worktree).
- Side-by-side diff view is now the default for new users, with diagonal hatching on empty columns for a cleaner visual distinction between additions and deletions.
- Full-width diffs for new and deleted files — when viewing a newly added or fully removed file in split mode, the content now expands to use the full width instead of showing an empty column.
- Per-file collapse controls in the diff viewer — quickly collapse or expand individual files in a diff with a single click on the chevron in each file header.
- Zen Mode overlay navigator — hovering near the left edge now reveals the navigator as an overlay, keeping your terminal and editor layout stable instead of resizing them.
- Label selector in Agent Home — pick a label when creating new worktrees so they're organized from the start.
- Quick Setup for new worktrees — configure global quick-setup paths (files or directories) that are automatically copied into every new worktree during creation.
- Termination diagnostics — detailed process-safe logging helps diagnose unexpected shutdowns, with automatic log rotation to keep things tidy.
Bug Fixes
- Stability and performance improvements across the board.
- Fixed a crash caused by SwiftUI layout recursion when creating a new agent from the context menu in multi-repo workspaces.
- Fixed a silent exit(1) crash triggered by nil Picker selections and state mutation cascades in Agent Home.
- Fixed syntax highlighting briefly disappearing when switching focus between the editor and terminal.
- Session recovery now persists open workspaces every 30 seconds, so your session is restored even after an unexpected crash.
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.5
Dev 0.5 is available today. This version brings a slew of new features and usability improvements.
Features
- Containers - This was the most-requested feature since our beta launch. Docker containers are now supported, so you can use them in addition to the worktrees for full isolation. (requires Docker Desktop)
- Multiple Git Repos in the same workspace - The 2nd most requested feature. You can now open multiple git repos in the same workspace and seamlessly work/switch between them.
- Pinned agents - You can pin a running agent, and it will keep it up at the top. You can pick accent colors for the repo as well.
- Notifications - Agents now show an orange badge when they are waiting for something. Under the hood this is coded as when any terminal emits
echo -e "\n", or creates a.agentastic/waitingsignal, we show the badge. You can also include that in your build scripts to know when a build is finished (e.g.,trap ...) - Zen mode - This turns to a pure terminal experience. You can still hover over the left edge to open the agent panel.
- Open In... - We get that you might want to open your agent's workspace in other editors or IDEs. I'm not saying you should, but if you really want that, now you can. Ok, enough. Come back... Come back to me!
- Various bugfixes and quality of life improvements
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor
Agentastic.dev v0.4
Run a team of coding agents on your Mac. Spin up parallel Claude Code, Codex, Gemini, Droid, Amp, OpenCode, or your favorite agents in isolated workspaces. See at a glance what they're working on, then review and merge their changes.
Features
- Native IDE for AI Agents - Run Claude Code, Codex, Gemini, Droid, Amp, OpenCode, and more in parallel
- Integrated Worktree Support - Isolated workspaces for each agent
- Native Diff & Agentic Code Review - Review and merge agent changes with ease
- Terminal Choice - Support for Ghostty or SwiftTerm
- Fast Code Search - Built-in fuzzy finder (Cmd+P)
Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel processor