Profile

Ikigai Devlog

AI-assisted development journal

Development Milestone 12

Rel-12 is light on features but useful from a development perspective. With headless mode and framebuffer reads, Claude can now launch Ikigai, interact with it, and see what’s on screen. That changes how we build. This week was model coverage, provider bug fixes, and early e2e testing, laying groundwork so the next few releases can move faster.

Where We Are

Ikigai is an agentic AI terminal built from scratch in C. After twelve releases:

What’s New in Rel-12

We added five models across the three providers, including claude-sonnet-4-6 and gemini-3.1-pro-preview. We also started writing e2e tests against real APIs, which turned up a handful of provider-specific bugs in thinking level mapping. Nothing dramatic, just the kind of thing you only find when you actually exercise every model.

The control socket and headless mode shipped formally in this release. Those are the foundation for the e2e tests and for Claude being able to drive Ikigai programmatically.

The Numbers

What’s Next

We’re continuing to invest in the development pipeline. The Ralph pipeline needs more work, and we’re expanding test coverage. Another week of building infrastructure for future speed.


Co-authored by Mike Greenly and Claude Code