Minor issue with https://copilotkit.notion.site/CopilotKit-v1-50-Pre-Release-Packet-2b23aa381852800fae86ca323de6fc1e - It shows "PNPM Install:
pnpm add @copilotkit/react-core@beta @copilotkit/react-ui@beta @copilotkit/react-runtime@beta" - I believe the last item should be "@copilotkit/runtime@beta" (no react)
#v1.50 Pre-Release instructions issue
1 messages · Page 1 of 1 (latest)
This solution has been AI generated
You're right — the correct package is @copilotkit/runtime@beta, not @copilotkit/react-runtime@beta. The pre-release packet has a typo in the PNPM install line.
Correct Package Name
- The monorepo defines the runtime package as
@copilotkit/runtime. - There is no separate
@copilotkit/react-runtimepackage in the codebase.
Correct PNPM Install Command
pnpm add @copilotkit/react-core@beta @copilotkit/react-ui@beta @copilotkit/runtime@beta
Source Reference
- Repository structure confirms the package name under
packages/runtime(published as@copilotkit/runtime).
Thanks for flagging this — the docs should be updated to reflect the correct command.
Was this helpful?
If this solution worked for you, please click on the appropriate option below to help us improve:
HI @rapid prism, Thanks for flagging this! I've passed it along to the team.