GLMT Controls
GLMT (GLM with Thinking) enables thinking/reasoning mode for GLM models, providing visible reasoning steps before answers.Usage
How It Works
GLMT runs a local proxy that:- Intercepts requests to Claude CLI
- Routes to GLM API with thinking enabled
- Transforms response to show thinking blocks
Configuration
GLMT is automatically configured when you set up a GLM profile. The proxy handles the thinking block transformation.Troubleshooting
Thinking Blocks Not Visible
-
Enable debug logging:
-
Check raw response:
-
Scenarios:
- reasoning_content present: Transformation issue
- reasoning_content absent: API issue
Proxy Startup Timeout
Error: “Proxy startup timeout (5s)” Solutions:Duplicate Lines
Symptom: Two spinner lines during thinking Cause: Terminal rendering (not CCS issue) Solutions:- Use native terminal (iTerm2, GNOME Terminal, Windows Terminal)
- Exit tmux/screen before running
