Releases: empty-user77/agentty-releases
Release list
Agentty v0.1.11
Highlights
- Status bar messages now clear themselves after a few seconds.
Fixed
- Status bar messages ("Linked with …" and others) go away after a few seconds instead of staying until the next message, so a closed session link no longer looks linked.
Install
Download Agentty-0.1.11-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.11-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.11
Agentty v0.1.10
Highlights
- Build my idea: describe an app, paste a plan or drop files, and Claude Code or Codex builds it while you watch a live preview in the in-app browser.
- Launch: put a project on the web from Agentty: GitHub repository, Vercel production deploy with a public URL, and optional Supabase database.
- A working tree per AI session: a second agent in the same project gets its own git worktree and branch, so parallel sessions never edit the same files.
- Files panel (⌥⌘B) and Monitoring → Proxy, which lists every connection a tab or AI session makes.
- In-app browser: a loading bar, and pages that can't be opened offer "Try again".
Added
- Build my idea (start page banner, + menu). New idea workspaces go into an "Agentty Idea" group; Settings → General → "Use idea mode" hides the entry points.
- Launch plugin (built in): installs the GitHub and Vercel CLIs when missing, signs in through their browser logins, creates the repository, pushes, sets environment variables and deploys to production. "Ask the agent to fix it" hands a failed step to the agent.
- Launch can connect Supabase (pick or create a project, apply pending migrations before each update) and recognizes repositories Vercel already deploys from GitHub.
- New start page with launch cards for your installed agents, recent sessions and an Explore list.
- Settings → Accounts: start Claude Code or Codex with an API key, a gateway, Amazon Bedrock or Google Vertex AI when the CLI login isn't possible. Keys are kept in the Keychain.
- Files panel docked at the right (⌥⌘B): folder structure and changes of the active project, with git status colors.
- A working tree per AI session, listed in the files panel with a status bar chip. Settings → General turns it off.
- The + menu opens an agent in a new tab, a split to the right or a split below.
- Monitoring → Proxy: endpoint, method, status, bytes and duration of each connection a tab or session makes. HTTPS stays encrypted and records stay in memory.
- Status bar customization (Settings → Appearance) and position: above or below the terminal (Settings → General).
- Local dev servers started in a tab open in the in-app browser and stop when the tab closes (both optional).
- First-run onboarding with a follow-along tour (Settings → About shows it again).
- Branch chip: ⌘-click opens the branch on GitHub, GitLab, Bitbucket or Gitea; the chip shows uncommitted changes and unpushed commits by color.
- Finished-agent notifications show the first line of the agent's reply.
- In-app browser: a loading bar under the toolbar, and a "This page couldn't be opened" screen with "Try again".
Changed
- "AI Usage" is now "Monitoring", with AI Usage, AI Processes and Proxy tabs.
- Split pane buttons are always visible; long folder names are shortened in the middle.
Fixed
- Reloading the in-app browser fetches the page from the server and retries an address that failed to load.
- The context meter updates right after
/compactand no longer shows another session's usage. - A Claude Code pane started with a prompt while the browser tools were on failed with "Invalid MCP configuration".
- Plugins could lose the login PATH, so "Install tools" failed.
- Cursor CLI and Grok Build are recognized while they run in a pane.
Security
- Only processes inside a pane Agentty started can report that pane's status, post notifications or drive the in-app browser.
- Launch keeps idea notes, agent settings, key files and migrations out of deploys and public repositories.
Install
Download Agentty-0.1.10-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.10-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.10
Agentty v0.1.9
Highlights
- Split pane dividers can be moved again in tabs where a pane was in focus view.
Fixed
- Split pane dividers could not be moved in a tab where a pane was in focus view (the maximize button in a split pane's header). Dragging a divider now leaves focus view, keeping the current layout, and resizes as expected.
Install
Download Agentty-0.1.9-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.9-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.9
Agentty v0.1.8
Highlights
- The Start with harness bar now appears only in projects that declare a harness, instead of every project with Claude Code or Codex commands or skills.
Changed
- A project counts as a harness when it has a
.harness,harness.json,harness.yaml,harness.ymlorHARNESS.mdfile, aharnesslist inagentty.json, or matches one of your own patterns in Settings → Project. Claude Code or Codex commands, skills and hooks alone no longer show the harness bar; inside a harness they are still offered as entry points.
Install
Download Agentty-0.1.8-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.8-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.8
Agentty v0.1.7
Highlights
- Agent harnesses. Projects that ship their own Claude Code or Codex commands, skills, hooks or workflow files are recognized when a terminal enters them. Pick an entry point, paste a ticket key, link or prompt, and the agent starts working on it.
- Pull and push from the branch menu, plus the full branch name on hover and a copy button.
- Update checks on company networks no longer fail when the GitHub API is rate-limited.
Added
- "Start with harness" in the bar above a terminal: choose an entry point (such as
/implement <ticket>, a skill or a free prompt), add a ticket key, link, document path or prompt, pick Claude Code or Codex, and choose whether to send right away. - Harness detection works out of the box for
.claude/commands,.claude/skills,.claude/agents, hooks,.mcp.json, Codex skills,.harnessandharness.json|yaml. Add your own patterns in Settings → Project, or declare entry points inagentty.json. - Settings → Project collects session suggestions, folder prompts and the harness options.
- Branch menu: the full branch name with a copy button, Pull (fast-forward only) and Push (publishes new branches too). Long branch names show in full on hover.
Fixed
- Update checks fall back to github.com when the GitHub API refuses requests, which happens on shared company connections. If the release channel still can't be reached, the update window offers the release page to download directly.
Install
Download Agentty-0.1.7-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.7-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.7
Agentty v0.1.6
Highlights
- Updates now work on networks that inspect HTTPS, such as some company VPNs.
- A clearer subagent list.
Changed
- The subagent list shows what each subagent was asked to do, what it is working on and its answer, and no longer lists Claude Code's internal background tasks.
Fixed
- Updates download on networks that inspect HTTPS with their own root certificate (for example some company VPNs), when that certificate is trusted by macOS.
If your current version cannot update on such a network, download this version once from the link below; later updates install automatically.
Install
Download Agentty-0.1.6-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.6-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.6
Agentty v0.1.5
Highlights
- Plugins. Agentty can now run small programs next to your terminals: they fill a panel beside them, add buttons above an agent, and send prompts — with a dialog where you pick the agent, the folder and whether to send right away.
- Cosmica, built in. Search your Cosmica notes and use one as a prompt, continue a note in Agentty straight from Cosmica, or save an AI summary or the conversation log of a session back into it.
- Session links from the terminal. Connect the pane you are looking at to another one by picking it on screen. Two Claude Code sessions are introduced to each other and message each other directly; everything else keeps getting the conversation as a document. Links can be closed one at a time or all at once.
- Rearrange by dragging. Drop a tab into another tab to merge them where you choose, or move a split pane by the icon in its header.
- A start page you can return to, and a first launch that shows what Agentty can do.
Added
- Plugins page: install, enable, restart and remove plugins, install from a folder or a Git repository, and create a new plugin that Claude Code builds for you.
- Plugin SDK for Node.js, a developer guide, a protocol reference and a prompt for building plugins with AI agents. The guide opens inside Agentty.
agentty://links let other apps hand work to Agentty. A prompt that arrives this way is typed in for you to read and send, and a plugin a link reached keeps going through that dialog until it is restarted.- The start page is reachable again once workspaces exist, Claude Code and Codex are always offered with a link to their install guide when they are missing, and the page has a footer with the website, release notes and GitHub.
- The "Ungrouped" section of the sidebar folds away like a group.
- Antigravity CLI has its own logo.
Changed
- An agent between tool calls reads as "Thinking…" instead of "Ready", and the running-turn hint of newer Claude Code versions is recognised again. A pane that stays silent for a minute and a half goes back to "Ready".
Fixed
- Korean and other composed text is drawn on the terminal's own grid while the input method is still composing, so a syllable no longer lands on top of the text that was just committed.
- A pane follows the session its agent is actually running, so its model, context meter and subagent count keep up with
/clearand resumes and stop showing a neighbouring session's numbers. - A workspace where one pane finished while another keeps working says "Working" in the sidebar instead of "Done".
- An agent that asks a question after a long pause is reported again instead of staying quiet.
- Closing a session link from the Session Flow page also tells both sessions to stop messaging each other, and reconnecting two sessions that already do no longer hands one a copy of the other's conversation.
- The start page scrolls in a short window instead of running under its own footer, and a group's buttons no longer push the workspace count off the edge.
- Text sent to a terminal by a plugin or a link can no longer end the bracketed paste early.
Install
Download Agentty-0.1.5-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.5-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.5
Agentty v0.1.4
Highlights
- Reserved words now work everywhere in Agentty tabs.
Fixed
- Reserved words (Settings → Reserved Words) now also work in the shell that opens after Claude Code or Codex exits in an agent tab.
Install
Download Agentty-0.1.4-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.4-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.4
Agentty v0.1.3
Highlights
- Minor improvements to Settings.
Changed
- Settings → General has been simplified.
Install
Download Agentty-0.1.3-release<build>-arm64.dmg below, open it and drag Agentty into Applications.
Requires macOS 13+ on Apple silicon. Signed with Developer ID and notarized by Apple.
Existing installs update automatically.
Checksums: see Agentty-0.1.3-SHA256SUMS.txt.
Source: https://github.com/empty-user77/Agentty/tree/v0.1.3