@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 +7 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
55
|
-
|
|
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
|
-
|
|
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