octto 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ When you describe your idea, octto opens an interactive UI:
36
36
  Add to `~/.config/opencode/opencode.json`:
37
37
 
38
38
  ```json
39
- { "plugin": ["/path/to/octto"] }
39
+ { "plugin": ["octto"] }
40
40
  ```
41
41
 
42
42
  Select the **octto** agent:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octto",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "OpenCode plugin that turns rough ideas into designs through branch-based exploration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",