@xagent/x-cli 1.1.110 → 1.1.112
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 +1 -1
- package/dist/index.js +11 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -18500,7 +18500,7 @@ var init_package = __esm({
|
|
|
18500
18500
|
package_default = {
|
|
18501
18501
|
type: "module",
|
|
18502
18502
|
name: "@xagent/one-shot",
|
|
18503
|
-
version: "1.1.
|
|
18503
|
+
version: "1.1.112",
|
|
18504
18504
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
|
|
18505
18505
|
main: "dist/index.js",
|
|
18506
18506
|
module: "dist/index.js",
|
|
@@ -21801,11 +21801,15 @@ var init_banner = __esm({
|
|
|
21801
21801
|
init_colors();
|
|
21802
21802
|
init_context_status();
|
|
21803
21803
|
xcliBanner = `
|
|
21804
|
-
|
|
21805
|
-
|
|
21806
|
-
|
|
21807
|
-
|
|
21808
|
-
|
|
21804
|
+
_____/\\\\\\\\\\\\______/\\_
|
|
21805
|
+
___/\\//////////___/\\\\\\_
|
|
21806
|
+
__/\\_____________/////\\_
|
|
21807
|
+
_/\\____/\\\\\\\\_____/\\_
|
|
21808
|
+
_/\\___/////\\_____/\\_
|
|
21809
|
+
_/\\_______/\\_____/\\_
|
|
21810
|
+
_/\\_______/\\_____/\\_
|
|
21811
|
+
_//\\\\\\\\\\\\/______/\\_
|
|
21812
|
+
__////////////________///_
|
|
21809
21813
|
`;
|
|
21810
21814
|
xcliMini = `
|
|
21811
21815
|
\u2584 \u2584 \u2584\u2584\u2584\u2584\u2584\u2584 \u2584 \u2584
|
|
@@ -23754,7 +23758,7 @@ var require_package = __commonJS({
|
|
|
23754
23758
|
module.exports = {
|
|
23755
23759
|
type: "module",
|
|
23756
23760
|
name: "@xagent/one-shot",
|
|
23757
|
-
version: "1.1.
|
|
23761
|
+
version: "1.1.112",
|
|
23758
23762
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
|
|
23759
23763
|
main: "dist/index.js",
|
|
23760
23764
|
module: "dist/index.js",
|