Add Agent Island to Specialized CLI Tools - #44
Open
tristan666666 wants to merge 5 commits into
Open
Conversation
Author
|
Updating this for Agent Island 2.1.2, released today — the entry named a provider the app no longer supports. Gemini CLI is out; Antigravity is in. Google retired Code Assist for individuals on 2026-06-18 and pointed those users at Antigravity, so the slot followed them. Every 2.1.2 also ships macOS and Windows from the same tag for the first time ( The diff is unchanged in shape — one line, one word. I am the author, and I would rather correct this myself than have the entry go stale in your list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Agent Island to
### Specialized CLI Tools— a native desktop companion that shows live session state, your-turn alerts, and quota and cost for Claude Code, Codex, Antigravity, Grok and Cursor. I am the author.Type of Change
Checklist
Additional Context
Two corrections to my own earlier version of this PR:
1. It was in the wrong table. The entry sat under
## AI Agents & Autonomous Coding, whose blurb is "AI that doesn't just assist — it works independently on complex tasks." Agent Island runs no agent loop and takes no autonomous action; it watches sessions and tells you when one needs you. Listing it there would have misled anyone reading that section for autonomous tools.The right home is
### Specialized CLI Tools, which already holds Agent FM (Agent monitoring, "Local macOS companion for Claude Code and Codex sessions") and agenttrace (Session observability). Same job, same header shape, so this is a drop-in. Placed directly after Agent FM as the closest neighbour rather than at the end of the table.2. It was typed as an update. The PR was titled "Update Agent Island for 2.1.2", but
grep -ci agent-islandagainstREADME.mdonmainreturns0. It is a first-time add and is now titled and ticked as one.Facts behind the row: MIT, 120 stars, v2.1.2 shipping macOS and Windows from one tag on 2026-08-09. Quota comes from each provider's own endpoint using tokens already on the machine; no account, no product telemetry.