@xagent/one-shot 1.1.93 → 1.1.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 +14 -9
- package/dist/index.js +4706 -2806
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
## 1.1.93 – Logo Assets & NPM Publication Complete
|
|
1
|
+
## 1.1.94 – Logo Assets & NPM Publication Complete
|
|
4
2
|
|
|
5
3
|
✅ **Live on NPM**: [@xagent/one-shot](https://www.npmjs.com/package/@xagent/one-shot) - Fully published and ready for global installation
|
|
6
4
|
|
|
7
|
-
This release includes
|
|
5
|
+
This release includes critical streaming fixes and major code cleanup.
|
|
6
|
+
|
|
7
|
+
### 🚨 **Critical Fixes**
|
|
8
|
+
|
|
9
|
+
- ✅ **Response Truncation Bug Fixed**: Resolved streaming issue causing AI responses to cut off mid-sentence (100% response completeness achieved)
|
|
10
|
+
- ✅ **Improved Text Display**: Fixed grey text color issue - responses now display in bright white like Claude Code
|
|
11
|
+
- ✅ **Streaming Architecture Documentation**: Comprehensive technical docs with maintenance guidelines
|
|
12
|
+
|
|
13
|
+
### 🧹 **Major Cleanup**
|
|
8
14
|
|
|
9
|
-
- ✅ **
|
|
10
|
-
- ✅ **
|
|
11
|
-
- ✅ **
|
|
12
|
-
- ✅ **Automated Publishing**: GitHub Actions pipeline fully operational with quality gates
|
|
15
|
+
- ✅ **Root Directory Cleanup**: Removed 26 unnecessary files (old docs/, temp files, backups)
|
|
16
|
+
- ✅ **Documentation Reorganization**: Moved all docs to `.agent/` folder where they belong
|
|
17
|
+
- ✅ **Build System Optimization**: Cleaner project structure with no impact on functionality
|
|
13
18
|
|
|
14
19
|
---
|
|
15
20
|
|
|
@@ -44,7 +49,7 @@ This release includes corrected logo assets and complete automated publishing pi
|
|
|
44
49
|
A conversational AI CLI tool powered by x.ai with **Claude Code-level intelligence** and advanced tool capabilities.
|
|
45
50
|
|
|
46
51
|
<div align="center">
|
|
47
|
-
<img src="
|
|
52
|
+
<img src="apps/site/static/img/logo.svg" alt="Grok One-Shot Logo" width="120" />
|
|
48
53
|
</div>
|
|
49
54
|
|
|
50
55
|
## 🔗 Quick Links
|