@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.
- package/bin/cli.js +3 -0
- 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