grok-cli-hurry-mode 1.0.29 → 1.0.30

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
@@ -35,6 +35,13 @@ A conversational AI CLI tool powered by Grok with **Claude Code-level intelligen
35
35
 
36
36
  **🎯 Result**: **Claude Code-level capabilities** in your terminal!
37
37
 
38
+ ### 🛠️ **P3: Reliability & Workflow Enhancements** (Latest)
39
+ - **🤖 .agent System**: AI-powered task management and documentation system for efficient workflows
40
+ - **🔧 Healer Script**: Automated issue detection and resolution for tool reliability
41
+ - **⚡ FsPort Abstraction**: Improved file system operations with Node built-ins externalization
42
+ - **📦 Automated Installer**: Enhanced installation UX with one-click setup options
43
+ - **🛡️ Tool Reliability Fixes**: Standardized imports, syntax error resolution, and fallback mechanisms
44
+
38
45
  ## ✨ Features
39
46
 
40
47
  ### 🧠 **Claude Code-Level Intelligence**
package/dist/index.js CHANGED
@@ -9241,7 +9241,7 @@ EOF`;
9241
9241
 
9242
9242
  // package.json
9243
9243
  var package_default = {
9244
- version: "1.0.29"};
9244
+ version: "1.0.30"};
9245
9245
 
9246
9246
  // src/utils/text-utils.ts
9247
9247
  function isWordBoundary(char) {