🛠 Shikigami has been released — a native desktop IDE for running AI agents (such as Claude Code or OpenAI Codex) in parallel.
The application uses isolated git worktrees for each agent, allowing them to work on the same repository simultaneously without conflicts. It includes a built-in Monaco-based editor and supports session saving.
🌍 Shikigami solves the problem of "race conditions" and code conflicts when using multiple autonomous agents, turning disjointed chat sessions into a structured parallel development process.
👤 This is a tool for those who want to delegate multiple tasks to agents at once (e.g., bug fixing and writing tests) without fear that they will overwrite each other's changes or the current branch.
Source 1: https://shikigami.dev/
