From 2894c236d135abaa811fe99d80e615f58cc47b19 Mon Sep 17 00:00:00 2001 From: Quickbeard Date: Wed, 5 Aug 2026 10:26:25 +0700 Subject: [PATCH 1/2] Update the office bundle size heads-up for the pptx/pdf components 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 --- src/lib/office.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/office.ts b/src/lib/office.ts index 3f294ca..b457ae2 100644 --- a/src/lib/office.ts +++ b/src/lib/office.ts @@ -8,7 +8,7 @@ import { officeDownloadsDir } from "@/lib/paths.js"; // `codevhub skill office`: fetch the CoDev Office offline bundle (published by // the codev-storage MinIO backend) for this OS and run the bundled setup -// script, which installs the Office skills (DOCX/XLSX authoring, …). +// script, which installs the Office skills (DOCX, XLSX, PPTX and PDF). // File names are deterministic per platform — no manifest fetch — and each // bundle carries its own SHA256SUMS.txt that the setup flow can verify. // Non-interactive on purpose — the second half hands the terminal to an @@ -147,9 +147,9 @@ export function officeUninstallScriptName(platform: OfficePlatform): string { // Rough bundle sizes for the pre-download heads-up only; progress totals come // from the server's content-length. const APPROX_BUNDLE_MB: Record = { - ubuntu: 610, - windows: 820, - macos: 1400, + ubuntu: 1200, + windows: 1400, + macos: 3100, }; // Adaptive size for progress lines: the setup script is ~13 KB and rendered From 5a5adc286f29a8065e91b94b71e2f8a7b758d83d Mon Sep 17 00:00:00 2001 From: Quickbeard Date: Wed, 5 Aug 2026 10:28:24 +0700 Subject: [PATCH 2/2] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01a7cc7..bf1b93c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codev-ai", - "version": "0.5.8", + "version": "0.5.9", "description": "CoDev — AI Coding Agent Hub. Install, configure, and manage multiple AI coding agents.", "keywords": [ "ai",