yethi-code
v1.0.7
Published
YETHI CODE - A powerful CLI coding agent for your terminal. All features unlocked.
Maintainers
Readme
YETHI CODE
A powerful CLI coding agent for your terminal. Fork of Claude Code with all feature flags and hidden features enabled.
Installation
npm install -g yethi-codeUsage
# Start interactive session
yethi
# One-shot prompt
yethi -p "explain this codebase"
# Continue last conversation
yethi --continue
# Use a specific model
yethi --model claude-sonnet-4-20250514
# Use custom API base URL
CLAUDE_CODE_BASE_URL=https://your-proxy.com/v1 yethiFeatures
All features are enabled out of the box:
- All Feature Flags Enabled - Every internal feature flag is turned on
- Internal User Type (ant) - Full access to all internal/experimental features
- Custom API Base URL - Set
CLAUDE_CODE_BASE_URLenvironment variable to use any compatible API endpoint - All Models Allowed - Use any model string, no allowlist restrictions
- Full Tool Suite - All tools including experimental ones are available
- All Commands - Every command including internal ones are accessible
Environment Variables
| Variable | Description |
|----------|-------------|
| ANTHROPIC_API_KEY | Your Anthropic API key |
| CLAUDE_CODE_BASE_URL | Custom API base URL (e.g., for proxies or compatible APIs) |
| YETHI_ALLOW_ALL_MODELS | Set to false to re-enable model allowlist (default: all models allowed) |
Requirements
- Node.js >= 18.0.0
- An Anthropic API key or compatible API endpoint
License
MIT
