Deepline Feedback
Send feedback or a bug report to the Deepline team.
Steps
Get feedback text. Use the argument if provided (e.g.
/deepline-feedback the waterfall broke). Otherwise ask the user.Confirm. Use AskUserQuestion with a question like:
This report will include:
- Your feedback: {feedback text}
- Environment info (auto-collected)
- Current session transcript
Send this feedback?
Options: "Send it" / "Cancel".
If confirmed, run:
deepline provide-feedback --text "{feedback text}" --json deepline session send --current-session --jsonTell the user it was sent. If cancelled, do nothing.