You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add multi-host machine filtering and labels (#227)
## Summary
- add true multi-select machine filtering end to end so the machine
filter supports 1..N selected hosts
- render each session's machine/hostname as a compact secondary line
under the agent area in the sidebar
- make machine filter selected state explicit with the same
checkbox-style treatment used for multi-select filters
## Test Plan
- [x] `cd frontend && npm run check`
- [x] `cd frontend && npm test`
- [x] `CC=gcc go test ./internal/db -run
TestSessionFilterMachineMultiSelect -count=1`
- [x] `CC=gcc go test -tags pgtest ./internal/postgres -run
TestStoreListSessions_MachineMultiSelect -count=1`
- [x] manual PG-backed review of the PR build against the real
multi-host dataset (`dgx`, `nv1`, `spark`) via `./agentsview pg serve
-host 127.0.0.1 -port 18081`
Closes#220.
0 commit comments