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
Three real follow-ups on top of the initial v1 port, all surfaced while
porting feedback from sourcegraph/sourcegraph#12503:
- Stop emitting SRC_BATCHES_MODEL_PROVIDER_TOKEN in src-cli logs.
The forwarded token is now redacted in StepStarted UI metadata
(JSON-lines) and in the 'full command' debug log, but still passed
verbatim to the docker -e flags so the agent CLI inside the
container can use it. Server-side RedactedValues stays as a backstop.
- Reject v3 codingAgent steps that omit image: at parse time, instead
of failing later in the executor with an empty-image error.
- Harden the codex install script: extract into a mktemp dir and mv
into the install path so a failed/retried install can't leave a
half-written binary behind, and assert that the installed binary's
--version contains pinnedVersion (catches a stale binary surviving
from a prior failed install).
Also adds tests for the new redaction helpers, Step.MarshalJSON
canonicalization, and the new codingAgent-requires-image validation.
0 commit comments