{"record":{"id":"91dcdb412ab8489a","repo":"zeroclaw-labs/zeroclaw","slug":"this-command-requires-the-full-runtime-rebuild-wi","errorCode":null,"errorMessage":"This command requires the full runtime. Rebuild with default features:\n  cargo build --release","messagePattern":"This command requires the full runtime\\. Rebuild with default features:\n  cargo build --release","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"src/main.rs","lineNumber":3789,"sourceCode":"                                        break;\n                                    }\n                                }\n                            };\n                            let response =\n                                zeroclaw_providers::ProviderDispatch::from_ref(&*model_provider)\n                                    .simple_chat(line.trim(), model_name, Some(final_temperature))\n                                    .await?;\n                            println!(\"{response}\");\n                        }\n                    }\n                }\n                return Ok(());\n            }\n            Commands::Completions { .. } | Commands::MarkdownHelp | Commands::MarkdownSchema => {\n                unreachable!()\n            }\n            _ => {\n                anyhow::bail!(\n                    \"This command requires the full runtime. Rebuild with default features:\\n  cargo build --release\"\n                );\n            }\n        }\n    }\n\n    #[cfg(feature = \"agent-runtime\")]\n    {\n        zeroclaw_runtime::cron::scheduler::register_delivery_fn(Box::new(\n            |config, channel, target, thread_id, output| {\n                Box::pin(async move {\n                    zeroclaw_channels::orchestrator::deliver_announcement(\n                        &config, &channel, &target, thread_id, &output,\n                    )\n                    .await\n                })\n            },\n        ));","sourceCodeStart":3771,"sourceCodeEnd":3807,"githubUrl":"https://github.com/zeroclaw-labs/zeroclaw/blob/88bb9c8533fc57ed7a03e36ca7c9ed2bf8336dcc/src/main.rs#L3771-L3807","documentation":"Error \"This command requires the full runtime. Rebuild with default features:\n  cargo build --release\" thrown in zeroclaw-labs/zeroclaw.","triggerScenarios":"Thrown at src/main.rs:3789 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Rebuild with default features: `cargo build --release`.","Use the officially distributed full binary instead of a minimal-feature build."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"88bb9c8533fc57ed7a03e36ca7c9ed2bf8336dcc","analyzedAt":"2026-08-23T01:07:41.857Z","schemaVersion":2},"datasetVersion":"2026-08-23T08:06:27.607Z"}