@sobers/yome
v0.0.2
Published
Yome CLI — AI coding agent
Readme
Yome CLI
AI coding agent in your terminal.
Install
npm install -g @sobers/yomeOr run directly with npx:
npx @sobers/yomeConfiguration
Environment Variables
export YOME_BASE_URL=https://dashscope.aliyuncs.com/apps/anthropic
export YOME_API_KEY=sk-
export YOME_MODEL=qwen-plus| Variable | Description | Default |
|---|---|---|
| YOME_API_KEY | API key | - |
| YOME_BASE_URL | API base URL | https://zenmux.ai/api |
| YOME_MODEL | Model name | - |
| YOME_PROVIDER | API provider: anthropic or openai | auto-detected |
CLI Flags
yome --key sk-xxx --base-url https://api.anthropic.com
yome --model qwen-plus --provider openaiFlags will be saved to ~/.yome/config.json for future use.
Usage
# Interactive mode
yome
# With a prompt
yome "help me read package.json"
# Set config and run
yome --key sk-xxx --base-url https://dashscope.aliyuncs.com/apps/anthropic