grok-cli-hurry-mode 1.0.41 → 1.0.42

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.0.41 – Stability Release
1
+ ## 1.0.42 – Stability Release
2
2
 
3
3
  This release restores the proven 1.0.31 baseline.
4
4
  - Fixes all Read/Update tool reliability issues
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.42",
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",