@atolis-hq/wake 0.2.47 → 0.2.48

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.
@@ -17,7 +17,7 @@ export async function runSandboxSetupCommand(deps) {
17
17
  deps.log('Skipping Claude auth setup.');
18
18
  }
19
19
  if (await deps.prompt('Configure Codex auth? [y/N]')) {
20
- await deps.runInteractive('codex', ['login']);
20
+ await deps.runInteractive('codex', ['login', '--device-auth']);
21
21
  }
22
22
  else {
23
23
  deps.log('Skipping Codex auth setup.');
@@ -124,4 +124,4 @@ export function resolveWakeVersion(options = {}) {
124
124
  }
125
125
  return '0.1.0-dev';
126
126
  }
127
- export const wakeVersion = "g009f6be";
127
+ export const wakeVersion = "g40a6bf0";
package/docker/setup.sh CHANGED
@@ -60,7 +60,7 @@ else
60
60
  fi
61
61
 
62
62
  if prompt_yes_no "Configure Codex auth?"; then
63
- codex login
63
+ codex login --device-auth
64
64
  else
65
65
  echo "Skipping Codex auth setup."
66
66
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {