Command Line Parameters
The full set of flags accepted by situ.
Usage: situ [options] ['<prompt>']
Options:
-c, --config <file> Use a specific config file (default: situ.conf).
--ctx-size <tokens> Override CTX_SIZE (context window in tokens).
-h, --help Show this help message.
--llama-config <file> Inject a llama.cpp JSON config file into the server.
--llama-image <image> Override LLAMA_IMAGE (llama.cpp container image).
-l, --log <directory> Write logs to <directory>/llama_<ts>.log and <directory>/situ_<ts>.log.
--mode <RESTRICTED|NETWORK> Override MODE from the config file.
--model <gguf> Override MODEL (GGUF filename in LMSTUDIO_MODELS).
--mountpoint <dir> Override MOUNTPOINT (directory mounted as /workspace).
-p, --prompt '<prompt>' Run a single prompt non-interactively and exit.
-q, --quiet Suppress status messages (useful when piping output).
-T, --temperature <value> Sampling temperature for the llama.cpp sidecar (default: 0.1, local sidecar only).
-t, --test Verify configuration and network isolation.
Related
- Configuration Reference — persistent settings in
situ.confthat command line flags can override per session. - Installation — how to set up and run the first session of this self-hosted AI coding agent.
- Network Mode — the
--mode NETWORKflag and when to use outbound access deliberately.