You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- pass worker model config/catalog into fetch_url so spawned workers use
the current Codex auth path
- fall back to reading the fresh Codex access token for openai-codex
low-cost model calls without modelConfig
- avoid clearing ELECTRIC_CODEX_ACCESS_TOKEN during desktop Codex token
refresh
- add regression coverage for Codex low-cost calls without modelConfig
## Tests
- pnpm --filter @electric-ax/agents-runtime test model-runner.test.ts --
--run
- pnpm --filter @electric-ax/agents test -- worker *(passed in the main
worktree before moving changes; in the nested .worktrees checkout it
fails to resolve workspace deps like pino/@electric-ax/agents-runtime)*
- pnpm --filter @electric-ax/agents-desktop typecheck
0 commit comments