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 feedback send "{feedback text}" --json
deepline sessions send --current-session --json
- Tell the user it was sent. If cancelled, do nothing.
