-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin-manifest.json
More file actions
73 lines (73 loc) · 1.71 KB
/
Copy pathplugin-manifest.json
File metadata and controls
73 lines (73 loc) · 1.71 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
[
{
"key": "home",
"id": "aamkye/opencode-tools-home",
"source": "tui/home.tsx",
"outfile": "opencode-tools-home.js",
"slotOrder": 1,
"options": "none"
},
{
"key": "token-report",
"id": "aamkye/opencode-tools-token-report",
"source": "tui/token-report.tsx",
"outfile": "opencode-tools-token-report.js",
"options": "none"
},
{
"key": "context",
"id": "aamkye/opencode-tools-context",
"source": "tui/context.tsx",
"outfile": "opencode-tools-context.js",
"slotOrder": 100,
"options": "defaultState"
},
{
"key": "ses-tokens",
"id": "aamkye/opencode-tools-ses-tokens",
"source": "tui/ses-tokens.tsx",
"outfile": "opencode-tools-ses-tokens.js",
"slotOrder": 110,
"options": "defaultState"
},
{
"key": "subagent",
"id": "aamkye/opencode-tools-subagent",
"source": "tui/subagent.tsx",
"outfile": "opencode-tools-subagent.js",
"slotOrder": 120,
"options": "defaultState"
},
{
"key": "quota",
"id": "aamkye/opencode-tools-quota",
"source": "tui/quota.tsx",
"outfile": "opencode-tools-quota.js",
"slotOrder": 130,
"options": "quota"
},
{
"key": "mcp",
"id": "aamkye/opencode-tools-mcp",
"source": "tui/mcp.tsx",
"outfile": "opencode-tools-mcp.js",
"slotOrder": 140,
"options": "defaultState"
},
{
"key": "lsp",
"id": "aamkye/opencode-tools-lsp",
"source": "tui/lsp.tsx",
"outfile": "opencode-tools-lsp.js",
"slotOrder": 150,
"options": "defaultState"
},
{
"key": "todo",
"id": "aamkye/opencode-tools-todo",
"source": "tui/todo.tsx",
"outfile": "opencode-tools-todo.js",
"slotOrder": 160,
"options": "defaultState"
}
]