squidgems 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.
- package/README.md +12 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://squidgems.ink/assets/logo.png" alt="SquidGems" width="120" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# squidgems
|
|
2
6
|
|
|
3
7
|
Track your [Claude Code](https://docs.anthropic.com/en/docs/claude-code) costs, tokens, and sessions in real time.
|
|
@@ -34,12 +38,12 @@ Sessions appear in real time at your dashboard on [squidgems.ink](https://squidg
|
|
|
34
38
|
|
|
35
39
|
## Commands
|
|
36
40
|
|
|
37
|
-
| Command
|
|
38
|
-
|
|
39
|
-
| `squidgems`
|
|
40
|
-
| `squidgems init --claude`
|
|
41
|
-
| `squidgems disable --claude` | Disconnect Claude Code from SquidGems
|
|
42
|
-
| `squidgems uninstall`
|
|
41
|
+
| Command | Description |
|
|
42
|
+
| ---------------------------- | --------------------------------------------- |
|
|
43
|
+
| `squidgems` | Register your machine (run once) |
|
|
44
|
+
| `squidgems init --claude` | Connect Claude Code to SquidGems |
|
|
45
|
+
| `squidgems disable --claude` | Disconnect Claude Code from SquidGems |
|
|
46
|
+
| `squidgems uninstall` | Remove all SquidGems config from your machine |
|
|
43
47
|
|
|
44
48
|
## What gets tracked
|
|
45
49
|
|
|
@@ -59,4 +63,5 @@ All data is tied to an anonymous machine identity. No source code or prompt cont
|
|
|
59
63
|
## Links
|
|
60
64
|
|
|
61
65
|
- [Dashboard](https://squidgems.ink)
|
|
62
|
-
- [Report issues](mailto:
|
|
66
|
+
- [Report issues](mailto:jeremy@squidcorp.ink)
|
|
67
|
+
- [Follow squidcorp](https://x.com/SquidCorp_ink)
|