chore(canvas-kit): sync vendored canvas-kit to 2026-07-20.1 - #25
Merged
Merged
Conversation
Re-vendor the canvas-kit into all 6 extensions (code-tutor, language-tutor,
news-aggregator, random-animal, stock-ticker, wiki-discover) to pick up the
new buildNewChatDeepLink({ prompt }) deep-link builder added upstream in
create-canvas-app. Mechanical re-vendor only (kit bytes + version marker);
no extension logic changed.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.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.
What
Re-vendors the canvas-kit into all 6 canvas extensions to
2026-07-20.1.Why
The upstream create-canvas-app canvas-kit added a new deep-link builder,
buildNewChatDeepLink({ prompt }), which mirrors the Copilot host app''schats/newroute (create a new chat and submit a prompt). This PR propagates that kit update to the vendored copies so the extensions stay in parity with the canonical kit.What changed
Mechanical re-vendor via
sync-kit.mjs— kit bytes +.kit-version.jsonmarker only, no extension logic touched. Each of the 6 extensions (code-tutor, language-tutor, news-aggregator, random-animal, stock-ticker, wiki-discover) gets:canvas-kit/deeplinks.mjs— newbuildNewChatDeepLinkbuildercanvas-kit/client.mjs— re-exportcanvas-kit/version.mjs—KIT_VERSION2026-07-13.1 to 2026-07-20.1canvas-kit/.kit-version.json— version markerTesting
Local run of the CI validate job + freshness check:
node scripts/lint.mjs— clean (93 .mjs, 15 .json)node scripts/validate-extensions.mjs— 6 extensions validnode scripts/run-tests.mjs— 6 test files, 32 checks passedcheck-kit-freshness.mjsper extension — all fresh at 2026-07-20.1 (byte-parity)