oh-my-opencode-slim 1.0.3 → 1.0.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.
@@ -29,6 +29,7 @@ export declare class MultiplexerSessionManager {
29
29
  private sessions;
30
30
  private knownSessions;
31
31
  private spawningSessions;
32
+ private closingSessions;
32
33
  private pollInterval?;
33
34
  private enabled;
34
35
  constructor(ctx: PluginInput, config: MultiplexerConfig);
@@ -41,6 +42,8 @@ export declare class MultiplexerSessionManager {
41
42
  private closeSession;
42
43
  private respawnIfKnown;
43
44
  private isTrackedOrSpawning;
45
+ private updatePolling;
46
+ private getSessionId;
44
47
  cleanup(): Promise<void>;
45
48
  }
46
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode-slim",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",