zyr-cli-agent
v1.0.8
Published
Autonomous terminal Agent Mind powered by ZYR 4 Beast.
Readme
ZYR CLI Agent
Autonomous terminal Agent Mind powered by ZYR 4 Beast. Install it globally, run zyr, and give it a task in your project directory.
Install
npm install -g zyr-cli-agentUsage
zyr
zyr "fix the failing tests"
zyr --dir ./app "add a health check endpoint"
zyr --model zyr-4-beast --auto-approve "format and build this project"
zyr updateIn interactive mode, press Ctrl+P to open the model menu. After choosing a model, the effort menu opens with low, medium, high, and deep thinking.
Press Ctrl+Y at the prompt to toggle Allow for me. When it is on, risky tools run without asking for each approval.
The Agent Mind answers casual greetings directly and avoids inspecting ZYR CLI Agent internals by default.
SL Sub-Agents
For broad codebase exploration, the Agent Mind can launch read-only SL sub-agents automatically. Ask where are the sub-agents? or what did the sub-agents find? to get their status.
API Key
On first launch, the CLI prompts for your ZYR API key and saves it under ~/.zyr-cli-agent/config.json.
You can also set ZYR_API_KEY for one command.
Safety
File writes, edits, deletes, directory creation, shell commands, and git commits ask for approval by default. Use --auto-approve only inside trusted projects.
