Skip to content

Releases: DevLab-Technologies/agent-isle

Agent Isle v1.2

Choose a tag to compare

@elkhayyat elkhayyat released this 21 Jul 12:47
b339bd4

Agent Isle v1.2 — a Dynamic Island for your coding agents.

Notarized by Apple: double-click to open, no Gatekeeper warning, no xattr workaround.

✨ New

  • Answer Claude's questions from the notchAskUserQuestion asks now render as a real card instead of a blank "Wants to run AskUserQuestion" prompt. Supports multi-question asks, multi-select checkboxes, single-select radios, and a per-question free-text "Other" field, with one Submit that composes the answers back to Claude. Works in every permission mode, including plan and bypassPermissions.
  • Session task lists — the latest TodoWrite from each Claude session surfaces in the island: progress meter, done / in-progress / open states, and a +N completed overflow.
  • Settings window — opened from the gear / menu-bar item, with General, Integrations, Display, Sound, Usage, and About sections. Wired to real behavior: hook install/remove, launch-at-login, sound + volume, update controls, live notch tuning, panel size, and session-card toggles.
  • Usage analytics — scans transcripts and aggregates fresh tokens (input + output + cache-creation; cache reads excluded) by day, month, project, and session, rendered as SwiftUI Charts with a time-range filter, summary tiles, and a breakdown table.

🧭 Improvements

  • Redesigned session rows — cleaner identity row, agent tag pill, and calmer spacing behind a shared theme.
  • Notch geometry honors user width/height offsets and rebuilds the island live (debounced) as you tune it.
  • Hardened permission routing and auto-allow path.

🐛 Fixes

  • Panel no longer stays expanded after closing a chat.
  • Strict-concurrency build fixes keep CI green.

Install: download Agent-Isle.zip, unzip, move Agent Isle.app to /Applications, and open it. Universal (Apple Silicon + Intel), macOS 14+. Fully local — nothing leaves your machine.

Agent Isle v1.1

Choose a tag to compare

@elkhayyat elkhayyat released this 20 Jul 20:06
89f4511

Agent Isle v1.1 — a Dynamic Island for your coding agents.

This release is notarized by Apple: double-click to open, no Gatekeeper warning, no xattr workaround needed.

✨ New

  • Live session chat in the notch — read an agent's chat history and send messages back without leaving the island.
  • Chat history for every agent — Claude Code, Grok, and Copilot.
  • Auto-update — the app checks GitHub for new releases and updates itself.
  • Approve from the notch — Claude Code permission requests appear as an inline diff with Allow / Deny; opt-in on first launch (or from the gear menu).

🧭 Improvements

  • Clean fresh install — no more demo/placeholder sessions on first run; a friendly "Waiting for agents" state instead, with an optional Try-demo. Demo rows are clearly tagged DEMO.
  • Single-instance guard — a new launch replaces any older copy so they don't fight over the event-server port.
  • Precise jump — clicking a session focuses the exact terminal/IDE (VS Code, Cursor, iTerm, Ghostty, Warp…), detected via TERM_PROGRAM.
  • Smoother hover near the notch (no more flicker), and stale permission prompts clear when a hook disconnects.

🐛 Fixes

  • Demo sessions now clear when demo mode is stopped.
  • Concurrency fix so CI builds are green.

🌐 Project

  • Landing page at agentisle.dev (GitHub Pages) with an animated island demo.
  • CI, issue/PR templates, and contributor docs.

Install: download Agent-Isle.zip, unzip, move Agent Isle.app to /Applications, and open it. Universal (Apple Silicon + Intel), macOS 14+. Fully local — nothing leaves your machine.

Agent Isle v1.0

Choose a tag to compare

@elkhayyat elkhayyat released this 20 Jul 07:40

Agent Isle — a Dynamic Island for your coding agents. A native macOS app that shows your active AI coding sessions (Claude Code, Grok, Copilot, and more) in the notch, with live status, permission approvals, question answering, token usage, and 8-bit sound alerts.

Install

  1. Download and unzip Agent-Isle.zip
  2. Move Agent Isle.app to /Applications
  3. First launch (ad-hoc signed, not notarized):
    • Right-click the app -> Open -> Open, or
    • xattr -dr com.apple.quarantine "/Applications/Agent Isle.app"
  4. Look at your notch; a menu-bar item appears too

Notes

  • Universal build (Apple Silicon + Intel), macOS 14+
  • Fully local — reads each agent's session history on your machine; nothing leaves your Mac
  • Claude Code approvals from the notch: bash Scripts/install-hooks.sh