@abitat_reece/cli 0.1.1 → 0.1.2

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 (2) hide show
  1. package/dist/iphone.js +2 -1
  2. package/package.json +2 -2
package/dist/iphone.js CHANGED
@@ -12,7 +12,8 @@ export function createIphoneStartupPlan(input) {
12
12
  env: {
13
13
  ABITAT_API_URL: input.apiUrl,
14
14
  ABITAT_HOST_TOKEN: input.hostToken,
15
- ABITAT_MACHINE_ID: input.machineId
15
+ ABITAT_MACHINE_ID: input.machineId,
16
+ CODEX_APP_SERVER_URL: input.codexServerUrl
16
17
  }
17
18
  }
18
19
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abitat_reece/cli",
3
3
  "private": false,
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "Remote Codex control from Mac and iPhone",
6
6
  "type": "module",
7
7
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "node": ">=22"
16
16
  },
17
17
  "dependencies": {
18
- "@abitat_reece/host-daemon": "0.1.1"
18
+ "@abitat_reece/host-daemon": "0.1.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "25.6.0",