Skip to content

Releases: NestDevLab/agentwheel

v0.14.5

24 Jun 22:43

Choose a tag to compare

What's Changed

  • test(site): add runtime matrix contract by @Yehonal in #40

Full Changelog: v0.14.4...v0.14.5

v0.14.4

24 Jun 17:04

Choose a tag to compare

What's Changed

  • ci(release): clean up publish diagnostics by @Yehonal in #22
  • [codex] Add YAML merge foundation by @Yehonal in #23
  • Add Claude plugin target by @Yehonal in #24
  • Add Copilot plugin and settings targets by @Yehonal in #25
  • Layer 1 P2c: OpenClaw user config targets by @Yehonal in #27
  • Add Hermes user config targets by @Yehonal in #28
  • [codex] Integrate Codex rules guardrails by @Yehonal in #26
  • Implement managed instruction blocks by @Yehonal in #30
  • Update artifact compatibility matrix by @Yehonal in #31
  • [codex] Update runtime matrix docs and site by @Yehonal in #32
  • [codex] Clarify runtime matrix delivery formats by @Yehonal in #33
  • docs(matrix): align runtime matrix to adapters by @Yehonal in #34
  • [codex] Shared semantic plugin install model (phase 1) by @Yehonal in #35
  • [codex] Install local plugins across runtimes via semantic shims by @Yehonal in #36
  • docs(site): polish runtime matrix by @Yehonal in #37
  • docs(site): rename install command label by @Yehonal in #38
  • docs(site): restore runtime matrix values by @Yehonal in #39

Full Changelog: v0.14.3...v0.14.4

v0.11.0

14 Jun 16:27

Choose a tag to compare

Full Changelog: v0.10.0...v0.11.0

v0.10.0

12 Jun 14:45

Choose a tag to compare

What's Changed

  • fix: refresh soft-locked roots when source changes by @Yehonal in #5
  • [codex] Add detected runtime install flag by @Yehonal in #6

Full Changelog: v0.9.0...v0.10.0

v0.9.0

12 Jun 06:36
5420a85

Choose a tag to compare

What's Changed

  • Redesign CLI verbs for v0.9.0 by @Yehonal in #2
  • Allow provides-less OpenPack v2 manifests (meta-packages) by @Yehonal in #3
  • Site: resource catalogue page by @Yehonal in #4

Full Changelog: v0.8.1...v0.9.0

v0.8.1

10 Jun 20:00

Choose a tag to compare

Patch release. The CLI now derives its version from package.json at runtime instead of a hardcoded string, fixing two issues in 0.8.0:

  • agentwheel --version reported 0.7.0 instead of the real version.
  • The update notifier compared against the stale hardcoded 0.7.0 and so perpetually told up-to-date users an update was available.

No API or behavior changes otherwise.

v0.7.0

08 Jun 20:35

Choose a tag to compare

v0.7: full claude & codex adapters (skills/instructions/commands/agents/rules/mcp/hooks), codex TOML mcp merge, subagent + --skill fixes

v0.6.0

08 Jun 20:02

Choose a tag to compare

v0.6: selective install (--select/--skill), required artifacts, update notifier

v0.5.0

08 Jun 19:04

Choose a tag to compare

v0.5: asset-includes (compose shared files into skills at install time, exec-bit preserved)

v0.4.1

08 Jun 17:37

Choose a tag to compare

fix: uninstall removes clean files and keeps drifted ones by default; --force to remove drifted