feat: smart setup wizard - sort choices by system detection
All checks were successful
CI / build (push) Successful in 1m45s

- Editors sorted by install status + platform relevance
- Languages sorted by detected runtimes/tools on system
- AI providers sorted by platform + local ollama detection
- Added Cursor, Zed editors; Dart/Flutter, Zig languages
- Added Ollama and OpenAI as provider options
- Installed tools show "(installed)" label in editor list

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-20 00:02:20 +02:00
parent 825b429042
commit 1be4fc061f
2 changed files with 213 additions and 34 deletions

View File

@@ -156,6 +156,18 @@ func Default() *MuyueConfig {
Model: "claude-sonnet-4-20250514",
Active: false,
},
{
Name: "openai",
Model: "gpt-4o",
BaseURL: "https://api.openai.com/v1",
Active: false,
},
{
Name: "ollama",
Model: "llama3",
BaseURL: "http://localhost:11434/api",
Active: false,
},
}
cfg.BMAD.Global = true