Rift CLI: Manage Git Worktrees for Parallel AI Agent Workflows

Rift is a Git worktree manager built specifically for parallel AI agent workflows. It addresses the friction of having a single repository occupied by one agent while you want to start another task, eliminating issues with branch switching, stashing, and dependency conflicts.
How It Works
The basic workflow involves three commands:
rift init- Initialize in your projectrift open- Creates an isolated branch + worktree and launches Claude Code (or any agent) inside itrift close- Cleans up the worktree and branch when done
Each worktree is a full, independent copy of your repository on its own branch, allowing you to work on as many features simultaneously as you want.
Key Features for Multi-Agent Workflows
- Lifecycle hooks that let you auto-install dependencies, run migrations, and assign ports per worktree
- Deterministic port mapping - every worktree gets unique ports so you can run multiple development servers without collisions
rift codeopens all active worktrees in one VS Code/Cursor/Windsurf workspace- Works with any CLI agent - Claude Code, Copilot, Codex, Aider, or whatever you prefer
Technical Details
The project was built with Claude Code itself and is open source under the MIT license. It's built with Bun and available on npm:
npm install -g @priyashpatil/riftGitHub repository: https://github.com/priyashpatil/rift
Documentation: https://rift.priyashpatil.com
📖 Read the full source: r/ClaudeAI
👀 See Also
CTOP: Terminal UI to Monitor Claude Code Sessions, Zero Deps
CTOP is a zero-dependency Node.js TUI that shows CPU, memory, context window saturation, token breakdown, and cost estimates for all running Claude Code and Codex sessions.

EsoLang-Bench: A Coding Benchmark Using Esoteric Languages to Test LLM Reasoning
Researchers created EsoLang-Bench, a coding benchmark using esoteric programming languages like Brainfuck and Whitespace to test whether LLMs can reason or just pattern-match. The best result across GPT-5.2, O4-mini, Gemini, Qwen, and Kimi was 11.2%.

Ory Lumen: Open Source Local Semantic Search Plugin for Claude Code
Ory Lumen is a Claude Code plugin that indexes codebases using Ollama with a code embedding model and SQLite-vec for semantic search, addressing Claude Code's performance issues with large codebases. The tool is free, local-only, and includes a SWE-style benchmark test harness for reproducible results.

Alfred Beta Launches: Simplified OpenClaw Alternative for Non-Technical Users
Alfred is a new beta tool that provides approximately 70% of OpenClaw's functionality with significantly reduced complexity, featuring simple defaults for app connections, memory, usage modes, and infrastructure while allowing customization.