mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
ui-question landed on master as a full dshClient plugin package (composer question flow); it enters the flat roster, apps/cli deps/refs, and the smoke graph. Restore the workspace-context and user-interaction host deps the conflict resolution had dropped.
133 lines
2.3 KiB
JSON
133 lines
2.3 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../../vendor/timer"
|
|
},
|
|
{
|
|
"path": "../../llm/llm"
|
|
},
|
|
{
|
|
"path": "../../llm/llm-deepseek"
|
|
},
|
|
{
|
|
"path": "../../core/session"
|
|
},
|
|
{
|
|
"path": "../../session-title/session-title"
|
|
},
|
|
{
|
|
"path": "../../session-title/session-title-first-message-llm"
|
|
},
|
|
{
|
|
"path": "../../core/system-prompt"
|
|
},
|
|
{
|
|
"path": "../../core/tools"
|
|
},
|
|
{
|
|
"path": "../../core/agent"
|
|
},
|
|
{
|
|
"path": "../../tasks/tasks"
|
|
},
|
|
{
|
|
"path": "../../core/agent-loop"
|
|
},
|
|
{
|
|
"path": "../../session-persistence/session-persistence-jsonl"
|
|
},
|
|
{
|
|
"path": "../../bash/bash-local"
|
|
},
|
|
{
|
|
"path": "../../bash/tool-bash"
|
|
},
|
|
{
|
|
"path": "../../compact/compact-basic"
|
|
},
|
|
{
|
|
"path": "../../fs/fs-local"
|
|
},
|
|
{
|
|
"path": "../../fs/fs-policy"
|
|
},
|
|
{
|
|
"path": "../../fs/tool-fs"
|
|
},
|
|
{
|
|
"path": "../../fs/tool-fs-search"
|
|
},
|
|
{
|
|
"path": "../../llm/token-meter"
|
|
},
|
|
{
|
|
"path": "../../skill/skill"
|
|
},
|
|
{
|
|
"path": "../../skill/skill-local"
|
|
},
|
|
{
|
|
"path": "../../skill/tool-skill"
|
|
},
|
|
{
|
|
"path": "../../spill/spill-local"
|
|
},
|
|
{
|
|
"path": "../../spill/spill-policy"
|
|
},
|
|
{
|
|
"path": "../../subagent/subagent"
|
|
},
|
|
{
|
|
"path": "../../subagent/subagent-fork"
|
|
},
|
|
{
|
|
"path": "../../subagent/subagent-spawn"
|
|
},
|
|
{
|
|
"path": "../../subagent/tool-subagent"
|
|
},
|
|
{
|
|
"path": "../../support/invariants"
|
|
},
|
|
{
|
|
"path": "../../tasks/tool-tasks"
|
|
},
|
|
{
|
|
"path": "../../timeout/timeout-policy"
|
|
},
|
|
{
|
|
"path": "../../todo/tool-todo"
|
|
},
|
|
{
|
|
"path": "../../workflow/tool-workflow"
|
|
},
|
|
{
|
|
"path": "../../workflow/workflow-workerthread"
|
|
},
|
|
{
|
|
"path": "../apiproxy"
|
|
},
|
|
{
|
|
"path": "../../../vendor/loader"
|
|
},
|
|
{
|
|
"path": "../../context/workspace-context"
|
|
},
|
|
{
|
|
"path": "../../ui/user-interaction"
|
|
}
|
|
]
|
|
}
|