Commit Graph

3 Commits

Author SHA1 Message Date
Jack Rudenko 2d14b27e79
Add Windows compatibility fixes
- 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>
2025-11-28 21:38:21 +11:00
Jack Rudenko 88863718ab
Update landing page GitHub URLs to new repo
- 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>
2025-11-28 21:26:08 +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