Merge remote-tracking branch 'origin/master' into worktree/fix-minimal-preset-prompt

This commit is contained in:
Yichen Jiang
2026-08-10 22:18:22 +08:00
1411 changed files with 4451 additions and 3320 deletions

View File

@@ -8,7 +8,7 @@
# `llm-replay` reads `DSH_SNAPSHOT_FILE` / `DSH_SNAPSHOT_CHILD_FILES` from the
# harness. Stdout remains reserved for JSON-RPC frames.
- id: base
name: '@cordisjs/plugin-include'
name: '@deepseek-ai/cordis-plugin-include'
config:
path: ./cordis.yml
patches:

View File

@@ -2,7 +2,7 @@
# only its live DeepSeek adapter with the fixture-backed provider. The replay
# catalog claims the same route initialized by the SDK.
- id: base
name: '@cordisjs/plugin-include'
name: '@deepseek-ai/cordis-plugin-include'
config:
path: ./minimal.cordis.yml
patches:

View File

@@ -1,4 +1,4 @@
import type { Context } from 'cordis'
import type { Context } from '@deepseek-ai/cordis'
import type { GenerateOptions, StreamChunk } from '@deepseek-ai/dsh-llm'
import { LlmAdapter } from '@deepseek-ai/dsh-llm'

View File

@@ -1,4 +1,4 @@
import type { Context } from 'cordis'
import type { Context } from '@deepseek-ai/cordis'
import type { GenerateOptions, StreamChunk } from '@deepseek-ai/dsh-llm'
import { CallId, LlmAdapter } from '@deepseek-ai/dsh-llm'