Hotfix: the Z.AI default wasglm-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 plainglm-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.