@xagent/one-shot 1.1.91 → 1.1.93
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 +21 -1
- package/dist/index.js +554 -9
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- Test comment for PR creation -->
|
|
2
2
|
|
|
3
|
-
## 1.1.
|
|
3
|
+
## 1.1.93 – Logo Assets & NPM Publication Complete
|
|
4
4
|
|
|
5
5
|
✅ **Live on NPM**: [@xagent/one-shot](https://www.npmjs.com/package/@xagent/one-shot) - Fully published and ready for global installation
|
|
6
6
|
|
|
@@ -15,6 +15,26 @@ This release includes corrected logo assets and complete automated publishing pi
|
|
|
15
15
|
|
|
16
16
|
# Grok One-Shot
|
|
17
17
|
|
|
18
|
+
<div align="center">
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
22
|
+
│ 🚀 Quick Start │
|
|
23
|
+
├─────────────────────────────────────────────────────────────────┤
|
|
24
|
+
│ │
|
|
25
|
+
│ # 1. Set your API key (secure local environment variable) │
|
|
26
|
+
│ export X_API_KEY="your_xai_api_key_here" │
|
|
27
|
+
│ │
|
|
28
|
+
│ # 2. Run instantly (no installation required!) │
|
|
29
|
+
│ npx @xagent/one-shot │
|
|
30
|
+
│ │
|
|
31
|
+
│ 🔐 Tip: Never commit API keys to git. Use local env vars! │
|
|
32
|
+
│ │
|
|
33
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
</div>
|
|
37
|
+
|
|
18
38
|
[](https://www.npmjs.com/package/@xagent/one-shot)
|
|
19
39
|
[](https://github.com/x-cli-team/x-cli/releases)
|
|
20
40
|
[](https://www.npmjs.com/package/@xagent/one-shot)
|