qwen-code/packages
Shaojin Wen cc742ca31e
fix(web-shell): keep git mode popover open when picking branch/worktree (#7668)
Clicking the "New branch" or "Worktree" option dismissed the popover
instead of revealing the branch-name input / confirm button. The option
click bubbles as a React synthetic event through the portal up to the
composer surface onClick, which calls core.focus() and moves focus
outside the popover — tripping the Radix focus-outside dismissal (the
popover only guarded the pointer path via onInteractOutside).

Stop click propagation on the popover content, matching the composer
ToolbarPopover pattern in ChatEditor. Also fix the e2e selectors
(getByText('New branch') matched both the name and description spans)
and add a delayed still-open assertion so the flash-then-dismiss
regression cannot false-pass.
2026-07-24 12:36:34 +00:00
..
acp-bridge fix(acp-bridge): resource hardening for the session event pipeline (DAEMON-009/010/011) (#7622) 2026-07-24 04:44:10 +00:00
audio-capture chore(release): v0.20.1 (#7461) 2026-07-22 02:00:22 +00:00
channels fix(channels): ignore idle ACP cancellation errors (#7598) 2026-07-24 00:56:00 +00:00
chrome-extension chore(release): v0.20.1 (#7461) 2026-07-22 02:00:22 +00:00
cli fix(cli): align all TUI icon columns to a uniform 2-col width (#7633) 2026-07-24 11:48:55 +00:00
core feat(core): add bounded Goal evidence verification (#7639) 2026-07-24 09:54:24 +00:00
cua-driver fix(mcp): add opt-in model payload filtering (#7413) 2026-07-21 09:49:04 +00:00
desktop fix: support context-inheriting subagents in headless mode (#7378) 2026-07-21 12:33:13 +00:00
mobile-mcp chore(release): v0.20.1 (#7461) 2026-07-22 02:00:22 +00:00
sdk-java fix(sdk-java): Harden daemon transport reliability (#7603) 2026-07-24 04:22:05 +00:00
sdk-python fix(sdk-python): validate max_tool_calls and max_subagent_depth as integers (#7548) 2026-07-23 08:45:13 +00:00
sdk-typescript feat(web-shell): add git mode selector for new session creation (#7471) 2026-07-24 03:48:43 +00:00
vscode-ide-companion feat(core): add configurable image generation models (#7607) 2026-07-24 09:03:18 +00:00
web-shell fix(web-shell): keep git mode popover open when picking branch/worktree (#7668) 2026-07-24 12:36:34 +00:00
web-templates chore(release): v0.20.1 (#7461) 2026-07-22 02:00:22 +00:00
webui feat(web-shell): add git mode selector for new session creation (#7471) 2026-07-24 03:48:43 +00:00
zed-extension chore(deps): upgrade ink 6.2.3 → 7.0.2 + bump Node engine to 22 (#3860) 2026-05-11 17:29:50 +08:00