| I made Circus Chief: https://github.com/ferrislucas/Circus-Chief Circus Chief is a tool for managing coding agent sessions from a browser. It's specifically optimized for small screens. It supports Claude Code, OpenAI Codex, and Google Gemini CLI agents. Features Agents can operate Circus Chief itself. Agents can spawn sessions, schedule sessions, interact with the Kanban board — anything you can do in the UI, an agent can also do. Schedule work ahead of time. Automatically reschedule when you hit usage limits. Configurable, chainable prompt templates. User-defined commands - agents can run them and see the results, and so can you in the UI. Handy for local CI or routine workflow steps. Worktree-per-session isolation, or elect to work on a specific branch. Shared canvas - this is a place for shared artifacts that don't belong in the code. Useful for iterating on planning documents. Bring your own provider. Use subscription auth for Anthropic, OpenAI, or Google, or point sessions at third-party providers with Anthropic- or OpenAI-compatible endpoints. If you want to try it: npx circuschief
|