spawn/packages/cli/src/shared
A 43843a882b
refactor: Remove dead setupOpenclawBatched export and unused batched setup mechanism (#2069)
- Delete the exported `setupOpenclawBatched` function from `agent-setup.ts` — it was
  never imported or called anywhere in the codebase (confirmed via exhaustive grep)
- Remove the unused `setup?` field from the `AgentConfig` interface in `agents.ts` —
  no agent implementation ever assigned this property
- Remove the dead `if (agent.setup)` branch from `orchestrate.ts` — the batched path
  was always unreachable because no agent provided a `setup` callback

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 15:43:43 -05:00
..
agent-setup.ts refactor: Remove dead setupOpenclawBatched export and unused batched setup mechanism (#2069) 2026-03-01 15:43:43 -05:00
agents.ts refactor: Remove dead setupOpenclawBatched export and unused batched setup mechanism (#2069) 2026-03-01 15:43:43 -05:00
cloud-init.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
oauth.ts fix: surface OAuth denial error immediately instead of waiting 120s (#2039) 2026-02-28 14:42:32 -08:00
orchestrate.ts refactor: Remove dead setupOpenclawBatched export and unused batched setup mechanism (#2069) 2026-03-01 15:43:43 -05:00
ssh-keys.ts fix: extend HOME hardening to ssh-keys, sprite, gcp (3 files missed by #2026) (#2036) 2026-02-28 13:51:09 -08:00
ssh.ts fix: eliminate keystroke loss during interactive agent sessions (#1939) 2026-02-26 00:08:38 -05:00
ui.ts feat!: remove Fly.io cloud provider support (#1979) 2026-02-27 00:06:32 -05:00