Patch Changes
-
#1370
9c3b273Thanks @Crunchyman-ralph! - Add support for ZAI (GLM) Coding Plan subscription endpoint as a separate provider. Users can now select between two ZAI providers:- zai: Standard ZAI endpoint (
https://api.z.ai/api/paas/v4/) - zai-coding: Coding Plan endpoint (
https://api.z.ai/api/coding/paas/v4/)
Both providers use the same model IDs (glm-4.6, glm-4.5) but route to different API endpoints based on your subscription. When running
tm models --setup, you'll see both providers listed separately:zai / glm-4.6- Standard endpointzai-coding / glm-4.6- Coding Plan endpoint
- zai: Standard ZAI endpoint (
-
#1371
abf46b8Thanks @Crunchyman-ralph! - Improved auto-update experience:- updates now happen before your CLI command runs and automatically restart to execute your command with the new version.
- No more manual restarts needed!