Files
deepseek-harness/packages/context
ZiyaZhang fe2703b641 fix(workspace-context): restore the no-unrepresented-commit gate after master merge
The master merge rewrote reconcileInstructionContext and dropped this
branch's gate: when no transition survives rendering (tiny budgets
produce notice-only text), emit nothing and commit nothing so the next
pass retries. Restore it, align the inbox one-byte test with that
contract (an unrepresentable change is held back, not committed at 1
byte), and move the nested-retry test's probe assertions to sync time
where reconciliation now runs. Also restore master's markdown spec
casts lost in an earlier merge.
2026-08-06 02:13:43 -07: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.