mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
# Conflicts: # .agents/notes/implemented/feature/2026-07-20-code-mode-typed-tool-returns.i18n.yaml # .agents/notes/implemented/feature/2026-07-20-code-mode-typed-tool-returns.zh.md # .agents/notes/implemented/feature/2026-07-22-web-multimodal-image-input-and-durable-attachments.i18n.yaml # .agents/notes/implemented/feature/2026-07-22-web-multimodal-image-input-and-durable-attachments.zh.md # .agents/notes/implemented/feature/2026-08-10-telemetry-default-off.i18n.yaml # .agents/notes/implemented/feature/2026-08-10-telemetry-default-off.md # .agents/notes/implemented/feature/2026-08-10-telemetry-default-off.zh.md # .agents/notes/implemented/simplification/2026-07-23-acp-automation-only-protocol.i18n.yaml # .agents/notes/implemented/simplification/2026-07-23-acp-automation-only-protocol.zh.md # apps/web/tests/scaffold.ts
context/ — request-context extensions
English | 中文
Product plugins that add model-visible request context without defining a tool. workspace-context is included by the default dsh-agent-spine-demo bundle and can be disabled through bundle config; time-context, tmux-context, and session-reference are opt-in.
| Package | Role | ctx key |
|---|---|---|
session-reference/ |
Bounded snapshots of other sessions | ctx.sessionReferences |
time-context/ |
Current-time and elapsed-time context | — |
tmux-context/ |
tmux location context | — |
workspace-context/ |
Workspace-instruction context | — |
Session references are documented in docs/subsystems/session-reference.md; the workspace-context decision record owns its per-agent/session isolation and lifecycle split.