This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
ReleasePort's take
Light signalCodeep v1.3.42 corrects the default Z.AI model from non-existent glm-4.7 to glm-5.1, and removes obsolete model entries from cost tracking.
Why it matters: Codeep v1.3.42 corrects the default Z.AI model to glm-5.1 and removes obsolete entries; update if you use Z.AI integration to ensure accurate model defaults and cost tracking.
Summary
AI summaryDefault model changed from non-existent glm-4.7 to existing glm-5.1 and obsolete Z.AI model entries removed.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Default Z.AI model changed from glm-4.7 to glm-5.1 Default Z.AI model changed from glm-4.7 to glm-5.1 Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Removed obsolete glm-4.7-flash and glm-4.5-air entries from tokenTracker Removed obsolete glm-4.7-flash and glm-4.5-air entries from tokenTracker Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
Fixed
- Default model
glm-4.7did not exist in the Z.AI catalogue.
src/config/index.tsshipped withmodel: 'glm-4.7'as the
cold-start default for thez.aiprovider, butsrc/config/providers.ts
only advertisesglm-5.1,glm-5-turbo, andglm-5. Fresh installs
therefore booted with a model id that wasn't in any picker — the
first send had to be preceded by a manual model switch, and any
client (Mac / iOS / web dashboard) reading the config saw an unknown
model. Default is nowglm-5.1, matching whatproviders.tslists
as the Z.AI default. config.test.tsupdated to the new default so the validation
test stays in sync.
Removed
- Obsolete Z.AI model entries in
tokenTracker.ts. Pricing and
context-window rows forglm-4.7-flashandglm-4.5-airwere
never reachable through the provider catalogue (providers.ts
retired both during the GLM-5 rebrand). They only produced phantom
cost estimates if a user typed those ids in by hand. Dropping them
keeps the tracker's tables in lockstep with the canonical provider
list.
Breaking Changes
- Default model in `src/config/index.ts` changed from `glm-4.7` (non‑existent) to `glm-5.1`, matching advertised provider list.
- Removed obsolete Z.AI model entries for `glm-4.7-flash` and `glm-4.5-air` from `tokenTracker.ts`.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Codeep
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]