Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@javimosch javimosch released this 11 Jun 23:54

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/debri

Usage

debri "say hi"
debri --stream "analyze code"
debri --json "summarize this"
debri --file prompt.txt

See README for full documentation.