home / getting-started
getting-started/
- docAuthenticationDSCC reads provider credentials from environment variables at launch. Each supported provider has its own key variable and an optional base-URL override. No credentials are written…
- docYour first sessionOnce dscc is installed, a provider key is exported, and a model id is chosen, you can launch DSCC in two modes: an interactive REPL and a one-shot prompt. Both use the same binary …
- docInstallationDSCC ships as a Rust workspace. You build or install the dscc binary from source; there are no prebuilt binaries in 0.1.x.
- docModel selectionDSCC has no hard-coded default model. Every launch must supply a model id; otherwise DSCC prints a bilingual error and exits (crates/dscc-cli/src/main.rs:384-411).