I'm a software developer. Over the last few months more and more of my work has turned into using coding agents instead of typing the whole code myself. Usually a few claude sessions at once, sometimes codex, one per feature or per revealed bug.
I ran them in a split terminal for a few weeks, and quickly spotted two main problems. The first is that I couldn't easily tell which agent was stuck waiting on me and which was still working, so I'd cycle through sessions and checking on them.
The second one: agents sharing a single branch step on each other. Two of them could be editing the same file with different ideas - a nice recipe for a mess.
So I built my own solution - Shikigami. It's a desktop app that runs agents side by side, each one in its own git worktree. Same repository, separate working directories, so they can all run at once without touching each other's edits. Every agent has a real PTY session.
The sessions are resumable too, you can quit the app, come back tomorrow, and a long conversation is where you left it.
The app has a second mode: a Monaco editor with the full file tree, diff viewer, git history and per-line blame. You flip between the agent grid and the editor from a pill in the middle of the title bar, and the agents keep running while you read. When one finishes a turn or needs input, a desktop notification takes you straight to that session.
There's language intelligence built in too: diagnostics, go-to-definition, find-references and completion for PHP 8.1-8.5 and TypeScript/JavaScript - both are still improving to provide better dx.
My mostly used stack at work is a Symfony app and docker containers, so the app has a docker integration builtin (service tree, per-service logs, a container shell, start/stop).
Another integration is mysql and redis support - databases/tables preview, custom sql queries and redis keys inspection.
It's free. You don't need an account, no sign-up and no cloud, so agents and worktrees stay on your machine. macOS (signed .dmg, Apple Silicon and Intel) and Linux (AppImage). No Windows build yet.
What you see today stays free. At some point I'd like to earn something from it, probably paid add-ons on top, or an option to support the project like Signal does. I haven't decided yet.
The source is private for now, so if that's a dealbreaker, fair enough - I understand that. That's why I started a dedicated YouTube channel so you can see who are you dealing with.
The app is still in the BETA phase, you can expect bugs, but I fix them fast. I have live streams on YT, and there's a discord server if you'd rather complain in real time.
I'd appreciate feedback, especially from anyone running more than two or three agents at once.
Thanks, Igor
esher•7h ago
igor_nast•7h ago