Skip to content

Releases: huggingface/mlclaw

ML Claw v0.4.9

Choose a tag to compare

@osolmaz osolmaz released this 19 Jul 06:04
66f9942

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

Choose a tag to compare

@osolmaz osolmaz released this 19 Jul 04:57
6864114

What's Changed

  • fix(brokerkit): consume canonical operator contract by @osolmaz in #73

Full Changelog: v0.4.7...v0.4.8

ML Claw v0.4.7

Choose a tag to compare

@osolmaz osolmaz released this 18 Jul 18:33
5d673ff

What's Changed

  • fix: host authenticated gateways on protected Spaces by @osolmaz in #72

Full Changelog: v0.4.6...v0.4.7

ML Claw v0.4.6

Choose a tag to compare

@osolmaz osolmaz released this 18 Jul 17:19
f52332b

Fix approvals inside private Hugging Face Spaces.

  • Use openclaw-brokerkit@0.3.2 for 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

Choose a tag to compare

@osolmaz osolmaz released this 18 Jul 15:50
0078deb

What's Changed

  • fix(release): publish runtime under repository owner by @osolmaz in #68

Full Changelog: v0.4.4...v0.4.5

ML Claw v0.4.4

Choose a tag to compare

@osolmaz osolmaz released this 18 Jul 15:13
492971b

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

Choose a tag to compare

@osolmaz osolmaz released this 18 Jul 11:12
f86b776

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

Choose a tag to compare

@osolmaz osolmaz released this 17 Jul 16:37
43ceb22

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.write permission for personal tokens.
  • Keeps resourceGroup.write for organization-scoped broker tokens.
  • Disables automatic OpenClaw session resets and preserves reset archives.
  • Updates the bundled HF Broker to v0.3.1 and OpenClaw BrokerKit plugin to 0.3.0.
  • Replaces the incomplete 0.4.1 runtime release with immutable version 0.4.2.

ML Claw v0.4.1

Choose a tag to compare

@osolmaz osolmaz released this 17 Jul 15:16
cc72a45

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

Choose a tag to compare

@osolmaz osolmaz released this 16 Jul 19:12
71ffbc8
chore: release 0.4.0 (#59)

Co-authored-by: Onur Solmaz <osolmaz@users.noreply.github.com>