agenr 0.9.21 → 0.9.23
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 +20 -0
- package/dist/chunk-56GW7EIS.js +2821 -0
- package/dist/chunk-DVNOWSKK.js +2820 -0
- package/dist/chunk-RM5SLLEM.js +241 -0
- package/dist/cli-main.js +52 -4
- package/dist/co-recall-2UNFBE7S.js +16 -0
- package/dist/openclaw-plugin/index.js +42 -359
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.23 (2026-03-01)
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- `agenr db evolve-quality` command - computes quality scores from recall frequency,
|
|
7
|
+
co-recall graph connectivity, confirmations, importance, and time-based decay
|
|
8
|
+
- Supports --dry-run and --json flags
|
|
9
|
+
- Quality scores now differentiate entries instead of sitting static at 0.5
|
|
10
|
+
- Bumped default store nudge maxPerSession from 3 to 5 for better coverage in longer sessions
|
|
11
|
+
|
|
12
|
+
## 0.9.22 (2026-02-28)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
- OpenClaw plugin: added missing pronouns (You, She, They) to
|
|
16
|
+
FALSE_POSITIVE_NOUNS so short messages like "You there?" correctly
|
|
17
|
+
classify as trivial instead of triggering recall. (#329)
|
|
18
|
+
|
|
19
|
+
### Improvements
|
|
20
|
+
- OpenClaw plugin: standardized all log output with `[AGENR:tag]`
|
|
21
|
+
prefix for easy filtering from OpenClaw internal logs. (#329)
|
|
22
|
+
|
|
3
23
|
## 0.9.21 (2026-02-28)
|
|
4
24
|
|
|
5
25
|
### Improvements
|