@foae/opencode-timings 0.2.0 → 0.2.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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ Files panels, reading the session's messages directly from the TUI's reactive
|
|
|
9
9
|
state. Nothing is ever injected into the message stream, so there is **zero
|
|
10
10
|
context-window pollution**.
|
|
11
11
|
|
|
12
|
+

|
|
13
|
+
|
|
12
14
|
```
|
|
13
15
|
Timing
|
|
14
16
|
api/wall ██████░░ 78%
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foae/opencode-timings",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "OpenCode TUI sidebar panel showing per-session timing: total API/inference time, wall-clock, turns, average and slowest turn. Zero context-window pollution.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "foae",
|