mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
71bdc768be
Replace catwalk dependency with direct models.dev integration (97 providers, 3039 models vs catwalk's 22/679). Auto-route @ai-sdk/openai-compatible providers through fantasy's openaicompat using the api URL from models.dev, eliminating the need for --provider-url. Add --all flag to 'mcphost models' to show all providers vs just fantasy-compatible ones. Fix all 74 golangci-lint issues: errcheck (53), staticcheck SA4006 (24), SA9003 (2), ST1005 (5), ineffassign (3). Restructure styles.go color handling into a colorScheme struct to eliminate SA4006 false positives from new(x) syntax.
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://btca.dev/btca.schema.json",
|
|
"resources": [
|
|
{
|
|
"type": "git",
|
|
"name": "bubbletea",
|
|
"url": "https://github.com/charmbracelet/bubbletea",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "lipgloss",
|
|
"url": "https://github.com/charmbracelet/lipgloss",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "bubbles",
|
|
"url": "https://github.com/charmbracelet/bubbles",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "glamour",
|
|
"url": "https://github.com/charmbracelet/glamour",
|
|
"branch": "v2-exp"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "fantasy",
|
|
"url": "https://github.com/charmbracelet/fantasy",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "catwalk",
|
|
"url": "https://github.com/charmbracelet/catwalk",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "crush",
|
|
"url": "https://github.com/charmbracelet/crush",
|
|
"branch": "main"
|
|
}
|
|
],
|
|
"model": "claude-haiku-4-5",
|
|
"provider": "opencode"
|
|
} |