Commit graph

2 commits

Author SHA1 Message Date
ytahdn
694eea27e7
perf(web-shell): optimize long session rendering (#7408)
* perf(web-shell): optimize long session rendering

* test(web-shell): align long-session expectations

* fix(web-shell): address long-session review feedback

* test(web-shell): cover bounded refresh metadata and auto-pagination status suppression

* fix(web-shell): harden long-session refresh fallback and turn animation (#7408)

---------

Co-authored-by: ytahdn <ytahdn@gmail.com>
Co-authored-by: Qwen Autofix <autofix@qwen-code.dev>
2026-07-22 03:28:47 +00:00
Changxiao Ruan
9b6da8e604
feat(webshell): replay ChatRecord history in readonly WebShell (#6999)
* feat(web-shell): add readonly transcript renderer

* feat(transcript): project chat records to daemon transcript

* chore: remove unrelated merge changes

* fix(cli): align transcript replay test mock

* fix(transcript): preserve replay metadata and todo context

Keep vision disclosures and assistant usage visible across tool replay boundaries.

Propagate plan tool-call identity through daemon projection and provide Todo contexts in WebShell so snapshots remain independent. Accept session_source records and cover the cross-layer behavior with regression tests.

* docs(transcript): translate designs and remove benchmark table

---------

Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com>
2026-07-19 00:09:44 +00:00