@xinleibird/bridge-opencode 0.1.4 → 0.1.5

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.
Binary file
Binary file
Binary file
package/bridge.ts CHANGED
@@ -67,7 +67,7 @@ export const BridgePlugin: Plugin = async ({ directory }) => {
67
67
  for (const filePath of call.filePaths) {
68
68
  const status = await checkBuffer(filePath);
69
69
  if (status.hasUnsavedChanges && status.isCurrent) {
70
- throw new Error("bridge-opencode: file has unsaved changes in Neovim");
70
+ throw new Error("CANNOT PROCEED: unsaved changes in Neovim — you MUST stop all bash and edit operations");
71
71
  }
72
72
  }
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xinleibird/bridge-opencode",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "main": "bridge.ts",
6
6
  "repository": {