Show HN:Okiro – 建立臨時程式碼庫以進行平行 AI 編碼
Okiro 是一款新工具,讓開發者能夠建立臨時、平行運作的程式碼庫版本。這使得多個 AI 代理能夠同時處理同一任務,方便比較並選出最佳結果,從而加速開發流程。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
Spawn ephemeral, parallel versions of your codebase to ship faster with AI.
Uh oh!
There was an error while loading. Please reload this page.
ygwyg/okiro
Folders and files
Latest commit
History
Repository files navigation
okiro
起きろ
Spawn ephemeral, parallel variations of your codebase. Let multiple AI agents tackle the same task, compare results, promote the best.
Why?
AI agents don’t always get it right the first time.
okiro lets you see multiple real implementations before choosing which one belongs in your codebase.
What is this exactly?
okiro does not run AI agents for you.
It creates isolated workspaces so tools like Cursor, Claude, Codex, or any other agent can work independently in parallel without touching your main codebase.
Think of it as cheap, disposable branches that are easy to diff and easy to throw away.
Install
Usage
Create variations
When using --prompt, okiro writes instructions to AGENTS.md and .cursor/rules so AI agents in each workspace know their specific approach.
Compare changes
Pick a winner
Cleanup
How it works
Zero-cost clones — Uses APFS clones on macOS and btrfs reflinks on Linux. 100 clones of a 10GB project still uses ~10GB on disk—they share the same blocks until modified. Only changed files allocate new space.
Isolated workspaces — Each variation is a full copy at ~/.okiro/<project>/var-N/. Open them in separate editor windows, run different agents, go wild.
Smart diffing — Only tracks meaningful changes, ignoring node_modules, .git, dist, etc.
Non-destructive — Your original codebase is never touched until you explicitly promote.
Example workflow
License
MIT
About
Spawn ephemeral, parallel versions of your codebase to ship faster with AI.
Resources
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
Packages
0
Languages
Footer
Footer navigation
相關文章
其他收藏 · 0