Agent instances shift around in dashboard unexpectedly #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When toggling between two different agents (without selecting, just moving the arrow keys), names were randomly being changed. Think it's because the agents are reordered by last active time, but not sure (if that is the case should be ordered by creation time only)
Fixed on
mainin44273be(fix(dashboard): stop agents in dashboard from moving during selection).The active-agent aggregator now sorts by
(started_at, slug)so dashboard refreshes keep rows stable while navigating. I amended the commit with regression coverage intests.unit.test_backend_selection, including cross-backend ordering and slug tie-breaking.Verified with: