qwen-code/packages/web-shell/client/hooks
ytahdn d40ec04139
Some checks failed
E2E Tests / E2E Test (Linux) - sandbox:docker - shard 1/3 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker - shard 2/3 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:docker - shard 3/3 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none - shard 1/3 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none - shard 2/3 (push) Waiting to run
E2E Tests / E2E Test (Linux) - sandbox:none - shard 3/3 (push) Waiting to run
E2E Tests / web-shell Browser Regression (push) Waiting to run
E2E Tests / E2E Test - macOS - shard 1/2 (push) Waiting to run
E2E Tests / E2E Test - macOS - shard 2/2 (push) Waiting to run
E2E Tests / channel-plugin E2E (nightly) (push) Waiting to run
E2E Tests / cron-interactive E2E (nightly) (push) Waiting to run
npm cache producer / Save npm cache (push) Waiting to run
SDK Java / ubuntu-latest / Java 11 (push) Waiting to run
SDK Java / ubuntu-latest / Java 17 (push) Waiting to run
SDK Java / macos-latest / Java 21 (push) Waiting to run
SDK Java / ubuntu-latest / Java 21 (push) Waiting to run
SDK Java / windows-latest / Java 21 (push) Waiting to run
SDK Java / Real daemon E2E / Java 11 (push) Waiting to run
Security Checks / Dependency CVE audit (push) Waiting to run
Security Checks / Secret scan (TruffleHog) (push) Waiting to run
SDK Python / Classify PR (push) Has been cancelled
SDK Python / SDK Python (3.10) (push) Has been cancelled
SDK Python / SDK Python (3.11) (push) Has been cancelled
SDK Python / SDK Python (3.12) (push) Has been cancelled
fix(web-shell): fall back after stale mid-turn rejection (#9732)
Co-authored-by: 钉萁 <dingqi.jww@alibaba-inc.com>
2026-08-22 15:12:18 +00:00
..
daemonSessionMappers.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00
useAnimationFrameTranscriptBlocks.test.tsx perf(web-shell): optimize streaming transcript rendering (#9672) 2026-08-22 06:12:54 +00:00
useAnimationFrameTranscriptBlocks.ts perf(web-shell): optimize streaming transcript rendering (#9672) 2026-08-22 06:12:54 +00:00
useAnimationFrameValue.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00
useAtMentionMenu.test.tsx feat(web-shell): support workspace file uploads (#8874) 2026-08-13 06:42:07 +00:00
useAtMentionMenu.ts feat(web-shell): unify file uploads and references (#9477) 2026-08-20 06:18:34 +00:00
useBackgroundTasks.test.tsx fix(webui): Make cross-session switching transactional (#8882) 2026-08-11 09:38:36 +00:00
useBackgroundTasks.ts fix(webui): Make cross-session switching transactional (#8882) 2026-08-11 09:38:36 +00:00
useComposerCore.dom.test.tsx feat(web-shell): unify file uploads and references (#9477) 2026-08-20 06:18:34 +00:00
useComposerCore.mobile.dom.test.tsx feat: support drag and drop img in web-shell (#8696) 2026-08-10 05:48:17 +00:00
useComposerCore.test.ts fix(web-shell): keep pasted text visible (#8230) 2026-07-31 15:39:10 +00:00
useComposerCore.ts feat(web-shell): unify file uploads and references (#9477) 2026-08-20 06:18:34 +00:00
useDelayedGlobalKeyDown.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00
useExternalLinkOpener.test.ts fix(desktop): open remaining external links through the shell opener (#9111) 2026-08-14 02:14:01 +00:00
useExternalLinkOpener.ts fix(desktop): open remaining external links through the shell opener (#9111) 2026-08-14 02:14:01 +00:00
useFileUpload.test.tsx feat(web-shell): support workspace file uploads (#8874) 2026-08-13 06:42:07 +00:00
useFileUpload.ts feat(web-shell): support workspace file uploads (#8874) 2026-08-13 06:42:07 +00:00
useFilterInput.test.tsx feat(web-shell): overhaul list-dialog interaction, keyboard nav & a11y (#6128) 2026-07-02 12:19:17 +00:00
useFilterInput.ts feat(web-shell): overhaul list-dialog interaction, keyboard nav & a11y (#6128) 2026-07-02 12:19:17 +00:00
useInputHistory.ts fix(web-shell): isolate history and session drafts (#7810) 2026-07-28 01:45:52 +00:00
useIsLargeScreen.test.tsx feat(tui): Ctrl+O frozen transcript view and unified tool output rendering (#5666) 2026-07-09 23:40:29 +00:00
useIsLargeScreen.ts feat(tui): Ctrl+O frozen transcript view and unified tool output rendering (#5666) 2026-07-09 23:40:29 +00:00
useIsTouchComposer.test.tsx fix(web-shell): render a plain textarea composer on touch devices (#7587) 2026-07-23 13:14:25 +00:00
useIsTouchComposer.ts fix(web-shell): render a plain textarea composer on touch devices (#7587) 2026-07-23 13:14:25 +00:00
useListboxKeyboard.test.tsx feat(web-shell): overhaul list-dialog interaction, keyboard nav & a11y (#6128) 2026-07-02 12:19:17 +00:00
useListboxKeyboard.ts feat(web-shell): overhaul list-dialog interaction, keyboard nav & a11y (#6128) 2026-07-02 12:19:17 +00:00
useMessages.test.ts perf(web-shell): optimize streaming transcript rendering (#9672) 2026-08-22 06:12:54 +00:00
useMessages.ts perf(web-shell): optimize streaming transcript rendering (#9672) 2026-08-22 06:12:54 +00:00
useNewSessionSuggestion.test.tsx fix(web-shell): reduce composer input latency (#8015) 2026-07-29 08:06:53 +00:00
useNewSessionSuggestion.ts fix(web-shell): reduce composer input latency (#8015) 2026-07-29 08:06:53 +00:00
useOtherWorkspaceSessions.test.tsx feat(web-shell): Share session catalog scheduling (#8891) 2026-08-11 09:13:14 +00:00
useOtherWorkspaceSessions.ts feat(web-shell): Share session catalog scheduling (#8891) 2026-08-11 09:13:14 +00:00
usePrefersReducedMotion.test.tsx feat(web-shell): enhance composer and empty-session animations (#8098) 2026-07-31 02:20:27 +00:00
usePrefersReducedMotion.ts feat(web-shell): enhance composer and empty-session animations (#8098) 2026-07-31 02:20:27 +00:00
useQueuedPrompts.dom.test.tsx feat(web-shell): adopt canonical Goal v3 controls (#9393) 2026-08-20 12:19:05 +00:00
useQueuedPrompts.midTurnReconcile.test.tsx fix(web-shell): fall back after stale mid-turn rejection (#9732) 2026-08-22 15:12:18 +00:00
useQueuedPrompts.test.ts fix(web-shell): stop stacking duplicate copies when restoring prompt text (#7134) 2026-07-17 22:22:50 +00:00
useQueuedPrompts.ts fix(web-shell): fall back after stale mid-turn rejection (#9732) 2026-08-22 15:12:18 +00:00
useScopedSessions.test.tsx feat(web-shell): Share session catalog scheduling (#8891) 2026-08-11 09:13:14 +00:00
useScopedSessions.ts feat(web-shell): Share session catalog scheduling (#8891) 2026-08-11 09:13:14 +00:00
useSessionArtifacts.test.tsx fix(web-shell): settle parallel-agents collapse and unify agent detail transcript (#9640) 2026-08-21 07:02:51 +00:00
useSessionArtifacts.ts fix(web-shell): settle parallel-agents collapse and unify agent detail transcript (#9640) 2026-08-21 07:02:51 +00:00
useShallowMemo.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00
useSharedNow.ts refactor(web-shell): restructure chat UI (#5775) 2026-06-23 22:43:19 +08:00
useStreamingLoadingMetrics.ts fix(ui): display output tokens instead of cumulative API throughput for subagents (#5972) 2026-06-29 07:27:41 +00:00