更新命令前缀为'npx -y -f dpml-prompt@latest',确保始终使用最新版本,提升一致性和可靠性。

This commit is contained in:
sean
2025-06-04 18:21:44 +08:00
parent 2fd6929a58
commit 8493ace646

View File

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