add sub-bar usage widget extension with opencode-go support

This commit is contained in:
2026-03-12 12:30:09 +00:00
parent 9ad10a016c
commit 7a9e2b94ff
70 changed files with 14787 additions and 6 deletions
@@ -0,0 +1,16 @@
{
"name": "sub-bar",
"version": "1.3.0",
"description": "Usage widget extension for pi-coding-agent",
"type": "module",
"license": "MIT",
"pi": {
"extensions": [
"./index.ts",
"./sub-core/index.ts"
]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
}
}