@anthonyhaussman/opencode-agy-auth 1.0.14-alpha.0 → 1.0.14

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.
package/README.md CHANGED
@@ -51,10 +51,14 @@ If you are running OpenCode in environments with specific requirements for Antig
51
51
 
52
52
  Once installed and configured, OpenCode will automatically authenticate against Antigravity CLI when interacting with eligible models. If no active session exists, you will be prompted to complete an OAuth login.
53
53
 
54
- Additionally, you can quickly check your quota using the `/agyquota` slash command directly in your OpenCode prompt, or simply by asking:
55
- > "What is my current agy quota?"
54
+ Additionally, you can check your quota using slash commands directly in your OpenCode prompt:
55
+
56
+ - `/agyquota` - Per-model detail view. Shows remaining tokens, progress bars, and reset timers for every model variant. Use when you need the full breakdown of individual buckets.
57
+ - `/agyquotasummary` - High-level grouped view. Shows weekly and 5-hour limits aggregated by model family. Use when you want a quick overview of your allowance across all models.
56
58
 
57
- This calls the injected `agy_quota` tool to give you a real-time table of your current usage, tokens remaining, and reset times.
59
+ You can also ask naturally:
60
+ > "What is my current agy quota?"
61
+ > "Show me my quota summary"
58
62
 
59
63
  ### Disk Persistence
60
64
 
package/dist/index.js CHANGED
@@ -170,7 +170,7 @@ function createAgyActivityRequestId() {
170
170
  import os from "os";
171
171
 
172
172
  // src/sdk/agy-cli-version.ts
173
- var AGY_CLI_VERSION = "1.0.13";
173
+ var AGY_CLI_VERSION = "1.0.14";
174
174
 
175
175
  // src/sdk/user-agent.ts
176
176
  var cachedUserAgent = null;