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.
Verify the build
Section titled “Verify the build”cargo check --allAll crates should check clean with no errors.
Verify your config
Section titled “Verify your config”cat ~/.config/idep/config.tomlConfirm your chosen backend and model are set. See Backends.
Run the test suite
Section titled “Run the test suite”cargo test --allBackend 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.