grok-cli-hurry-mode 1.0.88 → 1.0.90

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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.0.88 – Stability Release
1
+ ## 1.0.90 – Stability Release
2
2
 
3
3
  This release includes latest updates and automated publishing via GitHub Actions.
4
4
  - Fixes all Read/Update tool reliability issues
@@ -99,6 +99,8 @@ A conversational AI CLI tool powered by Grok with **Claude Code-level intelligen
99
99
  - **📚 Operation History**: Comprehensive undo/redo with persistent history and snapshots
100
100
  - **🚀 Morph Fast Apply**: Optional high-speed code editing at 4,500+ tokens/sec with 98% accuracy
101
101
 
102
+ 🌐 **Visit [grokcli.dev](https://grokcli.dev)** for complete documentation and guides.
103
+
102
104
  ### 🤖 **Core AI Capabilities**
103
105
  - **💬 Conversational Interface**: Natural language powered by Grok models
104
106
  - **🔧 Intelligent Tool Selection**: AI automatically chooses the right tools for your requests
package/dist/index.js CHANGED
@@ -9285,7 +9285,7 @@ EOF`;
9285
9285
 
9286
9286
  // package.json
9287
9287
  var package_default = {
9288
- version: "1.0.88"};
9288
+ version: "1.0.90"};
9289
9289
 
9290
9290
  // src/utils/text-utils.ts
9291
9291
  function isWordBoundary(char) {