{"_id":"@airodeveloper/agentic-cli","name":"@airodeveloper/agentic-cli","dist-tags":{"latest":"1.0.6"},"versions":{"1.0.6":{"name":"@airodeveloper/agentic-cli","version":"1.0.6","description":"Ultra-efficient agentic coding CLI powered by OpenRouter, implemented in Node.js with strict cost discipline.","main":"dist/cli/index.js","bin":{"agentic":"dist/cli/index.js"},"scripts":{"build":"tsc","dev":"ts-node src/cli/index.ts","start":"node dist/cli/index.js","test":"echo \"No tests configured\"","prepare":"tsc"},"engines":{"node":">=18"},"keywords":[],"author":"","license":"ISC","type":"commonjs","dependencies":{"@dqbd/tiktoken":"^1.0.22","axios":"^1.13.5","better-sqlite3":"^12.6.2","commander":"^14.0.3","ignore":"^7.0.5","ts-morph":"^27.0.2"},"devDependencies":{"@types/better-sqlite3":"^7.6.13","@types/node":"^25.2.3","ts-node":"^10.9.2","typescript":"^5.9.3"},"publishConfig":{"access":"public"},"types":"./dist/cli/index.d.ts","_id":"@airodeveloper/agentic-cli@1.0.6","_nodeVersion":"24.13.1","_npmVersion":"11.8.0","dist":{"integrity":"sha512-GVxnNvASzQZnxy7L8+4IbDGCr35wr+Av2pywgmzFc5KJvbtOR+XrNVCHoEUYfLQ+OJrPhbuJYQIJXArAALZWGw==","shasum":"eb0677a07283d2bf85d43f0853e0ef39d2be67a5","tarball":"https://registry.npmjs.org/@airodeveloper/agentic-cli/-/agentic-cli-1.0.6.tgz","fileCount":50,"unpackedSize":113662,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDdsZVkeHmwKJzDktAz/Qz4ZxSPbkVQtX5HajHt8xbtTAIgUKK8v9sDN6fcJXCGDRuReqwdZo7JCd1Ndr+hsKCxgT8="}]},"_npmUser":{"name":"airodeveloper","email":"mohamedaitalla.business@gmail.com"},"directories":{},"maintainers":[{"name":"airodeveloper","email":"mohamedaitalla.business@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/agentic-cli_1.0.6_1770846263242_0.5980957852237647"},"_hasShrinkwrap":false}},"time":{"created":"2026-02-11T21:44:23.098Z","1.0.6":"2026-02-11T21:44:23.407Z","modified":"2026-02-11T21:44:23.660Z"},"maintainers":[{"name":"airodeveloper","email":"mohamedaitalla.business@gmail.com"}],"description":"Ultra-efficient agentic coding CLI powered by OpenRouter, implemented in Node.js with strict cost discipline.","keywords":[],"license":"ISC","readme":"# Agentic CLI (Node.js)\n\nUltra-efficient agentic coding CLI powered by OpenRouter, implemented in Node.js with strict cost discipline.\n\n## Prerequisites\n\n- Node.js (LTS)\n- An OpenRouter API key\n\n## Quick Start\n\n```bash\nexport OPENROUTER_API_KEY=\"sk-or-...\"\ncd agentic-cli\nnpm install\nnpm run build\nnpx agentic chat \"Hello from the agentic CLI\"\n```\n\n## Configuration\n\n- Budgets and model routing defaults are defined in `src/config.ts`.\n- Budget guard persists lightweight cost history in `~/.agentic-cli/budget-usage.json`.\n\n## Status\n\nPhase 1 of the PRD is partially implemented:\n\n- CLI bootstrap with `chat` command\n- OpenRouter client integration\n- Budget guard with per-command, per-hour, and per-month caps\n\nFuture phases will add:\n\n- Context, chunking, and caching engines\n- Full agent loop (PLAN → EXECUTE → VERIFY → REPAIR)\n- Rich command implementations for `build`, `add`, `fix`, `scan`, `test`, `context`, and `logs`\n\n","readmeFilename":"README.md","_rev":"1-0bcac58802ac116eb7f1fcc4112e012e"}