mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
f12e195390
- Replace MessageRenderer with herald-based implementation - Use herald alerts (Note, Tip, Warning, Caution) for message types - Use blockquote for thinking/reasoning content - Use KVGroup for startup info display - Add margin-bottom to all message types for visual separation - Simplify Read tool with herald CodeBlock and line numbers - Add detectLanguage helper for syntax highlighting - Capture extension startup messages and print after startup banner - Remove ~200 lines of custom rendering code
89 lines
1.9 KiB
JSON
89 lines
1.9 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"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "pi",
|
|
"url": "https://github.com/badlogic/pi-mono",
|
|
"branch": "main",
|
|
"searchPaths": [
|
|
"packages/coding-agent",
|
|
"packages/tui"
|
|
]
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "iteratr",
|
|
"url": "https://github.com/mark3labs/iteratr",
|
|
"branch": "master"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "yaegi",
|
|
"url": "https://github.com/traefik/yaegi",
|
|
"branch": "master"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "acp-go-sdk",
|
|
"url": "https://github.com/coder/acp-go-sdk",
|
|
"branch": "main"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "opencode",
|
|
"url": "https://github.com/anomalyco/opencode",
|
|
"branch": "dev"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"name": "herald",
|
|
"url": "https://github.com/indaco/herald",
|
|
"branch": "main"
|
|
}
|
|
],
|
|
"model": "claude-haiku-4-5",
|
|
"provider": "opencode"
|
|
} |