Say which build is answering, on the opening line

7dc6c22a94a0 · AtlantisPleb · · parent a3c8197d4eb6

Say which build is answering, on the opening line

The session named its lane, its endpoint and its ACP agents but not itself, so
there was no way to tell from the screen which build was running -- which
mattered the moment a shell function shadowed the installed binary and a stale
build answered while looking identical.

It reads `coder 0.0.2 · …` now, from `openagents_cli::VERSION`, so it reports
the version it was published under rather than the crate manifest's.

Both greeting sites, because there are two: the token that was already stored,
and the one a login has just produced.

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/coder-lite/src/interactive.rs

Diff

1 file changed, +4 -2

crates/coder-lite/src/interactive.rs modified +4 -2

@@ -107,7 +107,8 @@ pub async fn run_tui(options: SessionOptions) -> Result<(), Box<dyn std::error::

107 107
            ui.entries.push(Entry::new(
108 108
                Role::Notice,
109 109
                format!(
110
                    "{} · {} · {acp_line} · /help",
110
                    "coder {} · {} · {} · {acp_line} · /help",
111
                    openagents_cli::VERSION,
111 112
                    lane.label(),
112 113
                    crate::runtime::api_base()
113 114
                ),

@@ -205,7 +206,8 @@ pub async fn run_tui(options: SessionOptions) -> Result<(), Box<dyn std::error::

205 206
                            ui.entries.push(Entry::new(
206 207
                                Role::Notice,
207 208
                                format!(
208
                                    "{} · {} · {acp_line} · /help",
209
                                    "coder {} · {} · {} · {acp_line} · /help",
210
                                    openagents_cli::VERSION,
209 211
                                    lane.label(),
210 212
                                    crate::runtime::api_base()
211 213
                                ),

This page updates live while a promote is in flight · changelog