Merge branch 'master' into sdk/ts-client-and-subagent

This commit is contained in:
Tianyi Cui
2026-07-27 17:01:20 +08:00
committed by GitHub
312 changed files with 7972 additions and 1668 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']
}