pi-token-burden 0.1.2 → 0.1.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/CHANGELOG.md +12 -0
- package/README.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## v0.1.2...main
|
|
5
|
+
|
|
6
|
+
[compare changes](https://github.com/Whamp/pi-token-burden/compare/v0.1.2...main)
|
|
7
|
+
|
|
8
|
+
### 📖 Documentation
|
|
9
|
+
|
|
10
|
+
- Add banner image to README ([e6205c0](https://github.com/Whamp/pi-token-burden/commit/e6205c0))
|
|
11
|
+
|
|
12
|
+
### ❤️ Contributors
|
|
13
|
+
|
|
14
|
+
- Will Hampson <will@ggl.slmail.me>
|
|
15
|
+
|
|
4
16
|
## v0.1.1...main
|
|
5
17
|
|
|
6
18
|
[compare changes](https://github.com/Whamp/pi-token-burden/compare/v0.1.1...main)
|
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="./banner.png" alt="pi-token-burden banner" width="720" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# pi-token-burden
|
|
2
6
|
|
|
3
7
|
[](https://www.npmjs.com/package/pi-token-burden)
|
|
@@ -11,6 +15,12 @@ system prompt and shows a token-budget breakdown by section. Run `/token-burden`
|
|
|
11
15
|
to see how much of your context window is consumed by the base prompt, AGENTS.md
|
|
12
16
|
files, skills, SYSTEM.md overrides, and metadata.
|
|
13
17
|
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
https://github.com/user-attachments/assets/54408cd9-e24b-4e19-a289-b3e68b2068b9
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
14
24
|
## Install
|
|
15
25
|
|
|
16
26
|
```bash
|