-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin-registry.json
More file actions
29 lines (29 loc) · 1.37 KB
/
Copy pathplugin-registry.json
File metadata and controls
29 lines (29 loc) · 1.37 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
{
"_comment": "Halen Plugin Store curated index. Fetched over HTTPS from https://raw.githubusercontent.com/lukataylo/halen/main/plugin-registry.json by the in-app Plugin Store. Schema is documented in plugin-registry.schema.md (sibling file).",
"schemaVersion": 1,
"halenApiVersion": "0.1",
"plugins": [
{
"id": "com.halen.reasoning-compactor",
"name": "Reasoning Compactor",
"summary": "Compacts verbose LLM reasoning on-device to save tokens — ⌃⌥K to compact a selection, works with any model's chain-of-thought.",
"author": "Halen Labs",
"version": "1.0.0",
"icon": "rectangle.compress.vertical",
"category": "productivity",
"sourceURL": "https://github.com/lukataylo/halen/tree/main/plugins/reasoning-compactor",
"downloadURL": "https://github.com/lukataylo/halen/releases/download/v0.1.0-alpha/com.halen.reasoning-compactor.zip"
},
{
"id": "com.halen.mother",
"name": "Mother",
"summary": "Hardcore local discipline. Keeps you off the apps and sites you blocked — and means it.",
"author": "Halen Labs",
"version": "1.0.0",
"icon": "lock.shield",
"category": "focus",
"sourceURL": "https://github.com/lukataylo/halen/tree/main/plugins/mother",
"downloadURL": "https://github.com/lukataylo/halen/releases/download/v0.1.0-alpha/com.halen.mother.zip"
}
]
}