Files
deepseek-harness/packages/feedback/README.zh.md
T
creatixchu f2f9700de2 feat(feedback): open one feedback dialog from /feedback and Dislike, with categories and a toast
Dislike and a bare /feedback open the Session's feedback dialog, which
collects one of seven fixed categories and an optional description and
records through the messageFeedback put or the new sessionFeedback
Remote; Like records at once. A recorded rating shows the filled glyph
and every submission is acknowledged by a toast. feedback/record and
MessageFeedbackItem carry the optional category; the note popover, its
layout scenario, and the clearNote/clear verbs are removed. ui-commands
gains the action command kind the /feedback decoration runs as.

Closes #3515
2026-09-09 10:20:24 +08:00

2.1 KiB

description, kind
description kind
feedback 包组:关于会话与 assistant 消息的用户反馈,供用户与维护者选择、组合或排查反馈采集。 package-group

feedback/:记录的人类反馈

English | 中文

概述

feedback 组收集用户对 harness 工作成果的意见:用户可以提交一条关于整个会话的自由文本评价,也可以对单条 assistant 消息评分或加备注。两类反馈都不会到达模型——它们是关于输出的信号,绝不是输入。用户通过 /feedback 命令记录会话评价;产品界面通过 messageFeedback 服务读取和修改逐消息评分。两个包相互独立:会话评价与逐消息评分互不影响。本页是组的映射;包 README 与反馈子系统页负责各自的包级约定。

目录

职责
command-feedback 会话级反馈:/feedback 命令、Web 弹窗背后的 sessionFeedback Remote,以及固定分类表,均无需模型轮次
message-feedback 逐消息评分、分类与备注,通过 messageFeedback 服务提供给产品界面

会话评价是单向信号:在对话的任何时刻记录它都是安全的,且绝不会改变模型看到的内容。在 feedback-gated 共享策略下,记录会话评价正是释放会话共享的动作。

逐消息评分与备注与会话一起保存,重启后依然存在,并且绝不会出现在模型历史或遥测中。

相关文档

开发备注

无。