Skip to content

Add agent teams support#12

Open
NikiforovAll wants to merge 1 commit intoL1AD:mainfrom
NikiforovAll:feat/agent-teams
Open

Add agent teams support#12
NikiforovAll wants to merge 1 commit intoL1AD:mainfrom
NikiforovAll:feat/agent-teams

Conversation

@NikiforovAll
Copy link
Copy Markdown

Summary

  • Detect Claude Code agent teams (~/.claude/teams/) and enrich session list with team badges and member counts
  • Team info modal showing members, roles, models, and task assignments
  • Owner badges on task cards + owner filter for team sessions
  • New GET /api/teams/:name endpoint for on-demand team config
  • Cached team configs with TTL, real-time SSE updates on team changes
  • CSS custom properties (--team, --team-dim) for team-related styling

Closes #7

Test plan

  • Start server, verify team sessions show 👥 badge with member count
  • Click ℹ button on team session → team modal with member cards
  • Task cards show owner badges for team tasks
  • Owner filter dropdown appears for team sessions, filters kanban
  • Non-team sessions work unchanged (no badges, no filter)
  • Real-time updates when team config changes

Detect Claude Code agent teams, display team badges in sidebar,
team info modal with member details, owner badges on task cards,
owner filtering, and real-time team config updates via SSE.

- Server: team detection, /api/teams/:name endpoint, cached configs
- Frontend: team modal, owner badges, owner filter, CSS variables
- Closes L1AD#7
@NikiforovAll
Copy link
Copy Markdown
Author

Related, has screenshots NikiforovAll#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Claude Code Teams

1 participant