Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808

This commit is contained in:
Tianyi Cui
2026-08-09 17:25:26 +08:00
393 changed files with 1000 additions and 917 deletions

View File

@@ -3,7 +3,7 @@
import type { ContentBlock } from '@deepseek-ai/dsh-llm'
import type { SessionId, UserMessage } from '@deepseek-ai/dsh-session'
/** Durable provenance for one prepared cross-session context. */
/** Durable source session, cited event seqs, and snapshot facts for prepared cross-session context. */
export interface SessionReferenceSource {
kind: 'session-reference'
/** Material lifted out of another session's log (`recall` context form). */

View File

@@ -33,7 +33,7 @@ import {
export const name = 'workspace-context'
/** Durable provenance and reconciliation facts for one workspace context. */
/** Durable producer, file, and reconciliation facts for one workspace context. */
export interface WorkspaceInstructionSource {
kind: 'workspace-instructions'
/** Every workspace context carries instructions read out of a file (the `instructions` context form). */