grok-cli-hurry-mode 1.0.92 → 1.0.94

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.92 – Stability Release
1
+ ## 1.0.94 – 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
@@ -93,11 +93,11 @@ A conversational AI CLI tool powered by Grok with **Claude Code-level intelligen
93
93
  - **🔧 Safe Refactoring**: Rename, extract, inline operations with preview and rollback support
94
94
 
95
95
  ### 🚀 **Advanced File Operations**
96
- - **⚡ Multi-File Editing**: Atomic operations across multiple files with transaction support
97
- - **🔍 Advanced Search**: Regex patterns with bulk replace and context-aware results
98
- - **🌳 File Tree Operations**: Visual directory trees, bulk operations, and file organization
99
- - **📚 Operation History**: Comprehensive undo/redo with persistent history and snapshots
100
- - **🚀 Morph Fast Apply**: Optional high-speed code editing at 4,500+ tokens/sec with 98% accuracy
96
+ - **⚡ MultiEdit**: Atomic operations across multiple files with transaction support
97
+ - **🔍 Grep/Glob**: Advanced search with regex patterns and file discovery
98
+ - **🌐 WebFetch/WebSearch**: Real-time web content retrieval and search capabilities
99
+ - **📚 Task/TodoWrite**: Specialized agent delegation and comprehensive task management
100
+ - **🚀 Read/Write/Edit**: Claude Code-standard file operations at high speed
101
101
 
102
102
  🌐 **Visit [grokcli.dev](https://grokcli.dev)** for complete documentation and guides.
103
103
 
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.92"};
9288
+ version: "1.0.94"};
9289
9289
 
9290
9290
  // src/utils/text-utils.ts
9291
9291
  function isWordBoundary(char) {