mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Merge branch 'worktree/ci-native-windows-20260808' into worktree/ci-native-windows-coverage-20260808
This commit is contained in:
@@ -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). */
|
||||
|
||||
@@ -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). */
|
||||
|
||||
Reference in New Issue
Block a user