@geekbb: 让你同时跑多个 AI 编码智能体时不用在终端标签页里翻来找去,看板一眼看清谁在干活、谁在等你、谁已经做完。 https://github.com/lanes-sh/app

X AI KOLs Timeline 工具

摘要

Lanes is a native macOS desktop application that serves as a mission control for managing multiple AI coding agents, featuring an issue board, live embedded terminals, and Git integration to streamline developer workflows.

让你同时跑多个 AI 编码智能体时不用在终端标签页里翻来找去,看板一眼看清谁在干活、谁在等你、谁已经做完。 https://t.co/GREcpK4VfP https://t.co/ngS4F1dm6z
查看原文
查看缓存全文

缓存时间: 2026/05/10 14:27

让你同时跑多个 AI 编码智能体时不用在终端标签页里翻来找去,看板一眼看清谁在干活、谁在等你、谁已经做完。

https://t.co/GREcpK4VfP https://t.co/ngS4F1dm6z


lanes-sh/app

Source: https://github.com/lanes-sh/app

Lanes

Mission control for AI coding agents.

Track, orchestrate, and ship across multiple AI CLI sessions from one place.

Quick start


Lanes Dashboard


You lost track three agents ago.

You have five AI coding agents running across eight terminal tabs. One is waiting for input. One finished ten minutes ago and you didn’t notice. Two are doing overlapping work. The only thing keeping it all together is your short-term memory, and it just failed.

AI agents got powerful. The workflow around them didn’t.

Lanes fixes that.

Lanes is a native desktop app that puts every AI coding session on an issue board. Each card is a task. Each task can have a live agent terminal attached. You see what’s running, what’s blocked, what’s waiting, and what shipped, in one window, at a glance.

No context switching. No lost terminals. No wondering what that tab was doing. Just drag work through your pipeline while your agents execute.

It’s the layer that was missing between you and your fleet of AI agents.

Install

brew install --cask lanes-sh/lanes/lanes && open -a Lanes

Requires macOS Ventura or later. Native on Apple Silicon and Intel.

Join our Discord community for updates, to share feedback, ask questions, and connect with other users. We’re iterating fast and Discord is the best way to stay in the loop.

Features

Issue Board

Drag issues through workflow columns, Planning, Implementation, Review, Done, plus Backlog and Misc. Multi-select with Shift+Click and Cmd+Click for bulk operations. Right-click context menus, sorting options, and collapsible columns. Board tabs scoped per project directory and worktree.

Live Embedded Terminals

Every issue runs an AI session in a real PTY-backed terminal. Start sessions in plan mode or implement mode. Resume Claude sessions across restarts. Drag files onto the terminal to inject paths. Real-time status detection: busy, awaiting input, stopped, exited, error.

Worktree Management

Auto-create git worktrees per issue with generated branch names, or select existing worktrees. Status overview in the status bar showing uncommitted and unmerged state. Auto-cleanup on issue completion. Per-project base branch detection with manual override.

Labels & Filtering

Create, rename, and assign labels with 13 color options. Filter the board by label, working directory, or workflow step. Clear all filters in one action.

Dependencies

Link issues as dependencies via a multi-select picker. Cycle detection prevents circular chains. Dependent issues stay blocked until all prerequisites reach Done.

Quick Commands

Preset and custom commands with keyboard shortcuts Cmd+Alt+1–9. Two types: claude (injected into CLI session) and terminal (run as shell command). Built-in defaults shipped with new installs, fully customizable in Settings.

File Browser & Editor

Sidebar file tree for the selected issue’s working directory. Monaco editor with tabbed editing, dirty file tracking, syntax highlighting, and save on Cmd+S.

Git Integration

Diff view with two modes: Changes (uncommitted working tree diff) and History (committed diffs). Monaco-powered inline diff viewer. Automatic branch detection from the issue’s worktree.

Process Manager

Discover running CLI processes across the system. Three-way classification: Tracked (managed by Lanes), Orphan (has issue ID but no active session), External (unrelated). Kill individual processes or stop all sessions at once.

Works with

Claude Code, Anthropic’s CLI for Claude.

Support for Codex CLI, Gemini CLI, and other terminal-based AI tools is on the roadmap.

Auto-updates

Lanes checks for updates on launch and updates itself. You can also check manually in Settings > About > Check Now.

Keyboard Shortcuts

ShortcutAction
Cmd+NNew backlog issue
Cmd+TNew Misc task
Cmd+DComplete selected issue(s)
Cmd+,Open Settings
Cmd+SSave file in editor
Cmd+ASelect all in column, then all issues
Cmd+Alt+1-9Run quick command by position
Shift+ClickRange select issues
Cmd/Ctrl+ClickToggle individual issue selection
EscapeClear selection or close dialog

Documentation

User Guide, everything you need to know to get the most out of Lanes

Built for developers who ship

Tauri 2. React 19. SQLite. Local-first architecture. Your code and data never leave your machine. Fast startup, low memory footprint, native performance.

License

Proprietary. All rights reserved.

相似文章

@GitHub_Daily: 用 Claude Code 和 Codex 同时开好几个任务,在终端里切来切去查看,效率实在低。 最近找到 Orca,用来统一管理多个 AI 编程智能体,让它们并行干活,结果集中在一个界面里查看。 核心是支持并行工作区,把一个需求同时发给…

X AI KOLs Timeline

Orca 是一个统一的 AI 编程智能体管理工具,支持并行工作区,可同时向 Claude Code、Codex 等 AI 助手发送任务,各在独立 git 分支中生成代码并对比结果,并配有手机 App 实时跟进。

@justloveabit: 用这个开源工具,我让一群AI替我上班了 事情是这样的,最近一直在折腾各种AI agent。Claude Code开一堆窗口,Codex也在跑,偶尔还要用Cursor。结果呢,乱成一锅粥——哪个agent在干啥,花了多少钱,完全搞不清楚。重…

X AI KOLs Timeline

本文介绍了一款名为Paperclip的开源工具,用于统一管理和调度多个AI Agent。它通过模拟公司组织架构、任务分配与预算控制等功能,解决了多Agent协作时上下文丢失、成本不可控和调度混乱的痛点。

@wsl8297: 在 GitHub 上发现一个专门给团队用的 AI 编程管理工具:Trellis,解决多人协作时 AI 编程的核心痛点,每个开发者和 AI 工具看到的项目信息不一致。它把原本塞在 CLAUDE.md、AGENTS.md 或 .cursorr…

X AI KOLs Timeline

Trellis 是一款面向团队的 AI 编程管理工具,通过结构化 spec、task、workflow 和 journal 解决多人协作时 AI 工具项目信息不一致的问题,支持同时管理多个 AI Agent 并自动同步项目记忆。