opencode-sysinfo 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,11 @@ This plugin puts the hostname, project directory, resource usage, and battery le
24
24
 
25
25
  ## Installation
26
26
 
27
- Add to your `tui.json` (project root or `~/.config/opencode/tui.json`):
27
+ ```bash
28
+ opencode plugin opencode-sysinfo
29
+ ```
30
+
31
+ Or add to your `tui.json` manually:
28
32
 
29
33
  ```json
30
34
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sysinfo",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "OpenCode TUI plugin that shows system info (hostname, RAM, CPU, battery) in the sidebar",
5
5
  "type": "module",
6
6
  "exports": {