@atolis-hq/wake 0.3.3 → 0.3.4
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.
|
@@ -24,8 +24,9 @@ execution:
|
|
|
24
24
|
fake: { kind: fake }
|
|
25
25
|
claude-haiku: { kind: claude-cli, command: claude, model: haiku, timeoutMs: 1800000 }
|
|
26
26
|
claude-opus: { kind: claude-cli, command: claude, model: claude-opus-4-8, timeoutMs: 1800000 }
|
|
27
|
-
codex-
|
|
28
|
-
codex-
|
|
27
|
+
codex-luna: { kind: codex-cli, command: codex, model: gpt-5.6-luna, timeoutMs: 1800000 }
|
|
28
|
+
codex-terra: { kind: codex-cli, command: codex, model: gpt-5.6-terra, timeoutMs: 1800000 }
|
|
29
|
+
codex-sol: { kind: codex-cli, command: codex, model: gpt-5.6-sol, timeoutMs: 1800000 }
|
|
29
30
|
cursor-composer: { kind: cursor-cli, command: cursor, model: composer-2.5, timeoutMs: 1800000 }
|
|
30
31
|
runnerPools:
|
|
31
32
|
light: [fake]
|
|
@@ -210,7 +211,7 @@ Ask the user which agent CLI(s) they have authenticated on this host:
|
|
|
210
211
|
Claude, Codex, and/or Cursor.
|
|
211
212
|
|
|
212
213
|
\`config.yaml\` already has example \`execution.agentRunners\` entries for
|
|
213
|
-
\`claude-haiku\`, \`claude-opus\`, \`codex-
|
|
214
|
+
\`claude-haiku\`, \`claude-opus\`, \`codex-luna\`, \`codex-terra\`, \`codex-sol\`, and
|
|
214
215
|
\`cursor-composer\`, but every runnerPool (\`light\`/\`standard\`/\`deep\`, with
|
|
215
216
|
\`defaultRunnerPool: standard\`) still points only at the placeholder
|
|
216
217
|
\`fake\` runner — none of them route to a real runner yet. Don't rewrite
|