惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
量子位
人人都是产品经理
人人都是产品经理
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
Recent Announcements
Recent Announcements
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
N
Netflix TechBlog - Medium
H
Help Net Security
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
The Cloudflare Blog
S
SegmentFault 最新的问题
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
Vercel News
Vercel News

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I built a macOS notch workspace for local AI coding agents
刘芷维 · 2026-06-16 · via DEV Community

刘芷维

I have been running more local AI coding agents lately: Codex, Claude Code, Gemini CLI, Cursor Agent, and a few terminal-heavy workflows. The useful part is obvious, but the day-to-day ergonomics can get messy quickly.

Each agent has its own terminal, its own waiting state, its own approval prompts, and its own history. If I look away at the wrong moment, I miss the fact that one of them is blocked waiting for a decision.

So I built Agent Island, a native macOS utility that turns the notch area into a small workspace for local AI coding agents.

It is not another coding agent. It sits next to the tools I already use and keeps their session state visible.

What it does

  • Shows active local agent sessions in one compact place.
  • Surfaces approval prompts and plan-review moments faster.
  • Helps jump back to the right context instead of hunting through terminal windows.
  • Works as a lightweight status layer for tools like Codex, Claude Code, Gemini CLI, and Cursor Agent.

Why the notch?

I wanted the state to be visible without becoming another window to manage. The top of the screen is already where I look for system status, so using it as a tiny control surface for long-running coding agents felt natural.

Distribution notes

The Mac App Store build focuses on a sandbox-safe monitoring and review flow. The direct-web build has a 7-day trial, and Pro is a one-time $19.99 license for one Mac.

Website: https://agentisland.lzw-glory.top/

App Store: https://apps.apple.com/us/app/agent-island/id6771757996?mt=12

Disclosure: I am the developer of Agent Island. I am sharing it here because I think the workflow problem is becoming common for people who run multiple local AI agents.