opencode-usage-total 0.1.6 → 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.en.md +5 -6
- package/README.md +5 -6
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -16,15 +16,14 @@ Track model usage, tokens, and costs per agent in the OpenCode TUI sidebar.
|
|
|
16
16
|
## Install
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
opencode plugin
|
|
19
|
+
opencode plugin -g opencode-usage-total
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## Update
|
|
23
23
|
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
24
|
+
```bash
|
|
25
|
+
rm -rf ~/.cache/opencode/packages/opencode-usage-total@latest
|
|
26
|
+
opencode plugin -g opencode-usage-total
|
|
28
27
|
```
|
|
29
28
|
|
|
30
29
|
## Usage
|
package/README.md
CHANGED
|
@@ -16,15 +16,14 @@ Realiza el seguimiento de modelos, tokens y costos por agente en la barra latera
|
|
|
16
16
|
## Instalación
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
opencode plugin
|
|
19
|
+
opencode plugin -g opencode-usage-total
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## Actualización
|
|
23
23
|
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
24
|
+
```bash
|
|
25
|
+
rm -rf ~/.cache/opencode/packages/opencode-usage-total@latest
|
|
26
|
+
opencode plugin -g opencode-usage-total
|
|
28
27
|
```
|
|
29
28
|
|
|
30
29
|
## Uso
|
package/dist/index.js
CHANGED