grok-cli-hurry-mode 1.0.10 → 1.0.13

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
@@ -58,6 +58,14 @@ A conversational AI CLI tool powered by Grok with **Claude Code-level intelligen
58
58
  - **🔌 MCP Extension**: Extend capabilities with Model Context Protocol servers (Linear, GitHub, etc.)
59
59
  - **💻 Beautiful Terminal UI**: Interactive interface built with Ink and Claude Code-style animations
60
60
 
61
+ ### 📚 **Documentation System**
62
+ - **🏗️ Agent Documentation**: Complete `.agent/` system for AI context optimization
63
+ - **📖 Interactive Commands**: `/docs` menu, `/readme` generation, `/api-docs`, `/changelog`
64
+ - **🔄 Smart Updates**: `/update-agent-docs` with configurable auto-triggers
65
+ - **🤖 Subagent Framework**: Token-optimized processing with specialized agents
66
+ - **🛡️ Self-Healing**: `/heal` command captures incidents and generates guardrails
67
+ - **📝 Code Comments**: `/comments` command for automatic code documentation
68
+
61
69
  ### 🌍 **Installation & Setup**
62
70
  - **📦 Global Installation**: Install anywhere with `npm install -g grok-cli-hurry-mode`
63
71
  - **⚙️ Flexible Configuration**: Environment variables, user settings, or project-specific configs
package/dist/index.js CHANGED
@@ -9130,7 +9130,7 @@ EOF`;
9130
9130
 
9131
9131
  // package.json
9132
9132
  var package_default = {
9133
- version: "1.0.9"};
9133
+ version: "1.0.12"};
9134
9134
 
9135
9135
  // src/utils/text-utils.ts
9136
9136
  function isWordBoundary(char) {