@firstpick/pi-extension-git-footer-status 0.1.7 โ 0.1.8
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,3 +36,12 @@ No required configuration.
|
|
|
36
36
|
## Tools
|
|
37
37
|
|
|
38
38
|
None.
|
|
39
|
+
|
|
40
|
+
## Example view
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
๐ช โ126k ยท โ11k โ ๐พ R1.4M โ PI: 6.8k tok โ โก 48.6 tok/s โ ๐ธ $1.667 (sub) โ ๐ง 19.0%/272k (openai-codex) gpt-5.5 โข low
|
|
44
|
+
~/npm-packages (main) โ โ15 โ โฑ15m ยท Agent
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
At a glance you can see token flow, cache reads, prompt-injection size, streaming speed, cost/subscription state, context pressure, model/reasoning level, current repo/branch, dirty-file count, and session time without running `git status`.
|
package/package.json
CHANGED