gusage 1.0.0 → 1.0.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
A standalone, sub-second CLI to export and monitor Gemini CLI quota and usage statistics.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img src="assets/demo.png" width="500" />
|
|
6
|
+
<img src="https://raw.githubusercontent.com/a-hariti/gusage/master/assets/demo.png" width="500" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
This tool reverse-engineers the internal API handshakes used by the main Gemini CLI to fetch usage statistics.
|