Merge remote-tracking branch 'origin/master' into worktree-process-service-seam

# Conflicts:
#	docs/architecture.i18n.yaml
#	docs/core-data-structures/core.i18n.yaml
This commit is contained in:
Tianyi Cui
2026-07-27 16:40:07 +08:00
229 changed files with 4704 additions and 1027 deletions

View File

@@ -1,5 +1,5 @@
/**
* Required hand-rolled DeepSeek and custom pi-ai provider behavior.
* Required direct-fetch DeepSeek and custom pi-ai provider behavior.
*
* @module @deepseek-ai/dsh-helper/features/builtin/provider
*/
@@ -74,7 +74,7 @@ export class ProviderFeature extends ExclusiveOptionFeature {
override readonly required = true
override readonly options = [new DeepSeekOption(), new CustomOption()]
/** Prefer the hand-rolled adapter and its public endpoint defaults. */
/** Prefer the direct-fetch adapter and its public endpoint defaults. */
override defaultOptions(): readonly string[] {
return ['deepseek']
}