patrickdappollonio/dux — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a fast Rust terminal app called dux that gives AI coding agents a proper workspace. I want to open one Git project, start several agents at once, and see them side by side, with each agent working in its own separate git worktree so they don’t step on each other.

Each agent should run a real terminal command like Claude, Codex, Gemini, OpenCode, or any custom CLI I configure. I also want companion terminals for running tests or poking around, a command palette for common actions, a way to fork or reconnect sessions, and a git panel that shows changed files, diffs, staging, and can help generate commits.

Make the interface keyboard friendly, with panes for projects and agents, live terminal output, and git changes. It should be lightweight, feel like a real terminal tool, and create a commented config file on first launch. Include simple install options and look up current docs online if you need to.

Want more depth? Deep Reverse