happy-coder 0.1.10 → 0.1.11

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 (48) hide show
  1. package/README.md +2 -0
  2. package/dist/index-B2GqfEZV.cjs +1564 -0
  3. package/dist/index-QItBXhux.mjs +1540 -0
  4. package/dist/index.cjs +420 -258
  5. package/dist/index.mjs +410 -248
  6. package/dist/install-B0DnBGS_.mjs +29 -0
  7. package/dist/install-B2r_gX72.cjs +109 -0
  8. package/dist/install-C809w0Cj.cjs +31 -0
  9. package/dist/install-DEPy62QN.mjs +97 -0
  10. package/dist/install-GZIzyuIE.cjs +99 -0
  11. package/dist/install-HKe7dyS4.mjs +107 -0
  12. package/dist/lib.cjs +1 -1
  13. package/dist/lib.d.cts +8 -3
  14. package/dist/lib.d.mts +8 -3
  15. package/dist/lib.mjs +1 -1
  16. package/dist/run-BmEaINbl.cjs +250 -0
  17. package/dist/run-DMbKhYfb.mjs +247 -0
  18. package/dist/run-FBXkmmN7.mjs +32 -0
  19. package/dist/run-q2To6b-c.cjs +34 -0
  20. package/dist/types-BRICSarm.mjs +870 -0
  21. package/dist/types-BTQRfIr3.cjs +892 -0
  22. package/dist/types-CEvzGLMI.cjs +882 -0
  23. package/dist/{types-DnQGY77F.mjs → types-D39L8JSd.mjs} +55 -23
  24. package/dist/types-DYBiuNUQ.cjs +883 -0
  25. package/dist/types-Df5dlWLV.mjs +871 -0
  26. package/dist/types-fXgEaaqP.mjs +861 -0
  27. package/dist/{types-B2JzqUiU.cjs → types-hotUTaWz.cjs} +53 -21
  28. package/dist/types-mykDX2xe.cjs +872 -0
  29. package/dist/types-tLWMaptR.mjs +879 -0
  30. package/dist/uninstall-BGgl5V8F.mjs +29 -0
  31. package/dist/uninstall-BWHglipH.mjs +40 -0
  32. package/dist/uninstall-C42CoSCI.cjs +53 -0
  33. package/dist/uninstall-CLkTtlMv.mjs +51 -0
  34. package/dist/uninstall-CdHMb6wi.cjs +31 -0
  35. package/dist/uninstall-FXyyAuGU.cjs +42 -0
  36. package/package.json +8 -2
  37. package/ripgrep/COPYING +3 -0
  38. package/ripgrep/arm64-darwin/rg +0 -0
  39. package/ripgrep/arm64-darwin/ripgrep.node +0 -0
  40. package/ripgrep/arm64-linux/rg +0 -0
  41. package/ripgrep/arm64-linux/ripgrep.node +0 -0
  42. package/ripgrep/x64-darwin/rg +0 -0
  43. package/ripgrep/x64-darwin/ripgrep.node +0 -0
  44. package/ripgrep/x64-linux/rg +0 -0
  45. package/ripgrep/x64-linux/ripgrep.node +0 -0
  46. package/ripgrep/x64-win32/rg.exe +0 -0
  47. package/ripgrep/x64-win32/ripgrep.node +0 -0
  48. package/scripts/ripgrep_launcher.cjs +57 -0
package/README.md CHANGED
@@ -27,6 +27,8 @@ This will:
27
27
  - `-v, --version` - Show version
28
28
  - `-m, --model <model>` - Claude model to use (default: sonnet)
29
29
  - `-p, --permission-mode <mode>` - Permission mode: auto, default, or plan
30
+ - `--claude-env KEY=VALUE` - Set environment variable for Claude Code
31
+ - `--claude-arg ARG` - Pass additional argument to Claude CLI
30
32
 
31
33
  ## Requirements
32
34