Releases: NestDevLab/agentwheel
Releases · NestDevLab/agentwheel
v0.14.5
v0.14.4
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
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.0
v0.8.1
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 --versionreported0.7.0instead of the real version.- The update notifier compared against the stale hardcoded
0.7.0and so perpetually told up-to-date users an update was available.
No API or behavior changes otherwise.