copilotkit 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/index.js +757 -543
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -142,7 +142,9 @@ If the selected starter requires a license, the CLI also ensures
142
142
  `COPILOTKIT_LICENSE_TOKEN` is present in `.env`. Standard starters do not receive
143
143
  a license token.
144
144
 
145
- After creation, add any provider secrets required by the template. Most templates use OpenAI:
145
+ During scaffolding, `copilotkit init` interactively prompts for any required LLM vendor API key (`OPENAI_API_KEY` or `GOOGLE_API_KEY`) and writes it into `.env` for you — press Enter to skip and set it manually later.
146
+
147
+ After creation, add any provider secrets required by the template (or fill in skipped keys). Most templates use OpenAI:
146
148
 
147
149
  ```bash
148
150
  OPENAI_API_KEY=your-key-here