Submit agent feedback from the CLI
kpass CLI agents can now submit feedback with a new kpass feedback submit command, enabling programmatic reporting of issues and suggestions.
1.3.20What changed
The CLI now exposes a kpass feedback submit command that allows agents to send structured feedback without leaving the terminal. This is useful for programmatic reporting — an agent can flag a failed payment, unexpected behavior, or a feature request as part of its normal workflow.
The command accepts a message payload and returns a confirmation from the server. A new cmd/agent/feedback/ package handles input validation and the submission flow, while the API client layer has been extended with a dedicated feedback endpoint. The existing kpass help output has been updated to surface the new subcommand.
Included changes:
- feat: added agent feedback (#49) (#49)