feat: enhance agent management with support for multiple instances and update UI accordingly

This commit is contained in:
2026-03-04 23:41:26 +00:00
parent bcbbd974e3
commit 1e5103eb70
7 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func (a *Adapter) loadAgents() tea.Cmd {
Enabled: s.Enabled,
Running: s.Running,
PID: s.PID,
Instances: a.mgr.InstanceCount(s.ID),
Instances: s.Instances,
}
if s.Running {