opencode-copilot-account-switcher 0.2.2 → 0.2.3

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.
@@ -2,6 +2,8 @@ const RETRYABLE_MESSAGES = [
2
2
  "load failed",
3
3
  "failed to fetch",
4
4
  "network request failed",
5
+ "sse read timed out",
6
+ "unable to connect",
5
7
  "econnreset",
6
8
  "etimedout",
7
9
  "socket hang up",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-copilot-account-switcher",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "GitHub Copilot account switcher plugin for OpenCode",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",