Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 22:12
a8bece4

0.7.0 (2025-06-21)

⚠ BREAKING CHANGES

  • The send command now requires both --from and --to flags
    • Before: npx ccteam@latest agent send --to
    • After: npx ccteam@latest agent send --from --to
  • The send command now requires --to flag instead of positional argument
    • Before: npx ccteam@latest agent send
    • After: npx ccteam@latest agent send --to

Features

  • Add required --from flag to send command and remove getCurrentRole (31d5a2f)
  • Change send command to use --to flag for recipient (b10e9cb)
  • Release (1dab860)