-
Notifications
You must be signed in to change notification settings - Fork 3k
refactor!: retire @qwen-code/webui #9812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
146 commits
Select commit
Hold shift + click to select a range
07ce25d
feat(transcript): add cross-host document export pipeline
fffebf2
feat(transcript): wire real VS Code and HTML export consumers
1077fb9
build(deps): sync transcript workspace dependencies
c5d8a53
Merge branch 'main' into codex/backup-feat-web-shell-adapter-before-s…
1e9e2e4
feat(vscode-ide-companion): reuse WebShell transcript UI behind exper…
yiliang114 d9cc214
fix(vscode-ide-companion): grant wasm-unsafe-eval for shiki WASM when…
yiliang114 bff6f3b
fix(transcript): harden export and identity paths
2eeb635
Merge remote-tracking branch 'upstream/main' into codex/backup-feat-w…
360ea9a
Merge remote-tracking branch 'upstream/main' into codex/backup-feat-w…
78c07b4
feat(vscode-ide-companion): adopt WebShell transcript as default time…
yiliang114 7fc35c1
fix(vscode-ide-companion): reset WebShell transcript state on session…
yiliang114 8dc018b
fix(vscode-ide-companion): harden WebShell transcript session boundaries
yiliang114 0c15840
fix(transcript): harden identity and document export
6b6f98b
Merge branch 'main' into codex/backup-feat-web-shell-adapter-before-s…
c2cffbb
fix(vscode-ide-companion): adopt live ACP session id after load-failu…
yiliang114 bd09e19
fix(vscode-ide-companion): echo user prompt into WebShell transcript
yiliang114 195c53f
fix(vscode-ide-companion): keep WebShell transcript expanded and clea…
yiliang114 57476ff
fix(vscode-ide-companion): surface local error and interrupt notices …
yiliang114 864a645
fix(vscode-ide-companion): restore file-link opening from the WebShel…
yiliang114 6a2af3c
fix(vscode-ide-companion): restore contributed copy commands for the …
yiliang114 4c09167
fix(vscode-ide-companion): add localOnly marker to TextMessage state …
yiliang114 e171000
fix(vscode-ide-companion): restore /insight progress card and report …
yiliang114 f073b39
fix(vscode-ide-companion): finalize in-flight tools on timeout and pi…
yiliang114 a980d4b
fix(vscode-ide-companion): remove unreachable editMessage backend and…
yiliang114 4bb58a9
fix(vscode-ide-companion): drop write-only loadingMessage bookkeeping
yiliang114 2b0cafb
fix(vscode-ide-companion): align waiting-flag pin test with the argum…
yiliang114 16bdebb
fix(transcript): simplify adapters and preserve segment boundaries
939da45
fix(transcript): address cross-host review regressions
e56b158
fix(vscode-ide-companion): echo attached images into the transcript t…
yiliang114 d45ea6d
fix(vscode-ide-companion): track live VS Code theme for the transcript
yiliang114 6029e70
fix(vscode-ide-companion): copy every transcript block kind and map a…
yiliang114 4d8c6d7
fix(vscode-ide-companion): drop whitespace-only cached transcript rows
yiliang114 7db6940
fix(vscode-ide-companion): ship missing third-party notices in NOTICE…
yiliang114 72fcaee
fix(vscode-ide-companion): show a recoverable error state when the tr…
yiliang114 0e9e252
test(vscode-ide-companion): gate the transcript blocks wiring into th…
yiliang114 6b0d60b
test(vscode-ide-companion): gate the transcriptUpdate forwarding from…
yiliang114 ad0649d
docs(vscode): plan complete Web Shell cutover
yiliang114 8e55032
docs(webui): plan legacy package retirement
yiliang114 6d325cf
docs(webui): link cutover prerequisite
yiliang114 11664df
feat(vscode-ide-companion): reuse WebShell transcript UI behind exper…
yiliang114 b843439
fix(vscode-ide-companion): grant wasm-unsafe-eval for shiki WASM when…
yiliang114 ade51c2
feat(vscode-ide-companion): adopt WebShell transcript as default time…
yiliang114 778fee0
fix(vscode-ide-companion): reset WebShell transcript state on session…
yiliang114 2bad894
fix(vscode-ide-companion): harden WebShell transcript session boundaries
yiliang114 97872e4
fix(vscode-ide-companion): adopt live ACP session id after load-failu…
yiliang114 fb3ef2e
fix(vscode-ide-companion): echo user prompt into WebShell transcript
yiliang114 843670d
fix(vscode-ide-companion): keep WebShell transcript expanded and clea…
yiliang114 a3e12af
fix(vscode-ide-companion): surface local error and interrupt notices …
yiliang114 019b325
fix(vscode-ide-companion): restore file-link opening from the WebShel…
yiliang114 62b6560
fix(vscode-ide-companion): restore contributed copy commands for the …
yiliang114 e68382c
fix(vscode-ide-companion): add localOnly marker to TextMessage state …
yiliang114 7789664
fix(vscode-ide-companion): restore /insight progress card and report …
yiliang114 af98d96
fix(vscode-ide-companion): finalize in-flight tools on timeout and pi…
yiliang114 de3b2d8
fix(vscode-ide-companion): remove unreachable editMessage backend and…
yiliang114 ebebe45
fix(vscode-ide-companion): drop write-only loadingMessage bookkeeping
yiliang114 af938d6
fix(vscode-ide-companion): align waiting-flag pin test with the argum…
yiliang114 4aef24f
fix(vscode-ide-companion): echo attached images into the transcript t…
yiliang114 fd1a807
fix(vscode-ide-companion): track live VS Code theme for the transcript
yiliang114 39d6f24
fix(vscode-ide-companion): copy every transcript block kind and map a…
yiliang114 acc290f
fix(vscode-ide-companion): drop whitespace-only cached transcript rows
yiliang114 0ed655c
fix(vscode-ide-companion): ship missing third-party notices in NOTICE…
yiliang114 c7ccb74
fix(vscode-ide-companion): show a recoverable error state when the tr…
yiliang114 487f2b5
test(vscode-ide-companion): gate the transcript blocks wiring into th…
yiliang114 d7552f8
test(vscode-ide-companion): gate the transcriptUpdate forwarding from…
yiliang114 97661a7
docs(vscode): plan complete Web Shell cutover
yiliang114 d66a44f
fix(transcript): harden export sanitization and user identity
4c72d23
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
yiliang114 47e4487
refactor(web-shell): own daemon React bindings
yiliang114 483fb5c
fix(webui): preserve package entry filenames
yiliang114 41236c5
refactor(vscode): complete WebShell UI cutover
yiliang114 3088259
Merge branch 'codex/vscode-web-shell-cutover' into codex/remove-webui
yiliang114 3eff972
chore(vscode): refresh third-party notices
yiliang114 a80fb6a
fix(vscode): fill embedded chat viewport
yiliang114 79cb05e
Merge PR #9641 (WebShell transcript identity + HTML export) onto main
yiliang114 0155011
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
yiliang114 dbc3e7b
Merge branch 'main' into codex/backup-feat-web-shell-adapter-before-s…
yiliang114 58bd9a1
test(web-shell): disambiguate workspace visual locator
yiliang114 687c1ac
Merge branch 'codex/vscode-web-shell-cutover' into codex/remove-webui
yiliang114 a5bbb13
docs: clarify webui retirement prerequisites
yiliang114 bff4e63
fix(transcript): resolve export and CI blockers
yiliang114 79c96b1
fix(vscode): match embedded chat layout to host
yiliang114 672181b
fix(vscode): compact embedded chat styling
yiliang114 893f172
test(ci): cover dual Playwright installs
yiliang114 34d9ba7
Merge remote-tracking branch 'origin/codex/vscode-web-shell-cutover' …
yiliang114 6d5f61e
Merge branch 'pr-9641-rebase' into codex/remove-webui
yiliang114 a34245f
fix(vscode): align embedded chat density with VS Code
yiliang114 b4a9b9f
Merge remote-tracking branch 'origin/main' into HEAD
yiliang114 50509c2
fix(vscode): complete embedded composer integration
yiliang114 38da708
Merge remote-tracking branch 'origin/codex/vscode-web-shell-cutover' …
yiliang114 9678f76
refactor: retire legacy webui package
yiliang114 866f54e
Merge remote-tracking branch 'origin/codex/vscode-web-shell-cutover' …
yiliang114 3d0055d
chore: refresh lockfile after webui removal
yiliang114 f1304a4
fix(vscode): restore user message editing after cutover
yiliang114 372148f
Merge branch 'codex/vscode-web-shell-cutover' into codex/remove-webui
yiliang114 e43b214
refactor: narrow webui retirement to export and removal
yiliang114 fdb2c9f
fix(vscode): complete WebShell feature parity
yiliang114 c3622ea
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
yiliang114 9637acf
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
yiliang114 4e4d2ac
test(vscode-ide-companion): repair host-wiring tests for the WebShell…
yiliang114 5f74412
Merge branch 'main' into codex/vscode-web-shell-cutover
wenshao 8571596
refactor(vscode-ide-companion): replace webui build scanner with an E…
qwen-code-dev-bot 72777d0
fix(web-shell): keep ChatEditor commands prop referentially stable (#…
qwen-code-dev-bot ab7c037
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
qwen-code-dev-bot 1288fb5
Merge remote-tracking branch 'origin/main' into resolve-9812
yiliang114 814cf9e
Merge branch 'main' into codex/vscode-web-shell-cutover
yiliang114 d8ea6fc
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
yiliang114 f1b4b3e
fix(vscode): distinguish the VS Code channel and localize its chrome
6600145
refactor(vscode): drop code orphaned by the WebShell cutover
e3e2d4e
docs(vscode): describe the daemon architecture the cutover actually s…
db024c9
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
86c1c68
Merge remote-tracking branch 'origin/main' into codex/vscode-web-shel…
qwen-code-dev-bot b97ca86
fix(vscode): repair round-2 review findings on the web-shell cutover …
qwen-code-dev-bot 4f3737b
fix(vscode): repair round-3 critical findings on the web-shell cutove…
qwen-code-dev-bot 18cfb52
Merge origin/main into codex/vscode-web-shell-cutover
yiliang114 67862b1
fix(web-shell): import daemon-react-sdk from web-shell instead of webui
yiliang114 5652529
fix(vscode): close WebShell UI regression gaps
yiliang114 5fa8d54
fix(vscode): initialize WebShell refs explicitly
yiliang114 70c5e8f
fix(vscode): narrow queued prompt edits
yiliang114 db8a081
fix(release): enumerate actual npm workspaces
yiliang114 422c132
Merge branch 'main' into codex/vscode-web-shell-cutover
yiliang114 1ac7bd0
fix(web-shell): include hasOlderHistory in the render-item callback deps
yiliang114 ca67964
fix(web-shell): report each connection error once to stop the inline …
yiliang114 3cf5e5f
fix(web-shell): remove duplicate history dependency
yiliang114 8a51002
fix(vscode): close remaining WebShell cutover regressions
yiliang114 6edee58
merge: sync main into vscode WebShell cutover
yiliang114 9129bbd
merge: keep legacy VS Code UI removed
yiliang114 3dfd191
Merge origin/main into codex/vscode-web-shell-cutover
yiliang114 9b915ef
Merge updated codex/vscode-web-shell-cutover
yiliang114 ff18048
fix(vscode): keep permission diff handling host-scoped
yiliang114 5d7fa3d
test(vscode): remove orphaned completion trigger test
yiliang114 19a088d
test(web-shell): update daemon SDK mock import
yiliang114 e227065
Merge remote-tracking branch 'origin/codex/vscode-web-shell-cutover' …
yiliang114 6dce879
refactor: retire legacy webui package
yiliang114 36e6aa2
merge: synchronize main for webui retirement
yiliang114 87cab06
fix(export): reject unsupported legacy JSONL
yiliang114 029b41b
docs(transcript): record the legacy HTML renderer deletion evidence
yiliang114 f7c3298
fix(docs): correct web-shell SDK hook names, daemon dir table, follow…
yiliang114 69bf31f
fix(scripts): catch bare packages/webui references in check:no-webui
yiliang114 73c32e1
fix(docs): drop dead Adapter Matrix citation and stale Chromatic line
yiliang114 e3bea8d
fix(comments): correct stale webui-era notes in SDK test and followup…
yiliang114 64a4373
fix(export): load transcript renderer from unpkg (#11035)
yiliang114 0ed194c
fix(release): verify export renderer before VSIX packaging
yiliang114 c21acf7
docs(daemon): retire the stale ACPAdapter and web-ui.md pointers
yiliang114 856618a
Merge remote-tracking branch 'origin/main' into codex/pr9812-closeout
yiliang114 189086f
docs: avoid retired webui path reference
yiliang114 c9fc076
fix: close WebUI retirement review gaps
yiliang114 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.