Skip to content

v2.11.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:07
· 5 commits to main since this release

Hotfix: the Z.AI default was glm-5.2[1m], but the API rejects that id ("Unknown Model", code 1211) — so a fresh Z.AI session failed on its first request. The default is now plain glm-5.2 (which works), and the non-working [1m] variant is removed from the picker.

Fixed

  • Z.AI default model glm-5.2[1m] returned "Unknown Model". The 1M-context
    [1m] suffix from the devpack docs isn't accepted by the Z.AI chat API
    endpoints Codeep uses, so it 400'd on every request. The default (and
    cold-start default) is now glm-5.2, and glm-5.2[1m] is dropped from all
    four Z.AI providers' model lists. If your config still points at
    glm-5.2[1m], switch with /model glm-5.2.