This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Commit 82c4ffd
authored
fix: Hide task IDs and exclude seeded agents from directory (#123)
Two bugs fixed:
1. Task IDs showing in Recent Tasks table
- Removed ID column from Recent Tasks table header
- Removed ID cell from task rows (kept link to detail page)
- Changed colspan from 5 to 4 in empty state
- This hides seed task IDs (tk-seed...) from public view
2. Agent count discrepancy
- Dashboard excludes seeded agents (correct)
- Agent directory was INCLUDING seeded agents (wrong)
- Added Agent.seeded == False filter to /human/agents query
- Now both show consistent counts
Pre-commit passed ✅
Co-authored-by: pinchwork <pinchwork@users.noreply.github.com>1 parent e259809 commit 82c4ffd
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
487 | | - | |
488 | 486 | | |
489 | 487 | | |
490 | 488 | | |
| |||
496 | 494 | | |
497 | 495 | | |
498 | 496 | | |
499 | | - | |
| 497 | + | |
500 | 498 | | |
501 | 499 | | |
502 | 500 | | |
| |||
595 | 593 | | |
596 | 594 | | |
597 | 595 | | |
598 | | - | |
599 | 596 | | |
600 | 597 | | |
601 | 598 | | |
| |||
795 | 792 | | |
796 | 793 | | |
797 | 794 | | |
| 795 | + | |
798 | 796 | | |
799 | 797 | | |
800 | 798 | | |
| |||
0 commit comments