Commit Graph

3 Commits

Author SHA1 Message Date
Jack Rudenko a3303a12db
feat(profiles): Add profile-based model configuration v2.8.0
- 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>
2025-11-28 21:57:03 +11:00
Jack Rudenko 95d716a9e4
Bump version to 2.7.0
Windows compatibility release.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 21:41:51 +11:00
Jack Rudenko 74cf2cd734
Initial commit: Claudish - OpenRouter proxy for Claude Code
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>
2025-11-28 21:25:08 +11:00