shell-mirror 1.5.31 → 1.5.32

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/lib/auto-start.js CHANGED
@@ -547,7 +547,8 @@ WS_URL=${wsConfig.wsUrl}` : ''}
547
547
  USER_NAME: authInfo.name,
548
548
  ACCESS_TOKEN: authInfo.accessToken,
549
549
  WEBSOCKET_URL: 'wss://shell-mirror-30aa5479ceaf.herokuapp.com',
550
- CONNECTION_TYPE: 'cloud-websocket'
550
+ CONNECTION_TYPE: 'cloud-websocket',
551
+ AGENT_ID: agentId
551
552
  };
552
553
 
553
554
  console.log('🌐 Connecting to: wss://shell-mirror-30aa5479ceaf.herokuapp.com');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shell-mirror",
3
- "version": "1.5.31",
3
+ "version": "1.5.32",
4
4
  "description": "Access your Mac shell from any device securely. Perfect for mobile coding with Claude Code CLI, Gemini CLI, and any shell tool.",
5
5
  "main": "server.js",
6
6
  "bin": {