qwen-code/packages/web-shell/client
ytahdn 0ef3a76bda
feat(web-shell): add artifact right panel (#6591)
* feat(web-shell): add artifact right panel

* fix(web-shell): address artifact panel review feedback

* fix(web-shell): handle artifact panel review edge cases

* fix(web-shell): tighten scheduled task parsing

* fix(web-shell): address artifact panel review followups

* fix(web-shell): guard large file diff stats

* fix(web-shell): address review panel suggestions

* test(webui): stabilize heartbeat prompt cleanup test

* fix(web-shell): address artifact review refresh issues

* test(web-shell): stabilize ChatPane artifact hook mock

* fix(web-shell): clear stale session artifacts while loading

* fix(web-shell): preserve artifact tabs during refresh

* fix(web-shell): address artifact review followups

* fix(web-shell): respect workspace cwd for artifact outputs

* fix(web-shell): scope artifact panel actions to pane

* fix(web-shell): resolve split pane merge conflict

* fix(web-shell): clear stale artifact panel state

* fix(web-shell): preserve leading turn outputs

* fix(web-shell): tighten turn output selectors

* fix(web-shell): harden artifact preview sanitizer

* fix(web-shell): address artifact panel review regressions

* fix(web-shell): reconcile split pane artifact snapshots

* fix(web-shell): clear pane artifacts on session switch

* fix(web-shell): clear stale right panel snapshots

* fix(web-shell): repair scheduled task hint string

---------

Co-authored-by: ytahdn <ytahdn@gmail.com>
Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com>
2026-07-11 00:13:49 +00:00
..
adapters fix(serve): classify interrupted model stream errors (#6422) 2026-07-07 13:38:56 +00:00
assets/icons feat(web-shell): add MCP mentions and iconized @ references (#6279) 2026-07-04 02:13:42 +00:00
completions feat(web-shell): add custom at mention panel (#6242) 2026-07-05 01:17:35 +00:00
components feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
config feat(browser-ext): revive Chrome extension via daemon-direct architecture (#5777) 2026-06-28 15:57:31 +00:00
constants fix(web-shell): stabilize slash command i18n in split-view panes (#6546) 2026-07-08 14:57:12 +00:00
e2e Add harness infrastructure for web-shell package (#6517) 2026-07-09 08:11:58 +00:00
extensions Add harness infrastructure for web-shell package (#6517) 2026-07-09 08:11:58 +00:00
hooks feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
styles feat(web-shell): show Settings and Daemon Status as an in-place panel (#6341) 2026-07-06 05:06:46 +00:00
test feat(cli): forward ask_user_question answers from SDK can_use_tool (#6655) 2026-07-10 23:53:46 +00:00
utils feat(web-shell): workspace management sidebar with dynamic registration (daemon multi-workspace phase 4) (#6625) 2026-07-10 16:30:20 +00:00
voice Add harness infrastructure for web-shell package (#6517) 2026-07-09 08:11:58 +00:00
App.module.css feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
App.test.tsx feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
App.tsx feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
build-artifact.test.ts refactor(web-shell): restructure chat UI (#5775) 2026-06-23 22:43:19 +08:00
customization.tsx feat(web-shell): add context mention customization (#6578) 2026-07-10 08:46:43 +00:00
i18n.tsx feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
index.html Add harness infrastructure for web-shell package (#6517) 2026-07-09 08:11:58 +00:00
index.test.tsx fix(web-shell): defer session creation until first prompt (#6066) 2026-07-01 14:04:37 +00:00
index.ts feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
index.tsx feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
main.tsx fix(web-shell): mobile UX — safe areas, overscroll, native-app feel (#6142) 2026-07-02 12:12:39 +00:00
midTurnDedup.test.ts feat(daemon): deliver web-shell mid-turn messages into the running turn (#5175) 2026-06-16 16:16:47 +08:00
midTurnDedup.ts feat(daemon): deliver web-shell mid-turn messages into the running turn (#5175) 2026-06-16 16:16:47 +08:00
themeContext.ts feat(web-shell): daemon web-shell improvements — token usage, settings, retry, streaming metrics, hidden commands (#5066) 2026-06-13 02:58:08 +00:00
vite-env.d.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00