kimi-code/apps/kimi-web/test
qer 11a387423a fix(web): preserve persisted thinking level before models load
coerceThinkingForModel returned 'on' for any non-'off' level when the
active model was still undefined (catalog not loaded yet), which
rewrote a persisted/default effort like 'high' to 'on' and silently
dropped the model's declared effort on later prompts. Keep the
requested level as-is until loadModels() re-runs coercion with the
real model.

Addresses Codex P1 review on modelThinking.ts.
2026-07-03 19:12:16 +08:00
..
agent-event-projector.test.ts feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00
attachment-upload.test.ts feat(web): preserve side panel and scope input history per session (#1181) 2026-06-29 01:52:08 +08:00
chat-turn-rendering.test.ts refactor(web): extract pure turn-rendering helpers from ChatPane (#1001) 2026-06-23 15:20:00 +08:00
clipboard.test.ts fix(web): make clipboard copy work over plain HTTP (#1044) 2026-06-23 22:21:10 +08:00
composer-draft.test.ts fix(web): clear composer draft synchronously on send (#1163) 2026-06-28 01:55:04 +08:00
event-batcher.test.ts fix: reduce streaming stutter in the web chat (#1085) 2026-06-25 13:06:38 +08:00
event-reducer.test.ts feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00
input-history.test.ts feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00
lib-logic.test.ts fix(web): preserve persisted thinking level before models load 2026-07-03 19:12:16 +08:00
mention-menu.test.ts refactor(web): extract @-mention menu into a composable (#1030) 2026-06-23 18:38:50 +08:00
notification-logic.test.ts feat(web): add completion sound and question notifications (#1179) 2026-06-28 21:02:00 +08:00
slash-menu.test.ts refactor(web): extract slash-command menu into a composable (#1026) 2026-06-23 18:17:48 +08:00
sound-notification.test.ts feat(web): add completion sound and question notifications (#1179) 2026-06-28 21:02:00 +08:00
storage-logic.test.ts feat(web): add completion sound and question notifications (#1179) 2026-06-28 21:02:00 +08:00
turn-logic.test.ts feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00
workspace-order.test.ts feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00
workspace-state.test.ts feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00