opencode-visual-cache 1.0.0 → 1.0.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 -2
- package/README_EN.md +2 -2
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
|
|
19
19
|
<div align="center">
|
|
20
20
|
<strong>支持折叠,节省侧边栏占用👇</strong> <br>
|
|
21
|
-
<img src="
|
|
21
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/example2.png"></img>
|
|
22
22
|
</div>
|
|
23
23
|
<div align="center">
|
|
24
24
|
<strong>展开👇</strong> <br>
|
|
25
|
-
<img src="
|
|
25
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/example1.png"></img>
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
28
|
---
|
package/README_EN.md
CHANGED
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
|
|
19
19
|
<div align="center">
|
|
20
20
|
<strong>Collapsed 👇</strong> <br>
|
|
21
|
-
<img src="
|
|
21
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/example2.png"></img>
|
|
22
22
|
</div>
|
|
23
23
|
<div align="center">
|
|
24
24
|
<strong>Expanded 👇</strong> <br>
|
|
25
|
-
<img src="
|
|
25
|
+
<img src="https://raw.githubusercontent.com/Hotakus/opencode-visual-cache/master/assets/example1.png"></img>
|
|
26
26
|
</div>
|
|
27
27
|
|
|
28
28
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-visual-cache",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "OpenCode TUI plugin displaying real-time token cache hit rate in the sidebar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"./tui": {
|
|
14
14
|
"import": "./src/index.tsx",
|
|
15
|
-
"config": {
|
|
15
|
+
"config": {
|
|
16
|
+
"enabled": true
|
|
17
|
+
}
|
|
16
18
|
}
|
|
17
19
|
},
|
|
18
20
|
"files": [
|