+1
-1
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
| import { handleSlashCommand } from "./slashCommands.js"; | ||
| const VERSION = "1.5.2"; | ||
| const VERSION = "1.5.3"; | ||
| const COMPACT_BETA = "compact-2026-01-12"; | ||
@@ -46,0 +46,0 @@ const PLAN_MODE_BLOCK = `Plan mode is active. Before calling any tool that mutates state (write_file, edit_file, shell that modifies the system, shell_background, shell_kill) or making non-trivial changes, propose a numbered plan and wait for the user's explicit approval (e.g. "ok", "go", "proceed"). Read-only investigation tools (read_file, list_dir, grep, network_check, service_check, shell_status, subagent, web_search) may be used freely to inform the plan. Once approved, execute the plan step by step, narrating progress.`; |
+2
-2
| { | ||
| "name": "arnie-cli", | ||
| "version": "1.5.2", | ||
| "version": "1.5.3", | ||
| "description": "Portable IT troubleshooting companion powered by Claude — networking, AD, Windows Update, package managers, log triage, hardware checks, dev environments.", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@anthropic-ai/sdk": "^0.95.1", | ||
| "@anthropic-ai/sdk": "^0.100.1", | ||
| "chalk": "^5.6.2", | ||
@@ -53,0 +53,0 @@ "zod": "^4.4.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
803760
0.02%9297
0.03%22
4.76%+ Added
- Removed
Updated