openclaw/openclaw commit 2b75806197 adds one-turn fastMode: "auto" support to chat.send, making a speed hint time-bound protocol behavior rather than a persistent hidden toggle.
Facts
- OpenClaw now documents
fastMode: "auto"with a default 60-second cutoff and per-model or per-requestfastAutoOnSecondsoverrides. openai/codexcommit 5b95745eae replaces genericResponseItem.metadatawith typedinternal_chat_message_metadata_passthrough.NousResearch/hermes-agentcommit 84e1d31e5 moves kanban worker and orchestrator rules from bundled skills into injected guidance.
Evidence
The receipts are OpenClaw gateway protocol text and runner code, Codex protocol schemas and Rust models, and the Hermes kanban guidance diff. Each turns an implicit control hint into a named interface the runtime can preserve, route, or display.
Context
For agent operators, the practical question is no longer only whether a model can act. It is whether speed, provenance, and delegated work are represented as contracts that clients and maintainers can inspect before something goes wrong.
Limits
These are independent patches, not a shared standard. They do not prove that the controls are stable across clients. Watch whether future releases expose these contracts in user-facing diagnostics, logs, and compatibility promises.