Releases: huggingface/mlclaw
Releases · huggingface/mlclaw
Release list
ML Claw v0.4.9
Fixes
- Keep managed Space updates consistent across the deployed image, canonical desired state, local deployment manifest, and local secret metadata.
- Reconcile prebuilt, bundled, and explicit runtime image updates through the deployment lease and generation model.
Verification
- 314 tests passed locally.
- Coverage: 97.5%.
- Package, secret, and Slophammer checks passed.
ML Claw v0.4.8
What's Changed
Full Changelog: v0.4.7...v0.4.8
ML Claw v0.4.7
What's Changed
Full Changelog: v0.4.6...v0.4.7
ML Claw v0.4.6
Fix approvals inside private Hugging Face Spaces.
- Use
openclaw-brokerkit@0.3.2for private-host delegated requests. - Allow the private Space edge cookie through delegated CORS.
- Keep MLClaw decisions protected by short-lived BrokerKit sessions.
- Preserve the scripts-only approvals popover sandbox.
v0.4.5
ML Claw v0.4.4
Fix approval popovers that became unavailable after delegated BrokerKit sessions expired. The popover now recovers in place through a credential-free, host-validated rebootstrap.
ML Claw v0.4.3
ML Claw 0.4.3 bundles HF Broker 0.4.0.
This release adds the provider-neutral BrokerKit MCP execution path to the ML Claw runtime while preserving the existing OpenClaw plugin and deployment state.
ML Claw v0.4.2
Corrects Hugging Face personal broker credential permissions and ships the automatic session-reset fix in a complete runtime release.
- Stops requesting the organization-only
resourceGroup.writepermission for personal tokens. - Keeps
resourceGroup.writefor organization-scoped broker tokens. - Disables automatic OpenClaw session resets and preserves reset archives.
- Updates the bundled HF Broker to
v0.3.1and OpenClaw BrokerKit plugin to0.3.0. - Replaces the incomplete
0.4.1runtime release with immutable version0.4.2.
ML Claw v0.4.1
ML Claw 0.4.1 fixes local and hosted credential reliability and preserves conversations across daily runtime restarts.
- Uses a dedicated, verified Hugging Face broker credential without changing the active HF CLI login.
- Adds credential repair for missing, expired, wrong-account, or under-scoped broker tokens.
- Removes the automatic 4:00 AM conversation reset.
- Prints long Hugging Face token URLs as raw terminal lines instead of wrapping them inside prompt boxes.
- Keeps broker credentials isolated from the OpenClaw agent process.
ML Claw v0.4.0
chore: release 0.4.0 (#59) Co-authored-by: Onur Solmaz <osolmaz@users.noreply.github.com>