qwen-code/packages/cli
易良 5773c8464c Merge branch 'main' into feat/11478-split-export-transcript-css
Two both-side changes, resolved without rewriting history:

- packages/web-templates/src/export-html/build.mjs: main (#11372) raised the
  document-runtime budget to 4,200,000 / 4,300,000 for a combined JS+CSS
  measurement of 4,133,282 bytes at c3023b3e6d. This branch lifts the ~2.3 MB
  component stylesheet out into export-transcript-document.css, so the JS-only
  budget stands (1,870,000 warning / 1,930,000 max against a measured
  1,833,894 bytes of JS) and the comment now records both measurements instead
  of silently dropping main's.
- scripts/copy_bundle_assets.js: main added the musl/glibc filter over the
  @opentui/core-* native libraries inside copyOpenTuiAssets; this branch made
  the HTML export renderer copy all-or-nothing over the JS and the new CSS in a
  different function. Three-way merge is clean, both changes kept.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-09-10 14:35:23 +08:00
..
scripts feat(opentui): bundle assets, CI matrix and parity tooling (Batch 7) (#10770) 2026-09-02 08:36:20 +00:00
src Merge branch 'main' into feat/11478-split-export-transcript-css 2026-09-10 14:35:23 +08:00
.gitignore
index.ts
package.json feat(web-shell): make the product name and logo configurable (#11244) 2026-09-10 04:54:45 +00:00
test-setup.ts feat(review): run the reviewed repository's own commands behind a container (#9556) (#9723) 2026-08-25 01:58:18 +00:00
tsconfig.json feat: delegate a subagent turn to an external agent over ACP (Claude Code first) (#11003) 2026-09-10 03:13:05 +00:00
vitest.config.ts feat: delegate a subagent turn to an external agent over ACP (Claude Code first) (#11003) 2026-09-10 03:13:05 +00:00