@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.');
|
package/dist/src/version.js
CHANGED
package/docker/setup.sh
CHANGED