AutoCI has built-in functionality (via the CLI) to determine the best version of frameworks and tools for your project. While you can override AutoCI's detection of versions and tools by specifying them in the prompt file, it's generally best to let AutoCI choose the versions automatically.
Only specify versions when:
Using a structured format:
tools:
- node: 18.x
- go: 1.23
Or using natural language:
Use go 1.23 and the latest version of node