codeam-cli 2.15.2 → 2.15.6

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codeam-cli",
3
- "version": "2.15.2",
4
- "description": "Remote control Claude Code (and other AI coding agents) from your mobile phone. Pair your device, send prompts, stream responses in real-time, and approve commandsfrom anywhere.",
3
+ "version": "2.15.6",
4
+ "description": "Workflow-continuity bridge for AI coding agents. Wrap Claude Code or Codex in a PTY and supervise, approve, and redirect the session from any device async. The terminal companion for CodeAgent Mobile.",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
@@ -24,29 +24,29 @@
24
24
  "keywords": [
25
25
  "claude",
26
26
  "claude-code",
27
- "claude-code-mobile",
28
27
  "ai",
29
28
  "ai-agent",
30
29
  "ai-coding",
31
- "ai-pair-programming",
30
+ "ai-workflow",
31
+ "ai-workflow-continuity",
32
+ "async-ai-productivity",
33
+ "remote-ai-supervision",
32
34
  "cli",
33
- "remote-control",
34
- "remote-development",
35
- "mobile-ide",
36
- "mobile-coding",
37
- "pair-programming",
35
+ "developer-tools",
36
+ "devtools",
38
37
  "codeagent",
39
38
  "codeam",
40
39
  "anthropic",
40
+ "openai-codex",
41
41
  "cursor",
42
42
  "copilot",
43
43
  "jetbrains",
44
44
  "vscode",
45
+ "windsurf",
45
46
  "mcp",
46
- "code-from-phone",
47
- "afk-coding",
48
- "remote-pair-programming",
49
- "agent-control"
47
+ "remote-development",
48
+ "agent-control",
49
+ "agent-operations"
50
50
  ],
51
51
  "homepage": "https://codeagent-mobile.com",
52
52
  "bugs": {
@@ -70,6 +70,7 @@
70
70
  },
71
71
  "dependencies": {
72
72
  "@clack/prompts": "^1.2.0",
73
+ "chokidar": "^3.6.0",
73
74
  "picocolors": "^1.1.0",
74
75
  "qrcode-terminal": "^0.12.0",
75
76
  "ws": "^8.18.0",