Skip to content

Conversation

@flavorjones
Copy link
Contributor

@flavorjones flavorjones commented Jan 24, 2026

@robzolkos Thanks for all the support you've given Fizzy!

Yesterday I rolled out reactions for cards, and I wanted to update the CLI to support.


Previously reactions were only supported on comments. Now the --comment flag is optional on all reaction subcommands:

  • fizzy reaction list --card 42 lists card reactions
  • fizzy reaction list --card 42 --comment ABC lists comment reactions
  • Same pattern for create and delete

Changes:

  • Make --comment flag optional, build URLs conditionally
  • Update command descriptions to cover both use cases
  • Context-aware summaries ("on card #X" vs "on comment")
  • Add e2e tests for card reactions
  • Update cleanup harness to handle card reactions
  • Update unit tests for card reaction URL paths

Previously reactions were only supported on comments. Now the --comment
flag is optional on all reaction subcommands:

- `fizzy reaction list --card 42` lists card reactions
- `fizzy reaction list --card 42 --comment ABC` lists comment reactions
- Same pattern for create and delete

Changes:
- Make --comment flag optional, build URLs conditionally
- Update command descriptions to cover both use cases
- Context-aware summaries ("on card #X" vs "on comment")
- Add e2e tests for card reactions
- Update cleanup harness to handle card reactions
- Update unit tests for card reaction URL paths

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@flavorjones
Copy link
Contributor Author

Also see companion commit robzolkos/fizzy-skill#10

The --comment flag is now optional on reaction commands. Add examples
for both card-level and comment-level reactions.
@robzolkos
Copy link
Owner

Thanks @flavorjones - I really appreciate this!

@robzolkos robzolkos merged commit aabc4d8 into robzolkos:master Jan 24, 2026
1 check passed
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.

2 participants