@xagent/one-shot 1.1.87 → 1.1.89
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 +26 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- Test comment for PR creation -->
|
|
2
2
|
|
|
3
|
-
## 1.1.
|
|
3
|
+
## 1.1.89 – 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
|
|
|
@@ -35,6 +35,31 @@ A conversational AI CLI tool powered by x.ai with **Claude Code-level intelligen
|
|
|
35
35
|
- **💬 [xAI Community Discord](https://discord.com/channels/1315720379607679066/1315822328139223064)** - Official xAI API community support
|
|
36
36
|
- **📚 [Releases](https://github.com/x-cli-team/x-cli/releases)** - Version history and changelogs
|
|
37
37
|
|
|
38
|
+
## Featured In
|
|
39
|
+
|
|
40
|
+
<!-- AUTO-GENERATED: DO NOT EDIT -->
|
|
41
|
+
|
|
42
|
+
- **[superagent-ai/grok-cli](https://github.com/superagent-ai/grok-cli)** – Submitted via [Issue #XX](https://github.com/superagent-ai/grok-cli/issues/XX)
|
|
43
|
+

|
|
44
|
+
|
|
45
|
+
- **[RMNCLDYO/grok-ai-toolkit](https://github.com/RMNCLDYO/grok-ai-toolkit)** – Submitted via [Issue #XX](https://github.com/RMNCLDYO/grok-ai-toolkit/issues/XX)
|
|
46
|
+

|
|
47
|
+
|
|
48
|
+
- **[coldcanuk/grok-cli](https://github.com/coldcanuk/grok-cli)** – Submitted via [Issue #XX](https://github.com/coldcanuk/grok-cli/issues/XX)
|
|
49
|
+

|
|
50
|
+
|
|
51
|
+
- **[HyperCoherence/Grok4Git](https://github.com/HyperCoherence/Grok4Git)** – Submitted via [Issue #XX](https://github.com/HyperCoherence/Grok4Git/issues/XX)
|
|
52
|
+

|
|
53
|
+
|
|
54
|
+
- **[MustCodeAl/awesome-ai-cli](https://github.com/MustCodeAl/awesome-ai-cli)** – Submitted via [Issue #XX](https://github.com/MustCodeAl/awesome-ai-cli/issues/XX)
|
|
55
|
+

|
|
56
|
+
|
|
57
|
+
- **[xai-org/xai-cookbook](https://github.com/xai-org/xai-cookbook)** – Submitted via [Issue #XX](https://github.com/xai-org/xai-cookbook/issues/XX)
|
|
58
|
+

|
|
59
|
+
|
|
60
|
+
- **[milisp/awesome-grok](https://github.com/milisp/awesome-grok)** – **Merged!**
|
|
61
|
+

|
|
62
|
+
|
|
38
63
|
## 🆕 What's New in v1.0+
|
|
39
64
|
|
|
40
65
|
### 🎯 **P0: Plan Mode - Claude Code Parity** (Latest)
|
package/dist/index.js
CHANGED
|
@@ -16197,7 +16197,7 @@ var init_package = __esm({
|
|
|
16197
16197
|
package_default = {
|
|
16198
16198
|
type: "module",
|
|
16199
16199
|
name: "@xagent/one-shot",
|
|
16200
|
-
version: "1.1.
|
|
16200
|
+
version: "1.1.89",
|
|
16201
16201
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
|
|
16202
16202
|
main: "dist/index.js",
|
|
16203
16203
|
module: "dist/index.js",
|
|
@@ -21779,7 +21779,7 @@ var require_package = __commonJS({
|
|
|
21779
21779
|
module.exports = {
|
|
21780
21780
|
type: "module",
|
|
21781
21781
|
name: "@xagent/one-shot",
|
|
21782
|
-
version: "1.1.
|
|
21782
|
+
version: "1.1.89",
|
|
21783
21783
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
|
|
21784
21784
|
main: "dist/index.js",
|
|
21785
21785
|
module: "dist/index.js",
|