@sleep2agi/agent-node 2.5.0-preview.24 → 2.5.0-preview.26

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.
Files changed (3) hide show
  1. package/README.md +15 -108
  2. package/dist/cli.js +129 -156
  3. package/package.json +6 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sleep2agi/agent-node",
3
- "version": "2.5.0-preview.24",
4
- "description": "AI Agent runtime for CommHub networks, including Claude, Codex, Grok ACP/co-presence, and OpenCode ACP runtimes.",
3
+ "version": "2.5.0-preview.26",
4
+ "description": "AI Agent runtime for CommHub networks. Supports Claude Code CLI, Claude Agent SDK, Codex SDK, Codex app-server, Grok Build ACP, and OpenCode CLI.",
5
5
  "bin": {
6
6
  "agent-node": "dist/cli.js"
7
7
  },
@@ -11,7 +11,7 @@
11
11
  "README.md"
12
12
  ],
13
13
  "scripts": {
14
- "build": "bun build src/cli.ts --outdir dist --entry-naming cli.js --target node --minify --external @anthropic-ai/claude-agent-sdk --external '@anthropic-ai/claude-agent-sdk-*' --external @openai/codex-sdk --external node-pty",
14
+ "build": "bun build src/cli.ts --outdir dist --entry-naming cli.js --target node --minify --external @anthropic-ai/claude-agent-sdk --external '@anthropic-ai/claude-agent-sdk-*' --external @openai/codex-sdk",
15
15
  "prepublishOnly": "npm run build"
16
16
  },
17
17
  "keywords": [
@@ -24,8 +24,6 @@
24
24
  "gpt5",
25
25
  "grok",
26
26
  "xai",
27
- "grok-build-cli",
28
- "copresence",
29
27
  "acp",
30
28
  "sdk",
31
29
  "minimax",
@@ -58,8 +56,7 @@
58
56
  "zod": "^4.4.3"
59
57
  },
60
58
  "optionalDependencies": {
61
- "@openai/codex": "0.144.0",
62
- "@openai/codex-sdk": "^0.133.0",
63
- "node-pty": "^1.1.0"
59
+ "@openai/codex": "^0.133.0",
60
+ "@openai/codex-sdk": "^0.133.0"
64
61
  }
65
- }
62
+ }