grok-cli-hurry-mode 1.0.41 → 1.0.43

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- ## 1.0.41 – Stability Release
1
+ ## 1.0.42 – Stability Release
2
2
 
3
- This release restores the proven 1.0.31 baseline.
3
+ This release restores the proven 1.0.31 baseline. Auto-version test.
4
4
  - Fixes all Read/Update tool reliability issues
5
5
  - Ensures consistent FS imports (`node:` namespace)
6
6
  - Adds proper Node shebang for global installs
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "grok-cli-hurry-mode",
4
- "version": "1.0.41",
4
+ "version": "1.0.43",
5
5
  "description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",