Release: Hallmark redesign + dependency upgrades - #146
Merged
Merged
Conversation
…oakDrop family signature Adopt the Cloakyard typography family (Archivo + JetBrains Mono) and a Workbench macrostructure across the landing, standalone tools, and editor shell. Introduces tokens.css as the portable design-token source of truth, self-hosted woff2 fonts, and a functional-uploader hero with technical proof ledgers. Preserves the Ocean Blue primary, one-accent invariant, slate hairline borders, light/dark modes, and all editor/standalone tool behavior. Also adds AGENTS.md (Codex guidance mirror of CLAUDE.md).
… tailwind) - @langchain/core 1.2.2 → 1.2.3 - @langchain/langgraph 1.4.7 → 1.4.8 - @llamaindex/liteparse-wasm 2.5.0 → 2.6.0 - lucide-react 1.23.0 → 1.25.0 - tailwindcss + @tailwindcss/vite 4.3.2 → 4.3.3 - vite-plus + @voidzero-dev/vite-plus-core 0.2.4 → 0.2.5 (vite override too) @langchain/community held at 1.1.29: the package is deprecated upstream but 1.1.29 is still its latest-stable dist-tag and there is no drop-in replacement (only a 1.0.0-alpha prerelease). Used solely for BM25Retriever. Verified: vp check, vp build, 322 unit tests, and the full e2e suite (UI tools, AI/RAG Ask PDF, extended editor render flows) all pass.
Redesign: unified Hallmark landing/tools/editor + dependency upgrades
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
cloakpdf | c3efa1a | Commit Preview URL Branch Preview URL |
Jul 18 2026, 01:04 PM |
Pins the transitive adm-zip (via onnxruntime-node → @huggingface/transformers, Node-only — never in the browser bundle) past the High path-traversal advisory that the CI osv-scanner Dependency Audit flags, unblocking the dev → main release. Verified: osv-scanner --lockfile=pnpm-lock.yaml → "No issues found"; vp check, vp build, and 322 unit tests pass.
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.
Overview
Release PR promoting the
devline tomain(production). Bundles the Hallmark redesign, an experience-refinement pass, and a dependency upgrade. 120 files changed (+8,546 / −6,617).What's included
Hallmark redesign (
3870bc5)tokens.cssas the portable design-token source of truth, self-hosted woff2 fonts, and a functional-uploader hero with technical proof ledgers.AGENTS.md(Codex guidance mirror ofCLAUDE.md).Experience refinement (
34ef7b5)Dependency upgrades (
cd11822)@langchain/core1.2.2 → 1.2.3,@langchain/langgraph1.4.7 → 1.4.8@llamaindex/liteparse-wasm2.5.0 → 2.6.0lucide-react1.23.0 → 1.25.0tailwindcss+@tailwindcss/vite4.3.2 → 4.3.3vite-plus+@voidzero-dev/vite-plus-core0.2.4 → 0.2.5 (incl. theviteoverride)@langchain/communityheld at 1.1.29 — deprecated upstream but still its latest-stable dist-tag (only a1.0.0-alphaprerelease exists); used solely forBM25Retriever.Also carries the dependabot
voidzero-dev/setup-vp1.12.0 → 1.15.0 CI bump already onmain, so the branches stay in lockstep.Verification
All green before promotion:
vp check— format + lint + type-check cleanvp build— tsc + production build + PWA service workervp test— 322 unit tests passNotes