ak127a

Results 8 comments of ak127a

+1 On M3 Macbook + iTerm2 the popup feels slow

Yes please! Can we get this merged?

+1. Not working for me either. I see "Tmux Session saved" but there's nothing in my configured directory ``` set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @resurrect-save 'S' set -g @resurrect-restore...

Update: Changing save dir to absolute path worked. ``` set -g @resurrect-dir '/home/ak/.tmux_resurrect' ```

@musistudio https://github.com/musistudio/claude-code-router/issues/473#issuecomment-3204186977, could you please answer. I do not want to see this pre-flight check took longer. where can I fix this?

I ran with debug mode, I can't comprehend this log...could someone see what's going wrong here? ``` > run bash npm run dev [log_8a86d5] sending request { method: 'post', url:...

Here's my `~/.claude-code-router/config.json` ``` { "LOG": true, "LOG_LEVEL": "debug", "CLAUDE_PATH": "", "HOST": "127.0.0.1", "PORT": 3456, "APIKEY": "", "API_TIMEOUT_MS": "600000", "PROXY_URL": "", "transformers": [], "Providers": [ { "name": "qwen-cli", "api_base_url": "https://portal.qwen.ai/v1/chat/completions",...