fix(ios): use effective agent label for live activity
When the gateway has a default agent but the user has no explicit selection, the Dynamic Island should show the resolved active agent name instead of falling back to a hardcoded main placeholder.\n\nUse NodeAppModel.activeAgentName when starting the Live Activity so the label stays aligned with the effective gateway agent identity.
This commit is contained in:
parent
6dfd5569b3
commit
1bb3a64dc1
@ -1955,7 +1955,7 @@ private extension NodeAppModel {
|
||||
liveActivity.handleConnecting()
|
||||
} else {
|
||||
liveActivity.startActivity(
|
||||
agentName: self.selectedAgentId ?? "main",
|
||||
agentName: self.activeAgentName,
|
||||
sessionKey: self.mainSessionKey)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user