Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ The first launch guides you through configuration automatically. Supported optio
- **Import from Claude Code** — migrate existing authentication in one step
- **Custom Provider** — add any OpenAI-compatible API in the TUI

### First Run

- The installed binary is named `mimo`, not `mimocode`.
- The installer adds `~/.mimocode/bin` to `PATH` via your shell rc file. Open a new terminal (or `source` your rc file) before running `mimo`.
- The first `mimo --help` or launch runs a one-time database migration — this is expected.
- If the default model returns `403 region unavailable`, press `Ctrl+X` then select a different model (e.g. a free/available one).

---

## Core Features
Expand Down