-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbtca.config.jsonc
More file actions
82 lines (82 loc) · 2.48 KB
/
btca.config.jsonc
File metadata and controls
82 lines (82 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://btca.dev/btca.schema.json",
"providerTimeoutMs": 300000,
"resources": [
{
"type": "git",
"name": "opencode",
"url": "https://github.com/anomalyco/opencode",
"branch": "dev",
"specialNotes": "OpenCode AI coding agent. Check docs/ and internal/ for implementation details."
},
{
"type": "git",
"name": "bubbleteaV2",
"url": "https://github.com/charmbracelet/bubbletea",
"branch": "v2.0.0-rc.2",
"specialNotes": "Bubbletea v2 TUI framework. Note: v2 has breaking changes from v1."
},
{
"type": "git",
"name": "natsGo",
"url": "https://github.com/nats-io/nats.go",
"branch": "main",
"specialNotes": "NATS Go client library."
},
{
"type": "git",
"name": "acpGoSdk",
"url": "https://github.com/coder/acp-go-sdk",
"branch": "main"
},
{
"type": "git",
"name": "bubbles",
"url": "https://github.com/charmbracelet/bubbles",
"branch": "v2.0.0-rc.1"
},
{
"type": "git",
"name": "crush",
"url": "https://github.com/charmbracelet/crush",
"branch": "main",
"specialNotes": "Stylish TUI components including scroll and messages"
},
{
"type": "git",
"name": "ultraviolet",
"url": "https://github.com/charmbracelet/ultraviolet",
"branch": "main",
"specialNotes": "Rectangle-based layout system for TUIs. Use for SplitVertical/SplitHorizontal layouts, responsive breakpoints."
},
{
"type": "git",
"name": "lipgloss",
"url": "https://github.com/charmbracelet/lipgloss",
"branch": "v2.0.0-beta.3",
"specialNotes": "Lipgloss v2 style definitions for terminal UIs. Flexbox-like composition with JoinVertical/JoinHorizontal. Includes table and tree subpackages."
},
{
"type": "git",
"name": "viper",
"url": "https://github.com/spf13/viper",
"branch": "master",
"specialNotes": "Configuration management. Supports YAML, env vars, CLI flags with layered precedence."
},
{
"type": "git",
"name": "mcp-go",
"url": "https://github.com/mark3labs/mcp-go",
"branch": "main",
"specialNotes": "MCP (Model Context Protocol) Go SDK. Supports stdio, SSE, and streamable HTTP transports."
},
{
"type": "git",
"name": "kit",
"url": "https://github.com/mark3labs/kit",
"branch": "master"
}
],
"model": "claude-haiku-4-5",
"provider": "opencode"
}