@ccpocket/bridge 1.47.0 → 1.47.2

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.
@@ -71,7 +71,7 @@ export function setupLaunchd(opts) {
71
71
  <string>/bin/zsh</string>
72
72
  <string>-li</string>
73
73
  <string>-c</string>
74
- <string>exec npx @ccpocket/bridge@latest</string>
74
+ <string>exec npx --yes @ccpocket/bridge@latest</string>
75
75
  </array>
76
76
 
77
77
  <key>EnvironmentVariables</key>
@@ -79,7 +79,7 @@ After=network.target
79
79
 
80
80
  [Service]
81
81
  Type=simple
82
- ExecStart=${npxPath} @ccpocket/bridge@latest
82
+ ExecStart=${npxPath} --yes @ccpocket/bridge@latest
83
83
  ${envLines}
84
84
  Restart=on-failure
85
85
  RestartSec=5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccpocket/bridge",
3
- "version": "1.47.0",
3
+ "version": "1.47.2",
4
4
  "description": "Bridge server that connects Claude Agent SDK and Codex CLI sessions to mobile devices via WebSocket",
5
5
  "private": false,
6
6
  "type": "module",