#v1.50 Pre-Release instructions issue

1 messages · Page 1 of 1 (latest)

rapid prism
full sageBOT
#

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-runtime package 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.