mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-19 09:42:42 +00:00
v2.1.0: fix provenance warnings, clean install experience
Add package.json with openclaw plugin metadata, configure plugins.allow in post-install.sh, and add source field to plugin manifest. Fresh installs now load without trust/provenance warnings in gateway logs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## v2.1.0 — 2026-03-16
|
||||
|
||||
### Summary
|
||||
Clean install experience: eliminates gateway provenance warnings for fresh installations.
|
||||
|
||||
### Added
|
||||
- `package.json` — proper npm-style metadata with `openclaw.type: "plugin"` provenance field
|
||||
- `plugins.allow` auto-configuration in `post-install.sh` — registers plugin in OpenClaw trust list
|
||||
|
||||
### Changed
|
||||
- `post-install.sh` now copies `package.json` to extensions directory
|
||||
- `openclaw.plugin.json` now includes `source` field pointing to GitHub repo
|
||||
- README updated with `plugins.allow` documentation and install step
|
||||
|
||||
### Fixed
|
||||
- "plugins.allow is empty; discovered non-bundled plugins may auto-load" warning
|
||||
- "loaded without install/load-path provenance; treat as untracked local code" warning
|
||||
|
||||
---
|
||||
|
||||
## v2.0.0 — 2026-03-15
|
||||
|
||||
### Summary
|
||||
|
||||
Reference in New Issue
Block a user