更新命令前缀为'npx -y -f dpml-prompt@snapshot',确保使用快照版本以便于开发和测试,提升灵活性。

This commit is contained in:
sean
2025-06-04 18:23:37 +08:00
parent 8493ace646
commit db8c971511

View File

@ -4,7 +4,7 @@
*/ */
// 固定命令前缀 - 使用 -y -f 确保总是获取最新版本 // 固定命令前缀 - 使用 -y -f 确保总是获取最新版本
const COMMAND_PREFIX = 'npx -y -f dpml-prompt@latest' const COMMAND_PREFIX = 'npx -y -f dpml-prompt@snapshot'
// 静态命令常量 // 静态命令常量
const COMMANDS = { const COMMANDS = {