Skip to content

oneiro v0.1.0

Choose a tag to compare

@leminkozey leminkozey released this 20 Jun 20:30
· 9 commits to main since this release

oneiro is a nightly reviewer for Claude Code. While you sleep it reads the day's sessions, finds where the agent kept misunderstanding you and where it made the same mistake twice, and queues concrete fixes to your CLAUDE.md and memory. Nothing is written until you approve it.

Highlights

  • Collect, distill, review, synthesize, queue. A 20mb session becomes a small digest the model can actually read.
  • Swappable engine: claude-cli (your subscription), anthropic, or any OpenAI compatible endpoint (bring your own backend).
  • A web review ui (oneiro serve) that shows each proposal as a full file diff, scrolled to the change. Keep or deny, and deny takes a reason so the next run can do better.
  • Review window is yours: window_hours (default 24) plus a --hours N override for a single pass.
  • Schedule it at 3am via launchd once you trust it.

The review ui

The morning queue, each proposal waiting until you keep or deny it:

the review queue

Open one and it is a full file diff, so you see exactly what would land:

a proposal as a full file diff

A quiet day, so iro just sleeps:

nothing to review

MIT. Do whatever you want with it, just keep the copyright notice.