Files
deepseek-harness/packages/api/remotes/tsconfig.client.json
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

88 lines
1.7 KiB
JSON

{
"extends": "../../../tsconfig.base.client.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types",
"tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
},
"files": [
"src/client/index.ts",
"src/remote-events.ts",
"src/types.ts"
],
"references": [
{
"path": "../../../vendor/cordis"
},
{
"path": "../gateway/tsconfig.client.json"
},
{
"path": "../../client/connection/tsconfig.client.json"
},
{
"path": "../../client/file-upload/tsconfig.client.json"
},
{
"path": "../../credentials/credentials"
},
{
"path": "../../context/file-reference"
},
{
"path": "../../context/session-reference"
},
{
"path": "../../extensions/cordis-host-runner"
},
{
"path": "../../goal/goal"
},
{
"path": "../../feedback/message-feedback"
},
{
"path": "../../host/plugin-inventory"
},
{
"path": "../../interaction/commands"
},
{
"path": "../../llm/llm"
},
{
"path": "../../preset/agent-presets"
},
{
"path": "../../settings/settings"
},
{
"path": "../../subagent/subagent"
},
{
"path": "../../interaction/user-approval"
},
{
"path": "../../interaction/user-questions"
},
{
"path": "../session-controller/tsconfig.client.json"
},
{
"path": "../workspace-files/tsconfig.client.json"
},
{
"path": "../settings-controller"
},
{
"path": "../workspace-controller/tsconfig.client.json"
},
{
"path": "../../typert/protocol"
},
{
"path": "../../feedback/command-feedback"
}
]
}