Skip to content

Conversation

@cdreetz
Copy link

@cdreetz cdreetz commented Jan 22, 2026

Introduces prime feedback command to the prime cli. Focus is for hosted rl feedback but gives the option for "other" feedback as well.

Corresponding platform PR: https://github.com/PrimeIntellect-ai/platform/pull/167

image image

Note

Medium Risk
Introduces a new network submission path that sends user/team identifiers and free-form text to an external endpoint, so failures and data-handling expectations need to be validated; otherwise changes are additive and isolated to a new command.

Overview
Adds a new interactive prime feedback command that prompts for product (hosted rl vs other), feedback type (bug/feature/general), optional Run ID, and a free-form message.

On submission, it posts a /feedback payload including CLI version plus user/team identifiers from Config, and wires the command into prime_cli/main.py under the Account help panel. Separately adds a utils/feedback.py helper that can format and send feedback to a Slack webhook (including optional whoami enrichment), though it is not currently used by the command.

Written by Cursor Bugbot for commit 14a5408. This will update automatically on new commits. Configure here.

@d42me
Copy link
Contributor

d42me commented Jan 22, 2026

@cdreetz Can you rebase the PR on the newest main branch?

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 3 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@cdreetz cdreetz force-pushed the feedback-cli branch 2 times, most recently from cce720d to 9d24812 Compare January 30, 2026 20:31
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.

3 participants