claude-pangu 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-pangu",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "基于中国传统文化的 Claude Code 智能编排插件 - A Claude Code plugin inspired by Chinese traditional culture (原名 oh-my-claude)",
5
5
  "keywords": [
6
6
  "claude-code",
package/scripts/cli.js CHANGED
@@ -12,7 +12,7 @@ const os = require('os');
12
12
 
13
13
  // ==================== 常量配置 ====================
14
14
 
15
- const VERSION = '1.0.2';
15
+ const VERSION = '1.0.6';
16
16
  const PLUGIN_NAME = 'oh-my-claude';
17
17
 
18
18
  // 路径配置
@@ -272,6 +272,8 @@ function Show-Success {
272
272
  Write-Host "🎉 安装完成!" -ForegroundColor Green
273
273
  Write-Host "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" -ForegroundColor Green
274
274
  Write-Host ""
275
+ Write-Host "⚠️ 重要:请重启 Claude Code 以加载新命令" -ForegroundColor Yellow
276
+ Write-Host ""
275
277
  Write-Host "快速开始(使用 /zcf: 前缀):" -ForegroundColor Cyan
276
278
  Write-Host " /zcf:yishan - 愚公移山模式(大规模任务)"
277
279
  Write-Host " /zcf:zhuge - 诸葛顾问(架构设计)"
@@ -229,6 +229,8 @@ show_success() {
229
229
  echo -e "${GREEN}🎉 安装完成!${NC}"
230
230
  echo -e "${GREEN}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}"
231
231
  echo ""
232
+ echo -e "${YELLOW}⚠️ 重要:请重启 Claude Code 以加载新命令${NC}"
233
+ echo ""
232
234
  echo -e "${CYAN}快速开始(使用 /zcf: 前缀):${NC}"
233
235
  echo " /zcf:yishan - 愚公移山模式(大规模任务)"
234
236
  echo " /zcf:zhuge - 诸葛顾问(架构设计)"