Skip to content

First Run

Terminal window
cargo build --release
./target/release/idep --version

Expect: idep 0.0.2.

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

Confirm backend, model, and any endpoint/api_key are set. See Backends.

In a second terminal:

Terminal window
ollama serve

Then trigger a completion from the IDE/LSP client. Expected: tokens stream until stop-sequence; debounce honored (300ms default); stops at function boundary.

Terminal window
cargo test --all

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