@mrclrchtr/supi-context 4.4.0 → 4.5.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
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<a href="https://github.com/mrclrchtr/supi/tree/main/packages/supi-context">
|
|
3
3
|
<picture>
|
|
4
|
-
<img src="https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-context/assets/
|
|
4
|
+
<img src="https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-context/assets/social-preview.png" alt="SuPi Context" width="100%">
|
|
5
5
|
</picture>
|
|
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
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<a href="https://github.com/mrclrchtr/supi/tree/main/packages/supi-core">
|
|
3
3
|
<picture>
|
|
4
|
-
<img src="https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-core/assets/
|
|
4
|
+
<img src="https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-core/assets/social-preview.png" alt="SuPi Core" width="100%">
|
|
5
5
|
</picture>
|
|
6
6
|
</a>
|
|
7
7
|
</div>
|
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.1",
|
|
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.1"
|
|
36
36
|
},
|
|
37
37
|
"bundledDependencies": [
|
|
38
38
|
"@mrclrchtr/supi-core"
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"pi": {
|
|
57
57
|
"extensions": [
|
|
58
58
|
"./src/extension.ts"
|
|
59
|
-
]
|
|
59
|
+
],
|
|
60
|
+
"image": "https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-context/assets/social-preview.png"
|
|
60
61
|
},
|
|
61
62
|
"main": "src/api.ts",
|
|
62
63
|
"exports": {
|