fix(docs): correct autospawn args default comment #163
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ async fn cmd_list_sessions(state: &SharedState) -> ColibriResponse {
|
|||
/// The live "Operator Image" is single-agent, so the agent runs on the host (no
|
||||
/// jail). Binary and argv are env-tunable without a rebuild:
|
||||
/// - `COLIBRI_AUTOSPAWN_BINARY` (default `zot`)
|
||||
/// - `COLIBRI_AUTOSPAWN_ARGS` (default `--mode json`)
|
||||
/// - `COLIBRI_AUTOSPAWN_ARGS` (binary-dependent default; zot → `rpc`, others → `--mode json`)
|
||||
pub async fn autospawn_agent_if_configured(state: &SharedState) {
|
||||
if !env_truthy("COLIBRI_AUTOSPAWN") {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue