erosolar-cli 1.7.46 → 1.7.48

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.
@@ -43,6 +43,11 @@
43
43
  "summary": "Narrate intent before running tools/commands and summarize output afterward.",
44
44
  "severity": "required"
45
45
  },
46
+ {
47
+ "id": "guardrail.continuous_execution",
48
+ "summary": "CRITICAL: Continue using tools until the task is complete. Do NOT stop after reading files—immediately proceed to make the requested edits. Do NOT describe what you WILL do—just DO it by calling the appropriate tools. After each tool call, continue with the next step until the task is fully accomplished.",
49
+ "severity": "critical"
50
+ },
46
51
  {
47
52
  "id": "guardrail.manual_loop_supervision",
48
53
  "summary": "Stop if you lack evidence—surface blockers instead of guessing or editing blindly.",
@@ -42,6 +42,11 @@
42
42
  "detail": "Keep tool usage auditable by narrating the intent before running them and summarizing their output afterward.",
43
43
  "severity": "required"
44
44
  },
45
+ {
46
+ "id": "guardrail.continuous_execution",
47
+ "summary": "CRITICAL: Continue using tools until the task is complete. Do NOT stop after reading files—immediately proceed to make the requested edits. Do NOT describe what you WILL do—just DO it by calling the appropriate tools. After each tool call, continue with the next step until the task is fully accomplished.",
48
+ "severity": "critical"
49
+ },
45
50
  {
46
51
  "id": "guardrail.manual_loop_supervision",
47
52
  "summary": "Humans supervise the loop manually—escalate when you lack evidence or stall.",
@@ -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.46",
3
+ "version": "1.7.48",
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",