From 6038a273408ea0f41ef3f43d5c1e1c3bc42eefc0 Mon Sep 17 00:00:00 2001 From: Kevin Kirchner Date: Thu, 14 May 2026 15:42:54 -0500 Subject: [PATCH 1/2] Add tmuxlet to parallel runners --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4171971..939ce97 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,8 @@ Tools for running and managing multiple agent sessions side-by-side. Sorted by G - **[CLITrigger](https://github.com/HyperAITeam/CLITrigger)** `⭐ 4` — Self-hosted web UI for orchestrating Claude Code, Codex, and Gemini CLIs in parallel git worktrees. Features multi-agent discussion mode (architect/developer/reviewer debate before implementation), cross-project Morning Review Queue, scheduled execution with rate-limit auto-recovery, and a built-in Git client. MIT. +- **[tmuxlet](https://github.com/CodefiLabs/tmuxlet)** `⭐ 0` — Rust CLI that runs interactive coding CLIs (Claude, Codex, Gemini, opencode, pi, Cursor) inside tmux and exposes a normalized `claude -p` style blocking interface. Single binary, zero deps. Works against the regular Claude subscription bucket (not the separate Agent SDK credit) by driving interactive Claude Code from the outside. + - **[PATAPIM](https://patapim.ai)** — Terminal IDE with a 9-terminal grid for running multiple CLI coding agents simultaneously; features AI state detection, built-in Whisper voice dictation, LAN remote access, and an embedded MCP browser. Built with Electron and node-pty. Freemium. ### Orchestrators & autonomous loops From ff1246ab9e5ae4c5a8f9662935b136dbb5066508 Mon Sep 17 00:00:00 2001 From: Kevin Kirchner Date: Fri, 15 May 2026 08:05:46 -0500 Subject: [PATCH 2/2] Update tmuxlet star count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 939ce97..18b280f 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ Tools for running and managing multiple agent sessions side-by-side. Sorted by G - **[CLITrigger](https://github.com/HyperAITeam/CLITrigger)** `⭐ 4` — Self-hosted web UI for orchestrating Claude Code, Codex, and Gemini CLIs in parallel git worktrees. Features multi-agent discussion mode (architect/developer/reviewer debate before implementation), cross-project Morning Review Queue, scheduled execution with rate-limit auto-recovery, and a built-in Git client. MIT. -- **[tmuxlet](https://github.com/CodefiLabs/tmuxlet)** `⭐ 0` — Rust CLI that runs interactive coding CLIs (Claude, Codex, Gemini, opencode, pi, Cursor) inside tmux and exposes a normalized `claude -p` style blocking interface. Single binary, zero deps. Works against the regular Claude subscription bucket (not the separate Agent SDK credit) by driving interactive Claude Code from the outside. +- **[tmuxlet](https://github.com/CodefiLabs/tmuxlet)** `⭐ 2` — Rust CLI that runs interactive coding CLIs (Claude, Codex, Gemini, opencode, pi, Cursor) inside tmux and exposes a normalized `claude -p` style blocking interface. Single binary, zero deps. Works against the regular Claude subscription bucket (not the separate Agent SDK credit) by driving interactive Claude Code from the outside. - **[PATAPIM](https://patapim.ai)** — Terminal IDE with a 9-terminal grid for running multiple CLI coding agents simultaneously; features AI state detection, built-in Whisper voice dictation, LAN remote access, and an embedded MCP browser. Built with Electron and node-pty. Freemium.