@1presence/bridge 0.17.0 → 0.18.0

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/dist/claude.js +1 -1
  2. package/package.json +1 -1
package/dist/claude.js CHANGED
@@ -170,7 +170,7 @@ function spawnClaude(params) {
170
170
  '--tools', '',
171
171
  '--setting-sources', '',
172
172
  '--allowedTools', 'mcp__1presence__*',
173
- '--system-prompt', systemPromptPath,
173
+ '--system-prompt-file', systemPromptPath,
174
174
  '--mcp-config', mcpConfigPath,
175
175
  '--strict-mcp-config',
176
176
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1presence/bridge",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Run 1Presence on your Mac and use your Claude.ai Pro subscription from any device",
5
5
  "bin": {
6
6
  "1presence-bridge": "dist/index.js"