mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-29 19:42:37 +00:00
* feat(web-shell): make compact view the only mode Remove the ui.compactMode toggle (Ctrl+O shortcut, settings persistence, help entry, i18n copy) and fix the compact rendering on for every message surface via a single root CompactModeContext provider — main chat, split panes, subagent detail panel and the drawer variant. The daemon-side setting registration stays untouched; the web shell keeps it hidden from the settings panel. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> * fix(web-shell): address compact-mode retirement review feedback (#9993) - Mark ui.compactMode retired everywhere in the settings docs and schema description (regenerated), matching the always-on compact view; mark the long-gone ui.compactInline row as removed. - Keep Ctrl+O suppressed globally after the toggle removal so the key never falls through to the browser's Open File dialog, with a pinning unit test. - Add discriminating coverage: a settings-panel test that fails if ui.compactMode leaves HIDDEN_SETTING_KEYS, and an e2e spec asserting the merged compact summary row so flipping the app-level provider fails. * fix(web-shell): address round-2 compact-mode retirement review (#9993) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> * fix(web-shell): revert out-of-footprint test-config guard (#9993) The verification gate rejected the round-2 commit because it added dangerouslyIgnoreUnhandledErrors to packages/web-shell/vitest.config.ts, a test-config file this PR never legitimately touched. Review feedback cannot authorize changes to CI/verification machinery, so revert the file to main. The failing Windows/macOS test lanes the guard targeted are escalated to a maintainer as an open question instead. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> --------- Co-authored-by: 钉萁 <dingqi.jww@alibaba-inc.com> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| design | ||
| developers | ||
| e2e-tests | ||
| images | ||
| plans | ||
| superpowers | ||
| users | ||
| verification/abort-controller-refactor | ||
| _meta.ts | ||
| index.md | ||