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 +8 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|