Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@poping/yome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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