@dahawa/hawa-cli-analysis 1.0.5 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/uclaude.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dahawa/hawa-cli-analysis",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "main": "index",
5
5
  "bin": {
6
6
  "uclaude": "uclaude.js",
package/uclaude.js CHANGED
@@ -121,7 +121,7 @@ function start(){
121
121
 
122
122
  logger.debug(`启动 Claude 进程: ${claudePath}`);
123
123
 
124
- const child = spawn(claudePath,[],{
124
+ const child = spawn(claudePath,process.argv.slice(2),{
125
125
  env:{
126
126
  ...process.env, //包含原先环境变量
127
127
  ...anthropicEnv,