chore(canvas-kit): sync vendored canvas-kit to 2026-08-25.1 - #26
Merged
Merged
Conversation
Propagate the create-canvas-app skill's canvas-kit 2026-08-25.1 into the six extensions that vendor it. The kit added a buildSessionRestartDeepLink builder (ghapp://sessions/<id>/restart) for the Copilot host app's session-restart route, re-exported it on the browser client, and bumped KIT_VERSION. Updated extensions: code-tutor, language-tutor, news-aggregator, random-animal, stock-ticker, wiki-discover. Each vendored copy is byte-identical to the canonical kit; freshness checks pass at 2026-08-25.1. 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
Syncs the vendored
canvas-kitin all six extensions that ship it to 2026-08-25.1, matching the canonical kit in thecreate-canvas-appskill.Why
The canonical kit added a new deep-link builder —
buildSessionRestartDeepLink(sessionId)→ghapp://sessions/<id>/restart— for the Copilot host app's session-restart route, re-exported it on the browser client, and bumpedKIT_VERSION. The vendored copies were pinned at2026-07-20.1and are now behind.Changes
Each extension's
canvas-kit/is refreshed to be byte-identical to the canonical kit:deeplinks.mjs(new builder),client.mjs(re-export),version.mjs(bump), and the.kit-version.jsonmarker (→2026-08-25.1).Extensions updated:
code-tutor,language-tutor,news-aggregator,random-animal,stock-ticker,wiki-discover.24 files changed, +174/-18.
Verification
node scripts/lint.mjs— clean (93.mjssyntax-checked, 15.jsonparsed)node scripts/validate-extensions.mjs— 6 extensions validnode scripts/run-tests.mjs— all extension smoke tests pass (32 checks)2026-08-25.1for all six.Companion to the canonical kit change in the skills repo.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com