@mesosfer-org/ozon-cli
v1.4.15
Published
CLI Agent for Ozon
Readme
@mesosfer-org/ozon-cli
Ozon CLI is a command-line developer coding agent that runs directly in your terminal, assisting you with filesystem searches, file modification, and command execution.
Installation
Install Ozon CLI globally using npm:
npm install -g @mesosfer-org/ozon-cliGetting Started
1. Login to your account
Autheticate the CLI with your developer credentials via the secure browser device flow:
ozon login2. Launch interactive coding chat
Start the agent session in your workspace directory:
ozon chat3. Manage background tasks
Open the dashboard to view or monitor active background agents:
ozon agentsCommands
ozon login- Authenticate CLI via browser device codeozon logout- Clear local session tokenozon chat- Open the agent's interactive terminal chat loopozon bg <task>- Run an agent task autonomously in the backgroundozon agents- Open the live dashboard panel monitoring background tasksozon agent-log <id>- Stream full log files for a background agentozon run <skill>- Execute a pre-defined team skill / workflow
Development
To build the CLI package from source:
# Install dependencies
npm install
# Compile TypeScript
npm run build
# Link CLI locally for testing
npm link