oh-my-opencode-slim 1.1.0 → 1.1.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.
@@ -15,6 +15,7 @@ interface SessionEvent {
15
15
  };
16
16
  };
17
17
  }
18
+ export declare function resetMultiplexerSessionManagerState(): void;
18
19
  /**
19
20
  * Tracks child sessions and spawns/closes multiplexer panes for them.
20
21
  *
@@ -22,7 +23,7 @@ interface SessionEvent {
22
23
  * with polling kept as a fallback for reliability.
23
24
  */
24
25
  export declare class MultiplexerSessionManager {
25
- private client;
26
+ private instanceId;
26
27
  private serverUrl;
27
28
  private directory;
28
29
  private multiplexer;
@@ -39,6 +40,7 @@ export declare class MultiplexerSessionManager {
39
40
  private startPolling;
40
41
  private stopPolling;
41
42
  private pollSessions;
43
+ private fetchSessionStatuses;
42
44
  private closeSession;
43
45
  private respawnIfKnown;
44
46
  private isTrackedOrSpawning;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode-slim",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Lightweight agent orchestration plugin for OpenCode - a slimmed-down fork of oh-my-opencode",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",