Files
deepseek-harness/packages/context
_Kerman d3249f096b refactor(agent): publish agent/inbox/claimed from Inbox.claim
Move the claimed-message notification loop out of the loop's pre-step
into Inbox.claim(target, turn), so the step-boundary operation publishes
its own claimed notifications like insertions and discards do.
2026-08-05 21:36:51 +08:00
..

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

The workspace-context decision record explains its per-agent/session isolation and lifecycle split.