@xagent/x-cli 1.2.11 → 1.2.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 +15 -1
- package/dist/index.js +2708 -318
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
## 1.2.
|
|
1
|
+
## 1.2.13 – Revolutionary Optimization & Agent Self-Testing
|
|
2
|
+
|
|
3
|
+
### 🚨 CRITICAL: Git Push Policy
|
|
4
|
+
|
|
5
|
+
**NEVER use `git push` directly on main branch!**
|
|
6
|
+
|
|
7
|
+
- ❌ `git push` - Bypasses quality gates and automation
|
|
8
|
+
- ✅ `npm run smart-push` or `./scripts/smart-push.sh` - Safe push with full validation
|
|
9
|
+
|
|
10
|
+
---
|
|
2
11
|
|
|
3
12
|
🧪 **INSANE BREAKTHROUGH**: **Agent Self-Testing methodology** - First AI that can test itself and iterate to perfection!
|
|
4
13
|
🚀 **MASSIVE BREAKTHROUGH**: Revolutionary Native Text Operations discovered - **10.9x token savings** potential!
|
|
@@ -250,6 +259,7 @@ A conversational AI CLI tool powered by x.ai with **Claude Code-level intelligen
|
|
|
250
259
|
- **🌐 WebFetch/WebSearch**: Real-time web content retrieval and search capabilities
|
|
251
260
|
- **📚 Task/TodoWrite**: Specialized agent delegation and comprehensive task management
|
|
252
261
|
- **🚀 Read/Write/Edit**: Claude Code-standard file operations at high speed
|
|
262
|
+
- **🎨 Colored Diffs**: ✅ **FULLY WORKING** - Professional Claude Code-style colored diffs with green additions, red deletions, cyan headers, and accurate file line numbers
|
|
253
263
|
|
|
254
264
|
🌐 **Visit [xcli.org](https://xcli.org)** for complete documentation and guides.
|
|
255
265
|
|
|
@@ -1054,6 +1064,10 @@ The pre-commit hook runs `npx lint-staged`, which processes `*.{ts,tsx}` files w
|
|
|
1054
1064
|
|
|
1055
1065
|
If checks fail, the commit is blocked until issues are resolved.
|
|
1056
1066
|
|
|
1067
|
+
### Session Logging
|
|
1068
|
+
|
|
1069
|
+
- Session Logging Architecture: Comprehensive guide to session logging for testing and debugging ([.agent/technical/session-logging.md](.agent/technical/session-logging.md))
|
|
1070
|
+
|
|
1057
1071
|
## 🤖 Automated Release System
|
|
1058
1072
|
|
|
1059
1073
|
**Status**: ✅ **FULLY AUTOMATED** (as of 2025-10-17, CI fixes Nov 2024)
|