v1.0.0 - Initial Release
v1.0.0 - Initial Release
Fresh devin session invoker with streaming JSONL output.
Features
- Fresh sessions per prompt execution
- Streaming JSONL events (init, chunk, done, error)
- TUI chrome stripping (braille logos, status bars, thinking indicators)
- Single binary (~2.2MB), no runtime dependencies
- Model support: SWE-1.6, Kimi K2.6, and other devin-supported models
- Auto-confirm workspace trust dialogs
- Configurable stability timeout
- Prompt file support via --file flag
Installation
curl -fsSL https://github.com/javimosch/debri/releases/download/v1.0.0/debri -o /usr/local/bin/debri && chmod +x /usr/local/bin/debriUsage
debri "say hi"
debri --stream "analyze code"
debri --json "summarize this"
debri --file prompt.txtSee README for full documentation.