Name the repository a fleet listing describes `oa deploy list` printed the target rows without the `Repository:` line the TypeScript CLI leads with. A list of bare SHAs does not say which fleet it describes, which starts mattering the moment more than one repository deploys. Found by running both against production with an operator token, which is the only way this surface could be compared at all — every earlier check had only ever seen the 401. With it, `deploy list` and `deploy view` are byte-identical between the two CLIs, human and JSON.
Name the repository a fleet listing describes
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
crates/openagents-cli/src/cli.rs
Diff
1 file changed, +11 -4
crates/openagents-cli/src/cli.rs modified +11 -4
@@ -4252,11 +4252,18 @@ async fn run_deploy(action: DeployAction, api_base: &str, token: Option<String>,
| 4252 | 4252 |
|
| 4253 | 4253 |
|
| 4254 | 4254 |
|
| 4255 |
|
|
| 4256 |
|
|
| 4255 |
|
|
| 4256 |
|
|
| 4257 |
|
|
| 4258 |
|
|
| 4259 |
|
|
| 4260 |
|
|
| 4261 |
|
|
| 4262 |
|
|
| 4263 |
|
|
| 4257 | 4264 |
|
| 4258 |
|
|
| 4259 |
|
|
| 4265 |
|
|
| 4266 |
|
|
| 4260 | 4267 |
|
| 4261 | 4268 |
|
| 4262 | 4269 |
|