Skip to main content

Feedback

Typed feedback is structured eval signal — helpful / not_helpful / inaccurate / unsafe / edit / regenerate bound to a message or trace. Distinct from chat reactions (social UI signal); feedback feeds evaluation and consolidation.

crewship feedback create

FlagTypeEffect
--messagestringMessage id the signal binds to (required).
--signalstringhelpful | not_helpful | inaccurate | unsafe | edit | regenerate (required).
--chatstringChat id (optional).
--tracestringTrace id (optional).
--reasonstringFree-text reason (optional).
crewship feedback create --message cmsg… --signal not_helpful --reason "wrong file"

crewship feedback list

List signals for exactly one of --message or --trace.
crewship feedback list --message cmsg…
crewship feedback list --trace tr_… --format json

crewship feedback delete

Remove a signal from a message.
crewship feedback delete --message cmsg… --signal not_helpful

See also

  • crewship eval — replay/regression flows that consume feedback signal.
  • crewship chat — the conversations the messages come from.