erosolar-cli 1.7.46 → 1.7.47
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.
|
@@ -214,13 +214,6 @@
|
|
|
214
214
|
"description": "Google Gemini 2.5 Flash for lower-latency edits and iterative coding.",
|
|
215
215
|
"capabilities": ["chat", "tools", "streaming", "multimodal"]
|
|
216
216
|
},
|
|
217
|
-
{
|
|
218
|
-
"id": "gemini-2.5-pro",
|
|
219
|
-
"label": "gemini-2.5-pro",
|
|
220
|
-
"provider": "google",
|
|
221
|
-
"description": "Google Gemini 2.5 Pro - most capable model with advanced reasoning.",
|
|
222
|
-
"capabilities": ["chat", "reasoning", "tools", "streaming", "multimodal"]
|
|
223
|
-
},
|
|
224
217
|
{
|
|
225
218
|
"id": "llama3.1:8b",
|
|
226
219
|
"label": "llama3.1:8b",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "erosolar-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.47",
|
|
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",
|