← 返回
未分类 Key 中文

Vibe-Switch

tmux for AI Agents — Orchestrate multiple AI coding agents in parallel with one command. Run Claude Code, Codex CLI, and Gemini CLI simultaneously on isolate...
AI 代理的 tmux — 一条命令并行编排多个 AI 编码代理。同时运行 Claude Code、Codex CLI 和 Gemini CLI...
brianjhang brianjhang 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 393
下载
💾 0
安装
1
版本
#ai-agent#cli#latest#multi-agent#orchestrator#vibe-coding

概述

Vibe-Switch — tmux for AI Agents

Orchestrate multiple AI coding agents in parallel with one command. Each agent runs in its own isolated Git worktree and branch. When one agent finishes, hand off the context seamlessly to another.

Install

npm install -g vibe-switch

Quick Start

# Start agents in parallel
vibe run "Implement JWT auth middleware" --agent gemini
vibe run "Build responsive login page" --agent codex

# Monitor all agents
vibe status
vibe watch

# Hand off context between agents
vibe handoff vibe/gemini-c3d5 --to codex -m "API is ready at /api/auth"

# Cleanup
vibe stop --all
vibe clean

Command Reference

CommandDescription
----------------------
vibe run "" --agent Start an agent on an isolated Git branch + worktree
vibe statusDisplay all tasks, status, and branches
vibe watchReal-time multi-agent output streaming
vibe log [-f]View or follow logs for a specific task
`vibe stop [branch\--all]`Stop one or all agents
vibe handoff --to Transfer context to another agent
vibe summary View task summary, logs, and diff stat
vibe cleanClean up completed tasks, logs, and worktrees
vibe agentsList installed agent adapters
vibe doctorDiagnose environment and agent availability
vibe initCreate project config .vibeswitch.json
vibe config [key] [value]View or set project config

Supported Agents

AgentCommandSandboxBest For
:------:--------:-------::---------
Claude CodeclaudeNoArchitecture, code review, broad reasoning
Codex CLIcodexYesImplementation, refactors, test-driven changes
Gemini CLIgeminiNoExploration, cross-checking, documentation
AntigravityantigravityNoFull-stack development, complex tasks
OpenClawopenclawNoGeneral purpose AI coding

Architecture

  • Git Worktree Isolation: Each agent runs in a dedicated branch and directory — no file conflicts.
  • Adapter Pattern: Modular design for easy integration of new AI agent CLIs.
  • JSON File Storage: Task metadata persisted locally at ~/.vibe-switch/ — no database needed.

Common Workflow Patterns

Parallel Development

vibe run "Implement auth API and migration" --agent claude --branch vibe/auth-api
vibe run "Build auth UI and form validation" --agent codex --branch vibe/auth-ui
vibe run "Write integration tests for login" --agent gemini --branch vibe/auth-tests
vibe status
vibe watch

Context Handoff

# Gemini finished the API → hand off to Codex for the frontend
vibe handoff vibe/auth-api --to codex -m "API complete. Build the client-side integration."

Agent Capability Matrix

AgentLocal FilesNetwork/SSHSandbox
:------:-----------::-----------::-------:
claudeNo
codexYes
geminiNo

> Important: Codex runs in a strict sandbox — no SSH, no external APIs. Do not assign deployment or network-dependent tasks to Codex.

Key Constraints

  • Must be run from inside a Git repository.
  • Worktrees are based on the current branch HEAD — uncommitted changes are NOT visible to spawned agents. Always git add && git commit before dispatching.
  • Right-size your tasks: if it takes less than 5 minutes and touches one file, do it yourself.

Links

  • npm: https://www.npmjs.com/package/vibe-switch
  • GitHub: https://github.com/brianjhang/vibe-switch
  • Author: Brian Jhang (https://brianjhang.com)
  • License: MIT

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 06:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 839 📥 316,548
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,400 📥 323,317
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,478 📥 541,267