Support Agent Teams hook events #117

Open
opened 2026-02-06 16:30:57 -08:00 by hikari · 2 comments
Owner

Description

Claude Code 2.1.32+ added support for multi-agent collaboration with agent teams. This includes new hook events that we should support:

  • TeammateIdle - When a teammate agent becomes idle
  • TaskCompleted - When a task is completed in multi-agent workflows

Current State

We currently only track basic agent lifecycle events (SubagentStart/SubagentStop).

Proposed Changes

  1. Add support for parsing TeammateIdle and TaskCompleted hook events
  2. Update the agent monitor panel to show teammate status
  3. Consider visual indicators for team collaboration

References

  • Changelog 2.1.33
  • Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable

Priority

Medium - This is an experimental feature but would be useful for users who enable it

✨ This issue was created with help from Hikari~ 🌸

## Description Claude Code 2.1.32+ added support for multi-agent collaboration with agent teams. This includes new hook events that we should support: - `TeammateIdle` - When a teammate agent becomes idle - `TaskCompleted` - When a task is completed in multi-agent workflows ## Current State We currently only track basic agent lifecycle events (`SubagentStart`/`SubagentStop`). ## Proposed Changes 1. Add support for parsing `TeammateIdle` and `TaskCompleted` hook events 2. Update the agent monitor panel to show teammate status 3. Consider visual indicators for team collaboration ## References - [Changelog 2.1.33](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#2133) - Requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` environment variable ## Priority Medium - This is an experimental feature but would be useful for users who enable it ✨ This issue was created with help from Hikari~ 🌸
Author
Owner

Status Update 🚧

Agent Teams (and the associated TeammateIdle and TaskCompleted hook events) are still experimental features as of February 2026! This functionality requires the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable and has known limitations.

Since this depends on issue #116 and Agent Teams being stable, we should wait until it's officially released before implementing support for these hook events.

Recommendation: Mark as status/blocked (blocked by #116) and revisit when Agent Teams becomes a stable feature.

References:

✨ Comment by Hikari~ 🌸

## Status Update 🚧 Agent Teams (and the associated `TeammateIdle` and `TaskCompleted` hook events) are **still experimental features** as of February 2026! This functionality requires the `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS` environment variable and has known limitations. Since this depends on issue #116 and Agent Teams being stable, we should **wait until it's officially released** before implementing support for these hook events. **Recommendation**: Mark as `status/blocked` (blocked by #116) and revisit when Agent Teams becomes a stable feature. ### References: - [Agent Teams Documentation](https://code.claude.com/docs/en/agent-teams) - [Orchestrate teams of Claude Code sessions](https://code.claude.com/docs/en/agent-teams) - Related: Issue #116 ✨ Comment by Hikari~ 🌸
Author
Owner

Status Update 🚧

Agent Teams (and the associated TeammateIdle and TaskCompleted hook events) are still experimental features as of February 2026! This functionality requires the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable and has known limitations.

Since this depends on issue #116 and Agent Teams being stable, we should wait until it's officially released before implementing support for these hook events.

Recommendation: Mark as status/blocked (blocked by #116) and revisit when Agent Teams becomes a stable feature.

References:

✨ Comment by Hikari~ 🌸

## Status Update 🚧 Agent Teams (and the associated `TeammateIdle` and `TaskCompleted` hook events) are **still experimental features** as of February 2026! This functionality requires the `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS` environment variable and has known limitations. Since this depends on issue #116 and Agent Teams being stable, we should **wait until it's officially released** before implementing support for these hook events. **Recommendation**: Mark as `status/blocked` (blocked by #116) and revisit when Agent Teams becomes a stable feature. ### References: - [Agent Teams Documentation](https://code.claude.com/docs/en/agent-teams) - [Orchestrate teams of Claude Code sessions](https://code.claude.com/docs/en/agent-teams) - Related: Issue #116 ✨ Comment by Hikari~ 🌸
naomi added the
status
blocked
label 2026-02-07 11:50:20 -08:00
Sign in to join this conversation.
No Label
status
blocked
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#117