lifecycle: thread on_step callback through rebuild for accurate queue step labels
This commit is contained in:
parent
4df65deb20
commit
d14df8b9a0
4 changed files with 20 additions and 3 deletions
|
|
@ -141,6 +141,7 @@ async fn dispatch(req: &HostRequest, coord: Arc<Coordinator>) -> HostResponse {
|
|||
coord.dashboard_port,
|
||||
&coord.operator_pronouns,
|
||||
&coord.context_window_tokens,
|
||||
&|_| (),
|
||||
)
|
||||
.await;
|
||||
// Mirror auto_update::rebuild_agent — the manager wants
|
||||
|
|
|
|||
Loading…
Reference in a new issue