opencode-auto-resume 1.1.8 → 1.1.9

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/README.md CHANGED
@@ -349,3 +349,4 @@ The plugin handles all recovery automatically — no manual intervention needed.
349
349
  | Hallucination loop not caught | Decrease `loopMaxContinues` to `2` |
350
350
  | Tool-text not detected | Check server logs — requires SDK message fetching |
351
351
  | Long-running tool killed | Should not happen — active-tool guard prevents it. Report a bug. |
352
+ | `Unexpected server error` on startup | Update to v1.1.8+. Caused by non-Plugin exports being treated as plugin entrypoints by OpenCode's loader. Clear the plugin cache (`~/.cache/opencode/packages/opencode-auto-resume@*`) and restart. |
package/dist/index.js CHANGED
@@ -14053,10 +14053,6 @@ var AutoResumePlugin = async (ctx, options) => {
14053
14053
  };
14054
14054
  var src_default = AutoResumePlugin;
14055
14055
  export {
14056
- isStreamingFailure,
14057
- getLastAssistantError,
14058
14056
  src_default as default,
14059
- buildOpenTodosReminder,
14060
- backoffMs,
14061
14057
  AutoResumePlugin
14062
14058
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-auto-resume",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "OpenCode plugin that automatically resumes stalled LLM sessions when thinking/streaming freezes mid-generation.",
5
5
  "keywords": [
6
6
  "opencode",