fix: update the office bundle size heads-up for the pptx/pdf components - #242
Merged
Conversation
The rebuilt bundles carry the pptx and pdf skills' dependencies (markitdown wheels, Node.js, PptxGenJS/Playwright module trees, Chromium builds - both chips on macOS), so the pre-download estimate was badly stale: a macOS user was told ~1400 MB before a 3.1 GB download. Display-only; progress totals still come from the server's content-length. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The
codevhub skill officepre-download heads-up still quoted the old docx+xlsx-only bundle sizes (~610/820/1400 MB). The rebuilt bundles now carry the pptx and pdf skills' dependencies (markitdown wheels, Node.js installers, PptxGenJS/Playwright module trees, and Chromium builds — both chips on macOS), so a macOS user was told "~1400 MB" and then got a 3.1 GB download. Updated to ~1200 MB Ubuntu / ~1400 MB Windows / ~3100 MB macOS, matching the published sizes in quickbeard/codev-landing-page#94.Also refreshed the file-header comment, which still described the bundle as "DOCX/XLSX authoring" only.
Display-only change: the numbers feed the heads-up message; progress totals come from the server's
content-length, and everything else in the command is a naming contract that didn't change.Test plan
pnpm typecheck,pnpm check(biome),pnpm test(1378 passed, 2 skipped)🤖 Generated with Claude Code