agent-remnote 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/main.js +1818 -984
- package/package.json +1 -1
- package/plugin-artifacts/PluginZip.zip +0 -0
- package/plugin-artifacts/dist/build-info.json +3 -3
- package/plugin-artifacts/dist/index-sandbox.js +1 -1
- package/plugin-artifacts/dist/index.js +1 -1
- package/plugin-artifacts/dist/{indexPlugin-BOnVUzfc.js → indexPlugin-B6yR4-RE.js} +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# agent-remnote
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 77d941b: Add a safe `doctor --fix` repair flow and harden packaged runtime behavior.
|
|
8
|
+
|
|
9
|
+
This release adds a repair mode for `doctor` that can clean stale runtime
|
|
10
|
+
artifacts, rewrite supported user config shapes into canonical keys, and report
|
|
11
|
+
restart guidance without auto-restarting services.
|
|
12
|
+
|
|
13
|
+
It also hardens runtime lifecycle handling by tightening PID trust checks,
|
|
14
|
+
cleaning managed state files more safely, improving installed-package behavior
|
|
15
|
+
for bundled scenarios and plugin artifacts, and keeping JSON-oriented flows such
|
|
16
|
+
as `search --json` stable in packaged layouts.
|
|
17
|
+
|
|
3
18
|
## 1.4.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|