agenr 0.9.39 → 0.9.41
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 +23 -0
- package/dist/chunk-6ZAJXDZM.js +2776 -0
- package/dist/chunk-HF5MBY3Q.js +8244 -0
- package/dist/chunk-WGNX2JHF.js +8243 -0
- package/dist/cli-main.js +42 -4
- package/dist/maintain-AHW5TYEC.js +2209 -0
- package/dist/maintain-FWU4VO5N.js +2209 -0
- package/dist/openclaw-plugin/index.js +150 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.41 - 2026-03-01
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Recall score saturation: sigmoid compression + multiplicative boosts preserve ranking discrimination (#341)
|
|
7
|
+
- Classifier now recognizes bare numbers, issue refs (#380), and version patterns (v0.9.22) as entities (#331)
|
|
8
|
+
- Skip expensive recall and context injection when session-start is triggered by heartbeat poll (#340)
|
|
9
|
+
- Extraction prompt now skips hypothetical examples, test data, and mock entities (#283)
|
|
10
|
+
- Extraction prompt now skips meta-conversation about the knowledge base itself (#248)
|
|
11
|
+
|
|
12
|
+
### Tests
|
|
13
|
+
- Score saturation: ranking preservation tests, updated ratio assertions to ordering
|
|
14
|
+
- Classifier: numeric reference detection with positive and negative cases
|
|
15
|
+
- Heartbeat detection: pattern matching and session skip verification
|
|
16
|
+
- Extraction prompt: anti-pattern content validation
|
|
17
|
+
|
|
18
|
+
## 0.9.40 - 2026-03-01
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- Add HH:MM:SS timestamps to all createLogger output lines (#380)
|
|
22
|
+
|
|
23
|
+
### Tests
|
|
24
|
+
- Updated logger tests to validate timestamp format and ranges
|
|
25
|
+
|
|
3
26
|
## 0.9.39 - 2026-03-01
|
|
4
27
|
|
|
5
28
|
### Changed
|