Skip to content

First Run

⚠️ Pre-alpha. End-to-end completions are not wired yet (coming in v0.0.2). These steps verify the build and config are healthy.

Terminal window
cargo check --all

All crates should check clean with no errors.

Terminal window
cat ~/.config/idep/config.toml

Confirm your chosen backend and model are set. See Backends.

Terminal window
cargo test --all

Backend unit tests run against mock servers — no live API key or running Ollama required.

Once v0.0.2 ships, this page will cover running Ollama completions end-to-end. Follow releases for updates.