Team Management via Chat and Smarter Agent Navigation
improvedYou can now manage your organization's teams directly from the Hyphen chat interface, with real-time updates reflected everywhere instantly. Agent messages also now contain live links to every entity they reference, so navigating from chat to the work the agent created is easy.
Team Management via Chat
You can now manage your organization's teams entirely from the Hyphen chat interface. The agent supports:
- Add a member — "Add Nathan to the support team." The agent resolves the member and team, presents a confirmation step, and executes on approval.
- Remove a member — "Remove Kyle from the infra team." Same confirmation flow, same instant feedback.
- Create a team — "Create the design team" or "Create the design team and add Jordan." Requires confirmation before creating.
- Delete a team — "Delete the support team." Case-sensitive name matching with confirmation before any data is mutated.
- Team Info - "Tell me about the Support team." The agent will tell you how many members the team has, and what they have been given explicit access to.
Team changes emit real-time socket events so membership is reflected in the UI immediately after the agent acts.
Chat Navigation Improvements
Task and run cards — When the agent creates a task in chat, it now renders as a card with links to both the task detail page and the latest run directly. Previously you had to navigate to the task first, then select the run.
Log analysis summaries in the task list — The agent thread list now shows
a compact issue-action summary for each log analysis run inline — for example
3 created, 1 commented, 1 skipped — so you can see outcomes without opening
the run.
Log analysis warning display — Warnings from log analysis are now styled distinctly and grouped in their own section, separated from critical findings.
Things to Know
- Team management only works for static teams. Dynamic teams do not support direct membership changes via chat.
- All team mutations require confirmation. The agent will never create, delete, or modify team membership without presenting a confirmation step first.
Under the Hood
- AWS Load Balancer listener rules now support multiple hostname and path patterns per rule, enabling more complex routing configurations.