Skip to content

Releases: mostlydev/clawdapus

v0.25.0

27 Jun 01:16

Choose a tag to compare

Changelog

  • aabb636 Release v0.25.0
  • 69e64ed Generalize runtime reminders into context-blocks primitive (#325)

v0.24.0

23 Jun 20:02

Choose a tag to compare

Changelog

v0.23.1

23 Jun 16:03

Choose a tag to compare

Changelog

  • f8acd0e site: release v0.23.1
  • e077610 Reliability follow-up: stream timeouts and Hermes memory (#320)

v0.23.0

19 Jun 01:56

Choose a tag to compare

Changelog

  • 90bbf6f site: release v0.23.0
  • bd8d33f Reliability, operability & honesty sweep; cllama v0.7.2 (#316)
  • c454b10 Support same-runtime imports in claw init (#234)

v0.22.1

16 Jun 19:54

Choose a tag to compare

Changelog

v0.22.0

10 Jun 02:56

Choose a tag to compare

Highlights

  • Pod-configurable managed-tool mediation policyx-claw.tool-policy / tool-policy-defaults tune max-rounds, timeout-per-tool-ms, and total-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 inputSchema before 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=off is 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 quickstartexamples/ollama-quickstart/: a governed agent on a local Ollama sidecar with an empty .env; governance visible in claw audit on 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

v0.21.2

02 Jun 21:15

Choose a tag to compare

Changelog

  • 7586e20 Bump cllama for managed tool finalization
  • a642945 Update cllama for managed tool finalization

v0.21.1

01 Jun 20:21

Choose a tag to compare

Changelog

  • 76cf33f site: release v0.21.1
  • 275f67c docs: holistic refresh — site + vision + README reflect current state (#280) (#281)
  • 5372994 hermes: suppress managed lifecycle notices (#279)
  • 9bc4064 hermes: disable cron response wrapper by default (#283)

v0.21.0

26 May 14:58

Choose a tag to compare

Changelog

v0.20.0

26 May 00:56

Choose a tag to compare

Changelog

  • 8db68df site: release v0.20.0
  • 9a38f6a Make channel retrieval channel-memory aware (#275)