Skip to content

Codeep

v1.3.42 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent ai-agents ai-tools cli-app

ReleasePort's take

Light signal
editorial:auto 13d

Codeep 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 summary

Default model changed from non-existent glm-4.7 to existing glm-5.1 and obsolete Z.AI model entries removed.

Changes in this release

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.7 did not exist in the Z.AI catalogue.
    src/config/index.ts shipped with model: 'glm-4.7' as the
    cold-start default for the z.ai provider, but src/config/providers.ts
    only advertises glm-5.1, glm-5-turbo, and glm-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 now glm-5.1, matching what providers.ts lists
    as the Z.AI default.
  • config.test.ts updated 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 for glm-4.7-flash and glm-4.5-air were
    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

Track Codeep

Get notified when new releases ship.

Sign up free

About Codeep

All releases →

Related context

Earlier breaking changes

  • v2.4.1 MiniMax M3 replaces MiniMax-M2.7 as default model across all providers.
  • v2.0.0 McpServer protocol now optional fields `command`, `args`, plus new `url` and `headers`; version bumped to 2.0.0.

Beta — feedback welcome: [email protected]