- Add z-ai/glm-4.6 to OPENROUTER_MODELS and MODEL_INFO
- Update for-agents.md: GLM-4.6 for quick tasks, tests, parallel workers
- Set GLM-4.6 as default for haiku and subagent roles
- No OpenRouter key needed - direct Z.AI API
This change encourages GLM-4.6 usage for:
- Quick tasks (replaces grok-code-fast-1)
- Test validation
- Parallel sub-agents
- Any cost-sensitive operations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add ZaiHandler for direct Z.AI API integration
- Add z-ai/glm-4.6 to recommended models
- Support ZAI_API_KEY environment variable
- Bypass OpenRouter for z-ai/* models
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add profile system for managing model mappings per use case
- New commands: claudish init, claudish profile (list/add/remove/use/show/edit)
- Support -p/--profile flag to select profile at runtime
- Replace Ink with @inquirer/prompts for better compatibility
- Add fuzzy search model selection with @inquirer/search
- Config stored at ~/.claudish/config.json
- Each profile maps opus/sonnet/haiku/subagent to OpenRouter models
- Profile models are applied as defaults, CLI flags override
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Replace `which` command with `where` on Windows for CLI detection
- Use `os.tmpdir()` instead of hardcoded `/tmp/` paths
- Create cross-platform Node.js script for status line (Windows)
while keeping optimized bash script for Unix
- Remove SIGHUP signal handler on Windows (not supported)
- Add `shell: true` to spawn/exec commands for Windows .cmd files
- Use Windows-appropriate cache directory (AppData\Local)
Fixes #windows-compatibility
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Change all GitHub links from MadAppGang/claude-code/mcp/claudish
to MadAppGang/claudish
- Update README with cleaner formatting
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
A proxy server that enables Claude Code to work with any OpenRouter model
(Grok, GPT-5, Gemini, DeepSeek, etc.) with automatic message transformation.
Features:
- Model-specific adapters for Grok, Gemini, OpenAI, DeepSeek, Qwen, MiniMax
- Interactive and single-shot CLI modes
- MCP server support
- Monitor mode for debugging
- Comprehensive test suite
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>