@google/gemini-cli 0.39.0-preview.0 → 0.39.0-preview.1

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 (40) hide show
  1. package/bundle/{chunk-LF246RTE.js → chunk-7SQF544H.js} +385 -301
  2. package/bundle/{chunk-5ZBBJS2A.js → chunk-D5PDFQWX.js} +1 -1
  3. package/bundle/{chunk-NMO6M2JW.js → chunk-EZUZYRLG.js} +4 -4
  4. package/bundle/{chunk-CB4IHCOV.js → chunk-F2GDXAAF.js} +332 -288
  5. package/bundle/{chunk-ZFUMNFZD.js → chunk-IP2YTTJH.js} +6514 -11862
  6. package/bundle/{chunk-UCJYTRQH.js → chunk-MJR464GS.js} +1 -1
  7. package/bundle/{chunk-DY3XSEN6.js → chunk-OS555R2T.js} +2 -2
  8. package/bundle/{chunk-L5FKR6GE.js → chunk-OXN7IRB7.js} +4 -4
  9. package/bundle/chunk-P2IAFIFP.js +360274 -0
  10. package/bundle/chunk-QHUP5MEL.js +156 -0
  11. package/bundle/{chunk-KMWY7IVQ.js → chunk-TULI5SFB.js} +72 -60
  12. package/bundle/chunk-WHPMO3WR.js +101702 -0
  13. package/bundle/{cleanup-INA6FKQG.js → cleanup-C647TEIA.js} +2 -2
  14. package/bundle/{cleanup-DKDGF4IA.js → cleanup-CZSIFJCD.js} +3 -3
  15. package/bundle/cleanup-MYBJ6ZHP.js +33 -0
  16. package/bundle/{cleanup-B7STSNY5.js → cleanup-T6HLM5JP.js} +2 -2
  17. package/bundle/{core-6MCGZ334.js → core-IZKTELTX.js} +3 -1
  18. package/bundle/{devtoolsService-BXBCDCC2.js → devtoolsService-2ROQ6LME.js} +2 -2
  19. package/bundle/{devtoolsService-DDDJINQW.js → devtoolsService-CR2UJLLC.js} +5 -4
  20. package/bundle/{devtoolsService-QN4BQSIF.js → devtoolsService-GHSBU5R5.js} +2 -2
  21. package/bundle/devtoolsService-OEBSPLJN.js +871 -0
  22. package/bundle/{dist-2M52ZJGU.js → dist-ADH7BOBF.js} +3 -1
  23. package/bundle/{core-MYQB6KXT.js → dist-OST42PZR.js} +4 -2
  24. package/bundle/dist-ZMA73RD7.js +2010 -0
  25. package/bundle/docs/cli/plan-mode.md +1 -2
  26. package/bundle/{gemini-JFTJVXU4.js → gemini-6BFSWN53.js} +184 -169
  27. package/bundle/{gemini-TS2LMZH4.js → gemini-GUA6PG6F.js} +7 -7
  28. package/bundle/gemini-HENMLXDS.js +15321 -0
  29. package/bundle/{gemini-BA3BDBJT.js → gemini-IENVNLLQ.js} +7 -7
  30. package/bundle/gemini.js +3 -3
  31. package/bundle/{interactiveCli-7ZBDFPFP.js → interactiveCli-FCDJTVQ3.js} +6 -5
  32. package/bundle/{interactiveCli-W43ANBCL.js → interactiveCli-FMNSXXHR.js} +6 -5
  33. package/bundle/{interactiveCli-K6QHA2GI.js → interactiveCli-P3PFIHWL.js} +277 -259
  34. package/bundle/interactiveCli-SEQ7RLOB.js +34493 -0
  35. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  36. package/bundle/{oauth2-provider-53ZABNLX.js → oauth2-provider-6TB4NGWJ.js} +1 -1
  37. package/bundle/{oauth2-provider-3YCIQHIN.js → oauth2-provider-AUIG7Q6O.js} +1 -1
  38. package/bundle/{oauth2-provider-T4YYJWZG.js → oauth2-provider-IXDXXQ6U.js} +39 -73
  39. package/bundle/oauth2-provider-UF547EKT.js +237 -0
  40. package/package.json +1 -1
@@ -329,7 +329,6 @@ Storage whenever Gemini CLI exits Plan Mode to start the implementation.
329
329
  #!/usr/bin/env bash
330
330
  # Extract the plan filename from the tool input JSON
331
331
  plan_filename=$(jq -r '.tool_input.plan_filename // empty')
332
- plan_filename=$(basename -- "$plan_filename")
333
332
 
334
333
  # Construct the absolute path using the GEMINI_PLANS_DIR environment variable
335
334
  plan_path="$GEMINI_PLANS_DIR/$plan_filename"
@@ -358,7 +357,7 @@ To register this `AfterTool` hook, add it to your `settings.json`:
358
357
  {
359
358
  "name": "archive-plan",
360
359
  "type": "command",
361
- "command": "./.gemini/hooks/archive-plan.sh"
360
+ "command": "~/.gemini/hooks/archive-plan.sh"
362
361
  }
363
362
  ]
364
363
  }