openclaw/src/config
mneves75 f7b32195cb feat(agent): auto-enable GLM-4.7 thinking mode
Add automatic thinking mode support for Z.AI GLM-4.x models:
- GLM-4.7: Preserved thinking (clear_thinking: false)
- GLM-4.5/4.6: Interleaved thinking (clear_thinking: true)

Uses Z.AI Cloud API format: thinking: { type: "enabled", clear_thinking: boolean }

Includes patches for pi-ai, pi-agent-core, and pi-coding-agent to pass
extraParams through the stream pipeline. User can override via config
or disable via --thinking off.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 04:10:56 +01:00
..
cache-utils.ts fix: persist topic session files 2026-01-07 22:56:50 +00:00
config.test.ts fix(discord): cap lines per message 2026-01-08 04:06:25 +01:00
config.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
defaults.ts chore: fix lint warnings 2026-01-06 05:41:24 +01:00
group-policy.ts feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
io.ts feat: add ack reaction defaults 2026-01-06 03:28:47 +00:00
legacy-migrate.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
legacy.ts fix: clean model config typing 2026-01-06 01:08:36 +00:00
model-alias-defaults.test.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
paths.test.ts fix(ci): stabilize windows tests 2026-01-08 02:44:19 +00:00
paths.ts fix(ci): stabilize windows paths 2026-01-08 03:03:03 +00:00
port-defaults.ts feat: add --dev/--profile CLI profiles 2026-01-05 01:27:13 +01:00
schema.test.ts feat: unify onboarding + config schema 2026-01-03 16:48:08 +01:00
schema.ts fix(discord): cap lines per message 2026-01-08 04:06:25 +01:00
sessions.cache.test.ts fix: harden session caching and topic transcripts 2026-01-07 22:51:26 +00:00
sessions.test.ts fix(ci): stabilize windows tests 2026-01-08 02:44:19 +00:00
sessions.ts fix(ci): stabilize windows paths 2026-01-08 03:03:03 +00:00
talk.ts refactor: split config module 2026-01-04 07:05:17 +01:00
types.ts feat(agent): auto-enable GLM-4.7 thinking mode 2026-01-08 04:10:56 +01:00
ui-seam-color.test.ts feat: add ui.seamColor accent 2025-12-30 04:14:36 +01:00
validation.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
zod-schema.ts feat(agent): auto-enable GLM-4.7 thinking mode 2026-01-08 04:10:56 +01:00