@offbynan/pi-cursor-provider 0.5.0 → 0.5.1

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/package.json +1 -1
  2. package/proxy.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@offbynan/pi-cursor-provider",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Pi extension providing access to Cursor models via OAuth and a local OpenAI-compatible gRPC proxy",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/proxy.ts CHANGED
@@ -1584,7 +1584,7 @@ export function buildCursorRequest(
1584
1584
  turns: turnBlobIds,
1585
1585
  todos: [],
1586
1586
  pendingToolCalls: [],
1587
- previousWorkspaceUris: [`file://${process.cwd()}`],
1587
+ previousWorkspaceUris: [],
1588
1588
  mode: 1,
1589
1589
  fileStates: {},
1590
1590
  fileStatesV2: {},