Latest
Sign InSign Up
Home
Resources
DocsTaskmasterHamster StudioCareersAbout
Latest
Sign InSign Up

Same-day shipping for your product team

© 2026 Wheel Go Fast, Inc. All Rights Reserved.

GitHub
Latest
Resources
  • Docs
  • Careers
  • About
Legal
  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Z.ai Coding Plan Provider & Auto-Update Improvements

Added separate Z.ai provider for Coding Plan subscription endpoint and improved auto-update experience with automatic restarts.

← Taskmaster 0.30.0
Taskmaster 0.31.0 →

Patch Changes

  • #1370 9c3b273 Thanks @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 endpoint
    • zai-coding / glm-4.6 - Coding Plan endpoint
  • #1371 abf46b8 Thanks @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!