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,5 @@
{
"extends": "../../tsconfig.base.json",
"include": ["index.ts", "shared.ts", "src/**/*.ts"],
"exclude": ["node_modules"]
}