Skip to content

v0.1.17

Choose a tag to compare

@Grivn Grivn released this 03 Jul 12:06
· 578 commits to master since this release
5d2e9c3

v0.1.17 broadens setup support for additional coding hosts, fixes hook/runtime edge cases, and advances the experimental harness runtime work.

Note: harness modules, harness documentation, and harness evaluation assets in this repository remain experimental and are not part of this release's public stability guarantee.

Highlights

  • Added setup integrations for Kimi Code and OpenCode, expanding the supported host surfaces installed by mnemon setup.
  • Fixed Claude memory subagent guidance so delegated memory writers run mnemon remember / mnemon link directly instead of recursively spawning another subagent.
  • Fixed Hermes hook IO decoding so UTF-8 content is handled correctly.
  • Improved user-facing CLI behavior around service help, daemon readiness checks, occupied listen addresses, and hidden legacy/debug harness commands.

Experimental harness work

  • Added and refined Multica runtime adapter flows, participant provisioning, managed wake handling, progress projection, and R3 provider-surface gating.
  • Added Cloudflare MnemonHub bootstrap and local backend support behind the experimental harness layer.
  • Added GitHub remote workspace and publication-store infrastructure for multi-agent mesh validation.
  • Reworked event-system and presentation boundaries around mnemond, mnemonhub, hostagent, runtime surfaces, and derived event views.
  • Expanded acceptance, Docker, live, ABI, and boundary tests around Multica, GitHub mesh, managed runtime, and public command surfaces.

Fixes

  • Preserved setup hook executable bits and hardened hook execution paths.
  • Stabilized GitHub publication listing, polling, sync cursors, rate-limit handling, and acceptance shutdown paths.
  • Hardened Multica routing metadata, assignment dispatch, feedback target recovery, overlap validation, projection text, and hub-flow prerequisites.
  • Redacted bearer tokens from activation traces and rejected invalid daemon role/config states.

Validation

  • CI passed for the final merged PR included in this release.
  • Local validation before tagging: go build -o mnemon ..

Merged PRs

  • #66 feat(setup): add Kimi Code integration
  • #67 feat(setup): add OpenCode integration
  • #68 feat: productize AgentTeam-oriented harness structure
  • #69 feat: add realistic project validation
  • #70 feat(harness): add GitHub remote workspace backend
  • #71 feat(harness): redesign R2 event interactions
  • #72 feat(harness): add managed runtime readiness
  • #73 feat: add Multica runtime adapter
  • #74 feat: clean up R2 event-system CLI cluster
  • #75 fix: harden Multica overlap validation
  • #76 refactor: reshape R3 Multica runtime surface
  • #78 feat: land R3-1 Cloudflare hub and Multica runtime gate
  • #80 fix(hermes): decode hook IO as UTF-8
  • #81 fix(setup): keep Claude memory subagents as leaf writers

Full changelog: v0.1.16...v0.1.17