Skip to content

[codex] default to glm-5.1#2

Merged
ChunkyMonkey11 merged 1 commit into
mainfrom
codex/glm-5-1-default
Jun 2, 2026
Merged

[codex] default to glm-5.1#2
ChunkyMonkey11 merged 1 commit into
mainfrom
codex/glm-5-1-default

Conversation

@ChunkyMonkey11
Copy link
Copy Markdown
Owner

@ChunkyMonkey11 ChunkyMonkey11 commented Jun 2, 2026

What changed

  • Switched the NVIDIA default routing path to z-ai/glm-5.1.
  • Kept glm, qwen, and smoke as explicit alternatives, with clearer tradeoffs in docs and CLI help.
  • Bumped the package version to 0.1.2 and tagged the release as v0.1.2.

Why

  • The previous default model had a smaller context window and could fail on long Claude Code prompts.
  • GLM-5.1 gives a much larger context window, which makes the default onboarding and demo path more reliable.

Impact

  • Fresh installs now default to the long-context NVIDIA model.
  • Users still have access to slower/higher-reasoning and fallback profiles when they want them.
  • The router now handles context overflow cases more gracefully and surfaces a clearer error when the prompt itself is too large.

Validation

  • npm test -- tests/status.test.ts tests/profile.test.ts tests/claudia-config.test.ts tests/openai.test.ts
  • npm run build

@ChunkyMonkey11 ChunkyMonkey11 marked this pull request as ready for review June 2, 2026 22:18
@ChunkyMonkey11 ChunkyMonkey11 merged commit ed5fb10 into main Jun 2, 2026
4 of 6 checks passed
@ChunkyMonkey11 ChunkyMonkey11 deleted the codex/glm-5-1-default branch June 2, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant