mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
8d68a95bc9
Follow-up correction. The client publicLicenseKey/publicApiKey prop is the header→cloud path and is NOT what activates the Intelligence runtime (that's the server-side COPILOTKIT_LICENSE_TOKEN). So: - Remove the `npx copilotkit@latest license` guidance from all client-prop contexts — that CLI yields the server-side license token, not the client prop value. - Revert the client-prop docstrings (copilotkit-props, v2 CopilotKitProvider) to bare one-liners; drop the premium/"requires a license key" framing from the headless hook, react-ui observability docs, and runtime logging/onError JSDoc rather than reframing. - Angular: remove all `licenseKey` mentions from the README — it is no longer a premium feature (the license watermark is disabled) and the key is not needed to function. Server-side license-token documentation remains deferred to the example/runtime setup pass (Bucket B). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>