初始提交:OpenCode Go 用量监控 Tauri 桌面应用

This commit is contained in:
root
2026-08-10 05:09:07 +08:00
commit 0bb07f9860
40 changed files with 9682 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "remote-console",
"description": "Capability for the remote opencode.ai console page (hidden browser window)",
"windows": ["browser"],
"remote": {
"urls": ["https://opencode.ai"]
},
"permissions": ["core:event:default"]
}