@mrclrchtr/supi-context 4.4.0 → 4.5.0
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
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
</a>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
|
-
# @mrclrchtr/supi-context
|
|
9
|
+
# @mrclrchtr/supi-context — Context Window and Token Usage Monitor for Pi
|
|
10
10
|
|
|
11
|
-
Adds context
|
|
11
|
+
Adds context window and token usage monitoring to the [Pi coding agent](https://github.com/earendil-works/pi).
|
|
12
12
|
|
|
13
13
|
## Install
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrclrchtr/supi-context",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.5.0",
|
|
4
|
+
"description": "Context window and token usage monitor for the Pi coding agent",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"typebox": "*",
|
|
35
|
-
"@mrclrchtr/supi-core": "4.
|
|
35
|
+
"@mrclrchtr/supi-core": "4.5.0"
|
|
36
36
|
},
|
|
37
37
|
"bundledDependencies": [
|
|
38
38
|
"@mrclrchtr/supi-core"
|