Minor Changes
-
8b143cb
Thanks @omeraplak! - feat: modernize create-voltagent-app CLI- Add AI provider selection (OpenAI, Anthropic, Google, Groq, Mistral, Ollama)
- Add optional API key input with skip option
- Automatic .env file generation based on selected provider
- Package manager detection - only show installed ones
- Auto-install dependencies after project creation
- Full Windows support with cross-platform commands
- Ollama local LLM support with default configuration
- Dynamic template generation based on selected AI provider
Patch Changes
-
8b143cb
Thanks @omeraplak! - fix: include create-voltagent-app in build:all scriptThe create-voltagent-app package was not being built during GitHub Actions release workflow because it doesn't have the @voltagent/ scope prefix. Added explicit scope to build:all command to ensure the CLI tool is properly built before publishing.