multiplexer active

OpenGiraffe

Maker: zclllyybb Stars: 104 First released: 2026-03-03 Language: Python
Autonomous

About

Interactive copilots wait for a prompt, so the backlog of small fixes and TODOs scattered through a codebase never gets touched. OpenGiraffe runs as a persistent daemon that flips the model: a continuous Explorer scans the repository for work (including TODO/FIXME mining and optional Jira-issue skills), feeds it through a Planner-Coder-Reviewer pipeline, and executes tasks in parallel across isolated git worktrees with retry logic. Nothing lands without review — the pipeline requires reviewer approval, and a local web dashboard on port 8778 visualizes the queue and active work. It drives the opencode CLI rather than talking to model APIs directly, so model choice and keys come from the opencode configuration. Setup is clone, pip install, configure YAML, and start, under Python 3.11+. Maintainers who want a codebase to accumulate autonomous progress between human sessions are the audience.