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
feat(cli): add --broker-name override to agent-relay up (#939)
The broker name is otherwise derived from the project directory basename,
which means re-running `up` against a workspace that already has an agent
with that name fails the relaycast handshake with
`agent name '<name>' already exists`. The only existing workarounds were
to rename the project directory or rotate the workspace key.
Threads a `brokerName` option through `UpOptions`,
`CoreDependencies.createRelay`, `createDefaultRelay`, and
`createAgentRelayClient` into the SDK's `AgentRelayClient.spawn`, which
already supported it. Also forwards `--broker-name` from background
re-execs in `childUpArgsForDetachedStart` so programmatic callers (not
just CLI users whose argv is preserved verbatim) get the override.
Co-authored-by: Proactive Runtime Bot <agent@agent-relay.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments