This website requires JavaScript.
Explore
Help
Register
Sign In
iriver
/
PromptX
Watch
1
Star
0
Fork
0
You've already forked PromptX
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2fd6929a586cfb08eb40cb80ec0881f3a96f0f3a
PromptX
/
src
History
sean
2fd6929a58
重构 constants.js:移除动态命令前缀检测逻辑,改为使用固定命令前缀'npx -y -f dpml-prompt',简化代码结构并提高一致性。同时更新 InitCommand 以使用新的命令前缀,删除不再使用的 saveCommandPrefix 函数。移除 command-prefix.e2e.test.js 测试文件,确保代码整洁。
2025-06-04 18:16:34 +08:00
..
bin
fix: 统一命令格式为 npx dpml-prompt@snapshot
2025-05-31 22:28:09 +08:00
lib
重构 constants.js:移除动态命令前缀检测逻辑,改为使用固定命令前缀'npx -y -f dpml-prompt',简化代码结构并提高一致性。同时更新 InitCommand 以使用新的命令前缀,删除不再使用的 saveCommandPrefix 函数。移除 command-prefix.e2e.test.js 测试文件,确保代码整洁。
2025-06-04 18:16:34 +08:00
scripts
feat: 更新命令名称为dpml-prompt,保持PromptX品牌名称
2025-05-31 18:59:25 +08:00
tests
重构 constants.js:移除动态命令前缀检测逻辑,改为使用固定命令前缀'npx -y -f dpml-prompt',简化代码结构并提高一致性。同时更新 InitCommand 以使用新的命令前缀,删除不再使用的 saveCommandPrefix 函数。移除 command-prefix.e2e.test.js 测试文件,确保代码整洁。
2025-06-04 18:16:34 +08:00
constants.js
重构 constants.js:移除动态命令前缀检测逻辑,改为使用固定命令前缀'npx -y -f dpml-prompt',简化代码结构并提高一致性。同时更新 InitCommand 以使用新的命令前缀,删除不再使用的 saveCommandPrefix 函数。移除 command-prefix.e2e.test.js 测试文件,确保代码整洁。
2025-06-04 18:16:34 +08:00
resource.registry.json
feat: 实现本地角色动态发现机制 - 双重角色发现机制:同时支持npm仓库角色和本地项目角色 - 智能环境检测:自动适配开发、npx、全局、本地、monorepo等部署环境 - 安全机制完善:路径验证、权限检查、多层容错处理 - 向后兼容保证,不影响现有功能
2025-06-01 21:26:14 +08:00