Schema-validated autonomous CLI agent with guarded execution, local RAG, and memory-scoped planning.
No confirmed malicious attack surface. This is an explicitly invoked local coding agent that can send retrieved project text to a user-selected LLM provider and apply user-approved plans.
bin/ai.js invokes an LLM plan and can execute its commands when the user runs the CLI.
bin/ai.jsView on unpkgsrc/planner/model.js sends selected project RAG snippets to the user-configured AI provider.
src/planner/model.jsView on unpkgsrc/executor/executeCommands.js uses shell execution for approved planned commands.
src/executor/executeCommands.jsView on unpkgbin/ai.js invokes an LLM plan and can execute its commands when the user runs the CLI.
bin/ai.jsView on unpkgsrc/planner/model.js sends selected project RAG snippets to the user-configured AI provider.
src/planner/model.jsView on unpkgsrc/executor/executeCommands.js uses shell execution for approved planned commands.
src/executor/executeCommands.jsView on unpkg