codeam-cli 2.4.27 → 2.4.29

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/CHANGELOG.md +12 -0
  2. package/dist/index.js +6144 -4631
  3. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeam-cli",
3
- "version": "2.4.27",
3
+ "version": "2.4.29",
4
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 commands — from anywhere.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -74,6 +74,9 @@
74
74
  "ws": "^8.18.0",
75
75
  "zod": "^4.3.6"
76
76
  },
77
+ "optionalDependencies": {
78
+ "node-pty": "^1.0.0"
79
+ },
77
80
  "devDependencies": {
78
81
  "@codeagent/shared": "*",
79
82
  "@types/node": "^22.0.0",