opencode-subscription-monitor 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ ---
2
+ description: 显示订阅配额摘要
3
+ ---
4
+
5
+ Use the get_subscription_summary tool to show me the current subscription quotas for GitHub Copilot and OpenAI.
@@ -0,0 +1,5 @@
1
+ ---
2
+ description: 刷新所有订阅配额数据
3
+ ---
4
+
5
+ Use the refresh_subscription_quotas tool to refresh all quota data from GitHub Copilot and OpenAI APIs, then show me the updated subscription summary.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-subscription-monitor",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Monitor GitHub Copilot and OpenAI subscription quotas for OpenCode",
5
5
  "author": {
6
6
  "name": "Wenbin",
@@ -23,6 +23,7 @@
23
23
  },
24
24
  "files": [
25
25
  "dist",
26
+ "commands",
26
27
  "src/version.ts"
27
28
  ],
28
29
  "scripts": {
@@ -48,4 +49,4 @@
48
49
  "typescript-eslint": "^8.47.0",
49
50
  "vitest": "^3.2.4"
50
51
  }
51
- }
52
+ }