@xinleibird/bridge-opencode 0.2.3 → 0.2.4

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
@@ -69,7 +69,7 @@ export const BridgePlugin: Plugin = async ({ directory }) => {
69
69
  for (const filePath of call.filePaths) {
70
70
  const status = await checkBuffer(filePath);
71
71
  if (status.hasUnsavedChanges && status.isCurrent) {
72
- await sendMessage("File has unsaved changes. Please save it first.");
72
+ await sendMessage("⚠️ File has unsaved changes. Please save it first.");
73
73
  throw new Error(
74
74
  "STOP: Cannot apply changes — Neovim has unsaved edits. DO NOT attempt to resolve this yourself. Wait for the user to save or close the file. DO NOT use the Built-In Tools resolve this.",
75
75
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xinleibird/bridge-opencode",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",