mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The Client API carrier's `agentPresets` member was the one member of its class without an `IApiClient[...]` annotation. Inferring it inlined `AgentPresetEntry` into the emitted declaration by the specifier TS picks — the host `index.ts` — dragging the whole gateway, and with it the host `Context` merges, into every Client program importing the carrier. Annotated like its siblings. `ApiRemoteAgentOptions.setup` now takes the inspected session rather than its header alone: this layer resolves a resumed session's preset from the LOG, because a session that switched while blank ran its turns under the newer composition and the header is written once at creation. Conflicts: apps/web/tests/snapshots/*/*.expected.md packages/client/ui-conversation/src/client/skeleton/InputBar.tsx packages/host/apiproxy/src/api-proxy.ts scripts/doc-budgets.manifest.json
46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
- banner:
|
|
- navigation "Session hierarchy":
|
|
- button "Math rendering" [disabled]
|
|
- tablist:
|
|
- tab "Chat" [selected]
|
|
- tab "Trajectory"
|
|
- text: Render this mathematical proof. {{clock}}
|
|
- button "Copy":
|
|
- img
|
|
- heading "Math rendering" [level=2]
|
|
- paragraph:
|
|
- text: Inline dollar
|
|
- math: θ
|
|
- text: and backslash
|
|
- math: 1 5
|
|
- text: .
|
|
- math: π 4 < θ < π 2
|
|
- math: θ ∈ ( π 4 , π 2 ) . (1)
|
|
- table:
|
|
- rowgroup:
|
|
- row "Symbol Value":
|
|
- columnheader "Symbol"
|
|
- columnheader "Value"
|
|
- rowgroup:
|
|
- row:
|
|
- cell:
|
|
- math: θ
|
|
- cell:
|
|
- math: 1 5
|
|
- paragraph: MATH_RENDERING_DONE
|
|
- button "Copy":
|
|
- img
|
|
- button "Branch into a new conversation":
|
|
- img
|
|
- text: {{clock}} Ran for {{duration}}
|
|
- textbox "Message the agent"
|
|
- button "Commands":
|
|
- img
|
|
- 'button "Access mode, current: Workspace Write"': Workspace Write
|
|
- text: standard
|
|
- button "Select model, current DeepSeek-V4-Flash":
|
|
- text: DeepSeek-V4-Flash
|
|
- img
|
|
- button "Send message" [disabled]
|
|
- text: 1 turns · 1 steps LLM {{duration}} Input 0 tok · Output 0 tok
|