@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-mini: { kind: codex-cli, command: codex, model: gpt-5.4-mini, timeoutMs: 1800000 }
28
- codex-flagship: { kind: codex-cli, command: codex, model: gpt-5.5, timeoutMs: 1800000 }
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-mini\`, \`codex-flagship\`, and
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
@@ -108,4 +108,4 @@ export function resolveWakeVersion(options = {}) {
108
108
  return `g${headHash.slice(0, 7)}`;
109
109
  return '0.1.0-dev';
110
110
  }
111
- export const wakeVersion = "g5c03d4d";
111
+ export const wakeVersion = "g96ae149";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atolis-hq/wake",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Local autonomous agent control plane for software development",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {