What’s New

Learn about the latest features and updates available for Agentastic.dev.

Jump to version

Latest

v0.6.5

Released on April 2, 2026

Agentastic.dev v0.6.5

Highlights

  • Introducing Repomix — Pack your codebase into AI-friendly format, accessible via dev repomix or in the file navigator.
  • xterm.js Terminal Backend — Third terminal option with WebGL rendering.
  • Agent Icons Everywhere — Real agent icons in navigator, toolbar, and tabs.
  • Routed macOS Notificationsdev notify posts native notifications with click-to-focus routing.
  • Flat Sidebar Theme — New theme toggle for a flatter sidebar.

Improvements

  • Bounded tab widths with tooltips.
  • Updated SwiftTerm.

Bug Fixes

  • Fixed an app hang for 2s+.
  • Fixed macOS 26 auto-update.
  • Fixed IME/Chinese input.
  • Fixed a crash when switching worktrees in Kanban.
  • Fixed sandboxed dev shim.
  • Fixed scheduled task reporting.

Requirements

  • macOS 14.0 (Sonoma) or later
  • Apple Silicon or Intel processor

v0.6.4

Released on March 27, 2026

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

v0.6.3

Released on March 25, 2026

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 notify routing for inactive workspaces.
  • Fixed glass UI rendering issues in full-screen sidebars.

Requirements

  • macOS 14.0 (Sonoma) or later
  • Apple Silicon or Intel processor

v0.6.2

Released on March 13, 2026

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

v0.6.1

Released on March 11, 2026

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

tmux -CC support in Agentastic

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

v0.6.0

Released on March 9, 2026

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 browser CLI: 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

v0.5.21

Released on March 3, 2026

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.

Markdown code-block syntax highlighting

  • 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

v0.5.20

Released on March 1, 2026

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. Run dev --help to 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:

Agentastic notification example

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

v0.5.18

Released on February 25, 2026

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

v0.5

Released on January 20, 2026

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/waiting signal, 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

Read more on X

Requirements

  • macOS 14.0 (Sonoma) or later
  • Apple Silicon or Intel processor

v0.4

Released on January 3, 2026

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