erosolar-cli 1.7.51 → 1.7.53
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.
|
File without changes
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
|
-
"id": "claude-haiku-4-5-
|
|
131
|
+
"id": "claude-haiku-4-5-20251001",
|
|
132
132
|
"label": "haiku-4.5",
|
|
133
133
|
"provider": "anthropic",
|
|
134
134
|
"description": "Anthropic Haiku 4.5 focused on latency-sensitive workflows.",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"maxDelayMs": 40000,
|
|
23
23
|
"backoffMultiplier": 2
|
|
24
24
|
},
|
|
25
|
-
"models": ["claude-opus-4-5-20251101", "claude-sonnet-4-5-20250929", "claude-haiku-4-5"],
|
|
25
|
+
"models": ["claude-opus-4-5-20251101", "claude-sonnet-4-5-20250929", "claude-haiku-4-5-20251001"],
|
|
26
26
|
"defaultModel": "claude-sonnet-4-5-20250929",
|
|
27
27
|
"status": "production"
|
|
28
28
|
},
|
|
@@ -40,7 +40,7 @@ const SUBAGENT_DEFINITIONS = {
|
|
|
40
40
|
const MODEL_ID_LOOKUP = {
|
|
41
41
|
sonnet: { provider: 'anthropic', model: 'claude-sonnet-4-5-20250929' },
|
|
42
42
|
opus: { provider: 'anthropic', model: 'claude-opus-4-20250514' },
|
|
43
|
-
haiku: { provider: 'anthropic', model: 'claude-haiku-4-5-
|
|
43
|
+
haiku: { provider: 'anthropic', model: 'claude-haiku-4-5-20251001' },
|
|
44
44
|
};
|
|
45
45
|
const TASK_STORE_DIR = join(homedir(), '.erosolar', 'tasks');
|
|
46
46
|
export class TaskRunner {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "erosolar-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.53",
|
|
4
4
|
"description": "Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning",
|
|
5
5
|
"main": "dist/bin/erosolar-optimized.js",
|
|
6
6
|
"type": "module",
|