mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
The Host session list already carries each session's `updatedAt`, which is the number its own rows show; reading it there keeps the two surfaces from disagreeing and avoids making a context capability depend on the BFF assembly that owns the `sessionListMetadata` projection. A session the list does not carry falls back to the candidate's creation time. Refs #3154
52 lines
911 B
JSON
52 lines
911 B
JSON
{
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../../api/remotes/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../api/session-controller/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../context/file-reference"
|
|
},
|
|
{
|
|
"path": "../../context/session-reference"
|
|
},
|
|
{
|
|
"path": "../../runtime-diagnostics/invariants"
|
|
},
|
|
{
|
|
"path": "../../typert/protocol"
|
|
},
|
|
{
|
|
"path": "../../util/workspace-path"
|
|
},
|
|
{
|
|
"path": "../connection/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../locale"
|
|
},
|
|
{
|
|
"path": "../ui-input-trigger"
|
|
},
|
|
{
|
|
"path": "../ui-primitives"
|
|
},
|
|
{
|
|
"path": "../ui-slots"
|
|
}
|
|
]
|
|
}
|