github VoltAgent/voltagent create-voltagent-app@0.2.0

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 script

    The 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.

Don't miss a new voltagent release

NewReleases is sending notifications on new releases.