Releases: mostlydev/clawdapus
Releases · mostlydev/clawdapus
v0.25.0
v0.24.0
v0.23.1
v0.23.0
v0.22.1
v0.22.0
Highlights
- Pod-configurable managed-tool mediation policy —
x-claw.tool-policy/tool-policy-defaultstunemax-rounds,timeout-per-tool-ms, andtotal-timeout-ms. Slow reasoning models no longer fail whole mediated turns against the previously hardcoded 120s budget. (#285) - Pre-dispatch tool schema validation (cllama v0.7.0) — model-emitted tool arguments are validated against the manifest
inputSchemabefore the providing service is called; violations come back as one structured in-round correction with exact JSON paths and a wrong-nesting hint. Fails open on anything it doesn't understand;CLLAMA_TOOL_SCHEMA_VALIDATION=offis the emergency rollback. (#287) - Hash-free managed tool names (cllama v0.7.0) — no more hex suffixes when the sanitized name is unique; eliminates the suffix-dropping intervention noise class. Legacy hashed names still resolve. (#288)
- Configurable feed fetch timeout (cllama v0.7.0) —
CLLAMA_FEED_FETCH_TIMEOUT_MS, default 3000ms. (#286) - Zero-credential quickstart —
examples/ollama-quickstart/: a governed agent on a local Ollama sidecar with an empty.env; governance visible inclaw auditon turn one. (#290) - Hermes quickstart — dedicated guide + minimal example covering the real-world Hermes gotchas. (#289)
- Troubleshooting guide — symptom-first failure-mode reference at clawdapus.dev/guide/troubleshooting. (#294)
- Contributor on-ramp — CONTRIBUTING.md, issue templates, board links; weekly hermes-base canary CI against upstream HEAD. (#293, #295)
- Role-based trading-desk example — person-style agent names replaced with roles. (#291)
Pins
cllama → v0.7.0. claw-api, clawdash, claw-wall, claw-channel-memory, claw-mcp-stdio republished at v0.22.0; hermes-base unchanged at v2026.5.16-claw.2.
Full changelog: https://clawdapus.dev/changelog#v0-22-0