@latentminds/pi-quotas 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- <p align="center">
2
- <img src="docs/latent-minds@2x.png" alt="Latent Minds" width="320" />
3
- </p>
4
-
5
1
  # @latentminds/pi-quotas
6
2
 
7
3
  Quota monitoring for the [Pi coding agent](https://github.com/mariozechner/pi). Shows remaining usage and rate limits for Anthropic, OpenAI Codex, and GitHub Copilot — directly in your Pi session.
@@ -92,3 +88,11 @@ No additional setup is required — if Pi can use the provider, pi-quotas can ch
92
88
  ## License
93
89
 
94
90
  [MIT](LICENSE) © Latent Minds Pty Ltd
91
+
92
+ ## Acknowledgements
93
+
94
+ This project was inspired by [@aliou/pi-synthetic](https://www.npmjs.com/package/@aliou/pi-synthetic).
95
+
96
+ <p align="center">
97
+ <img src="docs/latent-minds@2x.png" alt="Latent Minds" width="320" />
98
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latentminds/pi-quotas",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,