qwen-code/packages
ytahdn 6c330c17bb
fix(web-shell): show line-change stats for large edited files (#8924)
The line-count computation used an exact LCS with a 1M-comparison
cap, so any full-content diff over ~1000 lines silently dropped the
+N/-M stats and large edited files showed no change counts. Replaced
the exact LCS with a linear-time multiset comparison — stats are now
always computed; only identical lines moved between positions
miscount, which is acceptable for display stats.

Co-authored-by: 钉萁 <dingqi.jww@alibaba-inc.com>
2026-08-11 09:57:47 +00:00
..
acp-bridge fix(web-shell): stabilize transcript history pagination (#8914) 2026-08-11 08:30:13 +00:00
audio-capture chore(release): v0.21.9 (#8886) 2026-08-10 15:27:45 +00:00
channels chore(release): v0.21.9 (#8886) 2026-08-10 15:27:45 +00:00
chrome-extension chore(release): v0.21.9 (#8886) 2026-08-10 15:27:45 +00:00
cli perf(cli): Cache persisted session catalogs (#8892) 2026-08-11 09:34:49 +00:00
core fix(review): correct the round-cap marker lifecycle and stale cap docs (#8850) 2026-08-11 04:36:03 +00:00
cua-driver chore(cua-driver): sync upstream v0.17.0 (#8564) 2026-08-05 07:00:36 +00:00
desktop feat(cli): mirror Live Host releases through OSS (#8674) 2026-08-10 11:17:49 +00:00
desktop-shell fix(desktop): support enterprise LAN addresses (#8866) 2026-08-11 09:44:16 +00:00
mobile-mcp chore(release): v0.20.1 (#7461) 2026-07-22 02:00:22 +00:00
sdk-java fix(serve): Coordinate caller-supplied session IDs (#8415) 2026-08-09 07:31:30 +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 fix(web-shell): reconcile mid-turn messages with daemon state (#8798) 2026-08-11 07:24:56 +00:00
vscode-ide-companion fix(cli): avoid duplicate context usage in footer and status line (#8749) 2026-08-11 07:18:48 +00:00
web-shell fix(web-shell): show line-change stats for large edited files (#8924) 2026-08-11 09:57:47 +00:00
web-templates chore(release): v0.21.9 (#8886) 2026-08-10 15:27:45 +00:00
webui fix(webui): Make cross-session switching transactional (#8882) 2026-08-11 09:38:36 +00:00
zed-extension