@luckydraw/cumulus 0.30.19 → 0.30.20

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## v0.30.18
4
- You've hit your limit · resets 9pm (UTC)
5
- - Bug fixes and stability improvements
3
+ ## v0.30.20
6
4
 
5
+ - Detect transient errors in stream content text (not just thrown errors) and throw to trigger retry
6
+ - Generic `[Error: {reason}]` pattern catches all error types (terminated, fetch failed, connection closed, etc.)
7
+ - Automatic retry with exponential backoff for HuggingFace and Claude CLI paths
7
8
 
8
9
  ## v0.30.17
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luckydraw/cumulus",
3
- "version": "0.30.19",
3
+ "version": "0.30.20",
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",