v2.11.1

Released June 13, 2026 · View on GitHub →

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

[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.

Downloads

Install with npm install -g codeep@2.11.1 or brew install vladoivankovic/codeep/codeep.