@sleep2agi/agent-network 2.3.0-preview.44 → 2.3.0-preview.46

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.
@@ -1,6 +1,17 @@
1
- export declare const OPENCODE_AGENT_NETWORK_VERSION = "2.3.0-preview.44";
2
- export declare const OPENCODE_AGENT_NODE_VERSION = "2.5.0-preview.33";
3
- export declare const OPENCODE_AGENT_NODE_SPEC = "@sleep2agi/agent-node@2.5.0-preview.33";
1
+ export declare const PAIRED_AGENT_NETWORK_VERSION = "2.3.0-preview.46";
2
+ export declare const PAIRED_AGENT_NODE_VERSION = "2.5.0-preview.34";
3
+ export declare const PAIRED_AGENT_NODE_SPEC = "@sleep2agi/agent-node@2.5.0-preview.34";
4
+ export declare const OPENCODE_AGENT_NETWORK_VERSION = "2.3.0-preview.46";
5
+ export declare const OPENCODE_AGENT_NODE_VERSION = "2.5.0-preview.34";
6
+ export declare const OPENCODE_AGENT_NODE_SPEC = "@sleep2agi/agent-node@2.5.0-preview.34";
7
+ export type PairedAgentNodeResolution = {
8
+ spec: string;
9
+ args: string[];
10
+ allowPathGlobal: false;
11
+ };
12
+ /** The codex bridge must resolve the immutable release pair, independent of PATH. */
13
+ export declare function pairedAgentNodeResolution(): PairedAgentNodeResolution;
14
+ export declare function agentNodeHelpSupportsCodexAppServer(help: string): boolean;
4
15
  export declare function opencodeExactPairInstallCommand(): string;
5
16
  /** Runtime capability advertised by agent-node's operator-facing help. */
6
17
  export declare function agentNodeHelpSupportsOpencode(help: string): boolean;
@@ -31,4 +31,4 @@ export declare function parsePaneRows(listOutput: string): PaneRow[];
31
31
  */
32
32
  export declare function paneTargetFor(listOutput: string, sessionName: string): string | null;
33
33
  /** The format string the two functions above expect. */
34
- export declare const PANE_LIST_FORMAT = "#{session_name}\t#{window_index}.#{pane_index}";
34
+ export declare const PANE_LIST_FORMAT = "#{session_name}::ANET_PANE::#{window_index}.#{pane_index}";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleep2agi/agent-network",
3
- "version": "2.3.0-preview.44",
3
+ "version": "2.3.0-preview.46",
4
4
  "description": "AI Agent Network CLI — Local-first multi-agent orchestration across 6 runtimes (Claude Code CLI / Claude Agent SDK / Codex SDK / Codex app-server / Grok Build ACP / OpenCode CLI) and 8+ LLM providers. Apache 2.0.",
5
5
  "type": "module",
6
6
  "main": "dist/src/client.js",