@luckydraw/cumulus 0.31.7 → 0.31.8
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.31.8
|
|
4
|
+
|
|
5
|
+
- Bug fixes and stability improvements
|
|
6
|
+
|
|
3
7
|
## v0.31.7
|
|
4
8
|
|
|
5
9
|
- Agents now have a sanctioned file-editing path (built-in Read → Edit), ending fragile script-based patching and silencing the "I'll apply the patch via a script" narration leak
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luckydraw/cumulus",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.8",
|
|
4
4
|
"description": "RLM-based CLI chat wrapper for Claude with external history context management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,json,md}\"",
|
|
42
42
|
"type-check": "tsc --noEmit",
|
|
43
43
|
"test": "vitest",
|
|
44
|
-
"
|
|
44
|
+
"version": "bash scripts/generate-changelog.sh || true",
|
|
45
45
|
"prepublishOnly": "npm run build && npm run type-check",
|
|
46
46
|
"prepare": "husky"
|
|
47
47
|
},
|