-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "pi-opencode-go-cache",
"version": "0.3.1",
"description": "Prompt caching for Pi's OpenCode Go provider (kimi, deepseek, mimo, qwen, minimax). Stamps prompt_cache_key, 24h retention, and cache_control breakpoints on every request — beyond what pi-ai or opencode CLI do by default.",
"keywords": [
"pi-package",
"pi-extension",
"opencode-go",
"prompt-cache",
"cache-control"
],
"license": "MIT",
"author": "nnocte",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./extensions/opencode-go-cache.ts"
]
},
"repository": {
"type": "git",
"url": "https://github.com/nnocte/pi-opencode-go-cache.git"
},
"homepage": "https://github.com/nnocte/pi-opencode-go-cache",
"bugs": {
"url": "https://github.com/nnocte/pi-opencode-go-cache/issues"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-ai": "*"
}
}