UPCOMING
v0.4.1
Est. June 2026
In progress
- baker chat --file — inject file content directly as session context
- Schedule run history — last 10 outputs stored per schedule, viewable with baker schedule logs
- Improved error messages and auto-reconnect handling on dropped connections
- Config profiles — multiple named connection profiles in one config file
- Model fallback chain — try secondary model when primary rate-limits or errors
RELEASE
v0.5.0
May 2026
Initial public release. Core CLI surface, multi-workspace isolation, hosted and self-hosted options, OpenAI and Anthropic model support out of the box.
Commands added
- baker connect — instance auth, token storage, local config persistence at ~/.baker/config.json
- baker chat — interactive AI session with message history and workspace context
- baker tasks — task list: add, list, done, clear, delete
- baker schedule — recurring AI automations, cron syntax, server-side execution
- baker run — run any named schedule immediately on demand
- baker workspace — create, list, use, delete
- baker telemetry — opt-in anonymous usage telemetry, off by default
- baker config — view and set local config values
Platform
- Multi-workspace isolation — history, tasks, and schedules fully separated per workspace
- OpenAI GPT-4o and GPT-4-turbo support
- Anthropic Claude Opus 4 and Claude Sonnet support
- Ollama and OpenAI-compatible endpoint support
- Self-hosted Docker Compose stack with nginx and Postgres
- Hosted instance at app.openbaker.org — early access
- In-chat commands: /help /models /tasks /clear /exit
- AGPL-3.0 license applied to all source
Notes
- API keys are stored locally only — never sent to Baker servers or logged anywhere
- Early access is invite-only while the hosted stack stabilizes — join the waitlist
- Node 18+ required for CLI. Docker Compose v2+ required for self-host.
