agenr 0.9.3 → 0.9.4
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 +9 -0
- package/dist/chunk-AJR3OWNP.js +1912 -0
- package/dist/chunk-NUFBXKLH.js +1912 -0
- package/dist/chunk-RMYAYY4E.js +1908 -0
- package/dist/cli-main.d.ts +5 -6
- package/dist/cli-main.js +122 -89
- package/dist/openclaw-plugin/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.4 (2026-02-27)
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- refactor: removed top-level `model` config field; `models` is now required with all four task keys (extraction, claimExtraction, contradictionJudge, handoffSummary) always explicit (#277)
|
|
7
|
+
- `resolveModelForTask` simplified to direct lookup (no fallback chain)
|
|
8
|
+
- `isCompleteConfig` now checks for complete `models` instead of top-level `model`
|
|
9
|
+
- Old configs with top-level `model` auto-upgrade on read (value populates all task models)
|
|
10
|
+
- `config set model <value>` removed; use `config set models.extraction <value>` etc.
|
|
11
|
+
|
|
3
12
|
## 0.9.3 (2026-02-26)
|
|
4
13
|
|
|
5
14
|
### Added
|