feat: 更新版本号至 6.2.4,添加 GPU 加速支持和相关依赖

This commit is contained in:
catlog22
2025-12-22 14:15:36 +08:00
parent ba23244876
commit 72f24bf535
7 changed files with 344 additions and 20 deletions

15
ccw/.npmignore Normal file
View File

@@ -0,0 +1,15 @@
# npm ignore file - overrides .gitignore for npm publish
# dist/ is NOT excluded here so it gets published
# Development files
node_modules/
*.log
*.tmp
# Test files
tests/
*.test.js
*.spec.js
# TypeScript source maps (optional, can keep for debugging)
# *.map

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-workflow",
"version": "6.2.2",
"version": "6.2.4",
"description": "Claude Code Workflow CLI - Dashboard viewer for workflow sessions and reviews",
"type": "module",
"main": "dist/index.js",