Skip to content

feat(plugin): add agent handoff animation on agent switch#1046

Merged
JeremyDev87 merged 1 commit into
masterfrom
feat/agent-handoff-1038
Mar 28, 2026
Merged

feat(plugin): add agent handoff animation on agent switch#1046
JeremyDev87 merged 1 commit into
masterfrom
feat/agent-handoff-1038

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Track previous agent in build_status_message() and detect agent switches
  • Generate handoff message (e.g. ★‿★ Frontend → ●‿● Backend 교대!) with both agents' faces
  • New get_handoff_message() public API for retrieving handoff state
  • clear_cache() also resets handoff tracking state

Closes #1038

Test plan

  • 8 new tests in TestHandoffMessage class covering all scenarios
  • No handoff on first call
  • No handoff when same agent continues
  • Handoff message with both faces when agent changes
  • Robot emoji fallback for agents without visual data
  • Handoff resets after next call
  • clear_cache() resets handoff state
  • No handoff when agent unset
  • All 21 existing + new tests pass

Track previous agent in build_status_message() and generate a handoff
message (e.g. '★‿★ Frontend → ●‿● Backend 교대!') when the active
agent changes. Retrievable via new get_handoff_message() function.
@JeremyDev87 JeremyDev87 added feat plugin packages/claude-code-plugin labels Mar 28, 2026
@vercel

vercel Bot commented Mar 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 28, 2026 0:52am

@JeremyDev87 JeremyDev87 merged commit 9e3cf2a into master Mar 28, 2026
28 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/agent-handoff-1038 branch March 28, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat plugin packages/claude-code-plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(plugin): add agent handoff animation on agent switch

1 participant