chore: sync vendored canvas-kit to 2026-07-04.1 (deep linking)#17
Merged
Conversation
Re-vendor the canonical canvas-kit into all 6 extensions, bringing the deep-link builder module and client re-exports. Bumps vendored kit 2026-07-02.1 -> 2026-07-04.1. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
5e63ac2 to
617b0eb
Compare
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.
What
Re-vendors the canonical
canvas-kitinto all 6 extensions, bumping the vendored kit from 2026-07-02.1 → 2026-07-04.1.The delta this brings is the new deep-link builder module (
canvas-kit/deeplinks.mjs) plus the matchingclient.mjsre-exports, letting canvases construct validated deep links (e.g. open a new session for a repo/PR/branch with a prompt) that mirror the Copilot host app's own link validators.Changed files (24)
Per extension (
code-tutor,language-tutor,news-aggregator,random-animal,stock-ticker,wiki-discover):canvas-kit/deeplinks.mjs— deep-link builders (URL-encoded params, scheme allowlist, untrusted-text quoting)canvas-kit/client.mjs— re-exports the deep-link builderscanvas-kit/version.mjs—KIT_VERSION = "2026-07-04.1"canvas-kit/.kit-version.json— sync markerThis is a pure mechanical re-vendor from the canonical
create-canvas-app/kit; no extension source code was hand-edited.Verification
All run locally and green (matches CI
validate.yml):node scripts/lint.mjs→ clean (75.mjssyntax-checked, 15.jsonparsed)node scripts/validate-extensions.mjs→ 6 extensions validnode scripts/run-tests.mjs→ 6 smoke-test files pass (133 checks)Notes
Branch name (
sync-canvas-kit-lucide-1.22) is a leftover from an earlier icons-only sync attempt; this PR was repurposed to carry the current 2026-07-04.1 sync instead of opening a duplicate.