Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

arnie-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arnie-cli - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+1
-1
dist/cli.js

@@ -35,3 +35,3 @@ #!/usr/bin/env node

import { handleSlashCommand } from "./slashCommands.js";
const VERSION = "1.1.1";
const VERSION = "1.1.2";
const COMPACT_BETA = "compact-2026-01-12";

@@ -38,0 +38,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.`;

{
"name": "arnie-cli",
"version": "1.1.1",
"description": "Portable IT troubleshooting companion powered by Claude",
"version": "1.1.2",
"description": "Portable IT troubleshooting companion powered by Claude — networking, AD, Windows Update, package managers, log triage, hardware checks, dev environments.",
"keywords": [
"claude",
"anthropic",
"ai",
"cli",
"troubleshooting",
"it",
"sysadmin",
"windows",
"linux",
"macos",
"agent",
"tool-use",
"developer-tools"
],
"author": "askalf (https://github.com/askalf)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/askalf/arnie.git"
},
"homepage": "https://github.com/askalf/arnie",
"bugs": {
"url": "https://github.com/askalf/arnie/issues"
},
"type": "module",

@@ -12,3 +37,4 @@ "bin": {

"dist/**/*",
"README.md"
"README.md",
"LICENSE"
],

@@ -15,0 +41,0 @@ "scripts": {