@different-ai/opencode-browser 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/bin/cli.js +3 -0
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -102,6 +102,9 @@ ${color("bright", "Usage:")}
102
102
  npx @different-ai/opencode-browser start Run MCP server
103
103
  npx @different-ai/opencode-browser uninstall Remove installation
104
104
 
105
+ ${color("bright", "With bun:")}
106
+ bunx @different-ai/opencode-browser install
107
+
105
108
  ${color("bright", "For scheduled jobs:")}
106
109
  Run 'daemon-install' to enable browser tools in background jobs.
107
110
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@different-ai/opencode-browser",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Browser automation for OpenCode via Chrome extension + Native Messaging. Inspired by Claude in Chrome.",
5
5
  "type": "module",
6
6
  "bin": {