erosolar-cli 2.1.305 → 2.1.306
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.
|
@@ -117,6 +117,54 @@
|
|
|
117
117
|
"reasoningEffort": "medium",
|
|
118
118
|
"capabilities": ["chat", "tools", "streaming"]
|
|
119
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"id": "o3-pro",
|
|
122
|
+
"label": "o3-pro",
|
|
123
|
+
"provider": "openai",
|
|
124
|
+
"description": "OpenAI o3-pro - most capable reasoning model for complex multi-step problems.",
|
|
125
|
+
"reasoningEffort": "high",
|
|
126
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "o3",
|
|
130
|
+
"label": "o3",
|
|
131
|
+
"provider": "openai",
|
|
132
|
+
"description": "OpenAI o3 - advanced reasoning model with extended thinking.",
|
|
133
|
+
"reasoningEffort": "high",
|
|
134
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "o3-mini",
|
|
138
|
+
"label": "o3-mini",
|
|
139
|
+
"provider": "openai",
|
|
140
|
+
"description": "OpenAI o3-mini - fast reasoning model with strong performance.",
|
|
141
|
+
"reasoningEffort": "medium",
|
|
142
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "o1-pro",
|
|
146
|
+
"label": "o1-pro",
|
|
147
|
+
"provider": "openai",
|
|
148
|
+
"description": "OpenAI o1-pro - professional tier reasoning for complex analysis and coding.",
|
|
149
|
+
"reasoningEffort": "high",
|
|
150
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "o1",
|
|
154
|
+
"label": "o1",
|
|
155
|
+
"provider": "openai",
|
|
156
|
+
"description": "OpenAI o1 - reasoning model optimized for STEM and code.",
|
|
157
|
+
"reasoningEffort": "high",
|
|
158
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "o1-mini",
|
|
162
|
+
"label": "o1-mini",
|
|
163
|
+
"provider": "openai",
|
|
164
|
+
"description": "OpenAI o1-mini - lightweight reasoning model for quick problem solving.",
|
|
165
|
+
"reasoningEffort": "medium",
|
|
166
|
+
"capabilities": ["chat", "reasoning", "tools", "streaming"]
|
|
167
|
+
},
|
|
120
168
|
{
|
|
121
169
|
"id": "claude-sonnet-4-5-20250929",
|
|
122
170
|
"label": "sonnet-4.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "erosolar-cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.306",
|
|
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.js",
|
|
6
6
|
"type": "module",
|