opencode-visual-cache 1.0.6 → 1.0.7

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 CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  ### 方式一:OpenCode 命令安装(推荐)
44
44
 
45
- 在 OpenCode 中按 **`Shift + P`** 打开命令面板,搜索 **`install plugin`**,输入:
45
+ 在 OpenCode 中按 **`Ctrl + P`** 打开命令面板,搜索 **`install plugin`**,输入:
46
46
 
47
47
  ```
48
48
  opencode-visual-cache
package/README_EN.md CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  ### Option 1: OpenCode Command (recommended)
45
45
 
46
- Press **`Shift + P`** in OpenCode to open the command palette, search **`install plugin`**, then type:
46
+ Press **`Ctrl + P`** in OpenCode to open the command palette, search **`install plugin`**, then type:
47
47
 
48
48
  ```
49
49
  opencode-visual-cache
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-visual-cache",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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",