pi-fluency 0.1.1 → 0.1.2
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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ accepted mistake rate = accepted occurrences / English words × 1000
|
|
|
68
68
|
|
|
69
69
|
Stats covers trailing 30 local calendar days. It shows accepted rate, review coverage, one-off total, recurring patterns, and trends. Pattern list is sorted by accepted occurrence count. Pattern becomes recurring after at least two accepted occurrences across retained history; one-offs remain in overall accepted totals and rate but stay out of recurring-pattern list and toolbar count.
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
Toolbar summarizes current activity and accepted-mistake trends:
|
|
72
72
|
|
|
73
73
|
```text
|
|
74
74
|
📥 12 💡 6 ▆▄▃▂▁▂▂ 8.4/k
|
|
@@ -81,8 +81,6 @@ README toolbar example uses portable emojis instead of Nerd Font glyphs:
|
|
|
81
81
|
| `▆▄▃▂▁▂▂` | Seven rolling accepted-mistake rates |
|
|
82
82
|
| `8.4/k` | Latest accepted mistakes per 1,000 English words |
|
|
83
83
|
|
|
84
|
-
Actual Pi toolbar currently uses Nerd Font icons. Counts and rates remain readable when those glyphs are unavailable.
|
|
85
|
-
|
|
86
84
|
## Data and limitations
|
|
87
85
|
|
|
88
86
|
Pi already sends your prompts to selected main model. When enabled, Pi Fluency additionally sends eligible, filtered prompt prose to analysis model you choose during setup. It excludes assistant messages, tool output, slash commands, injected extension input, and code; it also redacts common credentials before analysis.
|