Skip to content

v0.3.0

Latest

Choose a tag to compare

@achetronic achetronic released this 26 Jun 15:31

New

  • Guided first-run wizard: pick provider type (Anthropic, OpenAI, Gemini), API key or OAuth, model. Lands in a working chat (#6).
  • Wizard text fields accept paste (terminal paste and Ctrl+V).
  • OpenAI-compatible endpoints (Ollama, OpenRouter, vLLM) ask for a URL in the wizard.
  • OAuth providers print the baifo provider auth <name> command to run before start.

Fixes

  • Overlay footer shortcuts use ASCII keycaps, readable on Windows consoles (#1).
  • r in /session opens the rename editor instead of printing the CLI command (#2).
  • Renaming a non-existent session reports an error instead of false success (#4).
  • /help and /root use the same palette colours as the rest (#5).

Changes

  • First-run scaffold seeds only the root agent. Internal chores use the root model; add an optional utility: true agent to use a cheaper one.

Documentation

  • Fixed the utility-agent section and first-run wizard description in docs/CONFIGURATION.md.
  • Config guide link shown on every wizard screen.

Contributors