Merge remote-tracking branch 'origin/master' into compact-post-step-overflow-recovery

This commit is contained in:
Tianyi Cui
2026-07-19 12:38:44 +08:00
29 changed files with 1068 additions and 282 deletions

View File

@@ -23,6 +23,7 @@ These variants are merged inside a `declare module '@deepseek-ai/dsh-session'` b
What a successful compaction returns to its caller: the bookkeeping-event seqs, raw summary, shadowed range and seqs, and estimated token count.
```ts type-equiv
/** Result of a successful compaction operation. */
interface CompactionResult {
/** The seq of the appended `compact/start` event. */
startSeq: number