fix(ci): refresh config catalog and add modes to the Windows workspace-edit pin

The master merge (windows-runtime) shifted TuiConfig's source line without
regenerating docs/config-catalog.md, and its Windows stdout pin for
workspace-edit was recorded on master without dsh-mode — the session/new
result lacked the modes advertisement and the command list lacked /mode.
Both lines carry no filesystem paths, so the POSIX pin's bytes are correct
on Windows too; graft them verbatim.

The remaining red CI on this PR head (windows coverage/static LSP failures,
the web-search live e2e) reproduces on master's own HEAD 32ccc405b and is
not a branch regression.
This commit is contained in:
kingwl
2026-07-22 12:18:28 +08:00
parent c1f259bd0d
commit eda16e3216
2 changed files with 3 additions and 3 deletions

View File

@@ -1523,7 +1523,7 @@ export interface TuiConfig {
}
```
Source: [`packages/ui/tui/src/index.ts:128`](../packages/ui/tui/src/index.ts)
Source: [`packages/ui/tui/src/index.ts:129`](../packages/ui/tui/src/index.ts)
## `@deepseek-ai/dsh-tui-demo`