feat: rename dsh to dsh-sdk

This commit is contained in:
imccyu
2026-07-15 22:18:28 +08:00
parent e150bc446d
commit d8f6251e3a
29 changed files with 151 additions and 151 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
#!/usr/bin/env node
/**
* Self-executing dsh launcher.
* Self-executing dsh-sdk launcher.
*
* @module @deepseek-ai/dsh-scripts/bin
*/
import { runDshCommand } from './command.ts'
import { runDshSdkCommand } from './command.ts'
process.exitCode = await runDshCommand()
process.exitCode = await runDshSdkCommand()