chore(release): v0.3.5

This commit is contained in:
Vincent Koc 2026-04-29 13:51:02 -07:00
parent e8fb9b4380
commit 572956b8df
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -2,10 +2,16 @@
## Unreleased
_No unreleased changes._
## 0.3.5 - 2026-04-29
### Fixed
- Add immediate/faster subprocess RSS and CPU sampling plus explicit sample counts so short import-loop reports do not silently publish fake zero-memory metrics.
- Classify `createChatChannelPlugin` as channel factory metadata in synthetic probe plans so channel-core plugins do not fail as unknown registrars.
- Treat `createChatChannelPlugin` and `defineChannelPluginEntry` as channel registration equivalents when validating fixture expectations.
- Label runtime profile wall-time summaries as command-median p95 and render missing sampled metrics as `n/a`.
## 0.3.4 - 2026-04-29

View File

@ -1,6 +1,6 @@
{
"name": "@openclaw/plugin-inspector",
"version": "0.3.4",
"version": "0.3.5",
"private": false,
"description": "Offline compatibility inspector for OpenClaw plugins.",
"type": "module",