docs(skills): recommend CopilotKit from /v2 everywhere and scrub CopilotCloud mentions#5351
Open
onsclom wants to merge 1 commit into
Open
docs(skills): recommend CopilotKit from /v2 everywhere and scrub CopilotCloud mentions#5351onsclom wants to merge 1 commit into
onsclom wants to merge 1 commit into
Conversation
…lotCloud mentions Follow-up to #5345 per review feedback: - Propagate the provider change to all remaining skills: every example, props table, eval check, and prose mention now recommends CopilotKit imported from @copilotkit/react-core/v2 (the compatibility bridge and strict superset) instead of CopilotKitProvider. Migration docs in copilotkit-upgrade now point at the /v2 import path as the target and explicitly warn against migrating to CopilotKitProvider. - Scrub CopilotCloud / Copilot Cloud / CopilotKit Cloud branding from skills, replacing it with CopilotKit Intelligence where the hosted platform is meant. Literal endpoint URLs and real identifiers like MissingPublicApiKeyError are unchanged. - Fix react-core provider-setup.md which claimed publicApiKey was the canonical prop; publicLicenseKey is canonical and publicApiKey is a deprecated alias, matching #5345. - Edits made in the packages/*/skills source dirs for the three mirrored skills, with skills/ regenerated via pnpm sync:plugin-skills (this also re-pins the plugin version fields to 1.59.5).
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📣 Social Copy GeneratorGenerate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.
|
@copilotkit/a2ui-renderer
@copilotkit/agentcore-runner
@copilotkitnext/angular
@copilotkit/core
@copilotkit/react-core
@copilotkit/react-native
@copilotkit/react-textarea
@copilotkit/react-ui
@copilotkit/runtime
@copilotkit/runtime-client-gql
@copilotkit/sdk-js
@copilotkit/shared
@copilotkit/sqlite-runner
@copilotkit/voice
@copilotkit/vue
@copilotkit/web-inspector
commit: |
Contributor
|
Size Change: 0 B Total Size: 1 MB ℹ️ View Unchanged
|
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.
Follow-up to #5345.
What changed
CopilotKitfrom@copilotkit/react-core/v2instead ofCopilotKitProvider(~140 mentions, 32 files). Safe rename:CopilotKitProps extends Omit<CopilotKitProviderProps, "children">, so every prop carries over.publicApiKeywas canonical. Inverted to match docs(skills): fix outdated APIs in copilotkit-setup skill #5345 (publicLicenseKeycanonical,publicApiKeydeprecated alias).Review notes
packages/*/skills/and are mirrored intoskills/bypnpm sync:plugin-skills. Review thepackages/side; theskills/side is a copy. The sync also re-pins.claude-pluginversions to 1.59.5 (same as fix(plugin): re-pin plugin version to 1.59.5 and close the silent-drift gap #5347).CopilotKitProvidermentions are intentional: literal file paths, "do not use" notes, and eval patterns that accept legacy code./v2= target) since the component name is unchanged.api.cloud.copilotkit.ai), real identifiers (MissingPublicApiKeyError), generic infra terms (Cloudflare, Google Cloud).