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 +6 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 1.0.
|
|
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
|
-
- **⚡
|
|
97
|
-
- **🔍
|
|
98
|
-
-
|
|
99
|
-
- **📚
|
|
100
|
-
- **🚀
|
|
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
|
|