Skip to content

feat: add brev feedback command#324

Merged
theFong merged 6 commits into
mainfrom
feat/feedback-command
Mar 10, 2026
Merged

feat: add brev feedback command#324
theFong merged 6 commits into
mainfrom
feat/feedback-command

Conversation

@theFong
Copy link
Copy Markdown
Member

@theFong theFong commented Mar 10, 2026

Summary

  • Add brev feedback command that sends user feedback to PostHog as a brev-cli-feedback event
  • Supports inline (brev feedback "message"), flag (-m), and interactive prompt usage
  • Add CaptureFeedback() to analytics package
  • Update agent skill SKILL.md to instruct AI agents to proactively send feedback when they hit issues

Test plan

  • Run brev feedback "test message" and verify event appears in PostHog
  • Run brev feedback interactively and verify prompt works
  • Run brev feedback -m "flag test" and verify flag usage works
  • Verify brev help feedback shows correct usage

Add a new `brev feedback` command that lets users send feedback, bug
reports, and feature requests directly from the CLI. Feedback is sent
as a `brev-cli-feedback` event to PostHog.

Also update the agent skill SKILL.md to instruct AI agents to
proactively send feedback when they encounter issues.
@theFong theFong requested a review from a team as a code owner March 10, 2026 00:15
Comment thread .agents/skills/brev-cli/SKILL.md
Comment thread pkg/cmd/feedback/feedback.go
@theFong theFong merged commit 75e987b into main Mar 10, 2026
9 checks passed
@theFong theFong deleted the feat/feedback-command branch March 10, 2026 19:09
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