@xagent/one-shot 1.1.94 → 1.1.96
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 +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -18638,7 +18638,7 @@ var init_package = __esm({
|
|
|
18638
18638
|
package_default = {
|
|
18639
18639
|
type: "module",
|
|
18640
18640
|
name: "@xagent/one-shot",
|
|
18641
|
-
version: "1.1.
|
|
18641
|
+
version: "1.1.96",
|
|
18642
18642
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
|
|
18643
18643
|
main: "dist/index.js",
|
|
18644
18644
|
module: "dist/index.js",
|
|
@@ -18669,6 +18669,7 @@ var init_package = __esm({
|
|
|
18669
18669
|
"sync:docs": "cd apps/site && node src/scripts/sync-agent-docs.js",
|
|
18670
18670
|
"update-agent-docs-auto": "tsx ./scripts/update-agent-docs-auto.mjs",
|
|
18671
18671
|
"docs-workflow-test": "npm run update-agent-docs-auto && npm run sync:docs",
|
|
18672
|
+
prettier: "prettier",
|
|
18672
18673
|
"smart-push": "./scripts/smart-push.sh",
|
|
18673
18674
|
push: "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1",
|
|
18674
18675
|
"git-push": "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1"
|
|
@@ -24234,7 +24235,7 @@ var require_package = __commonJS({
|
|
|
24234
24235
|
module.exports = {
|
|
24235
24236
|
type: "module",
|
|
24236
24237
|
name: "@xagent/one-shot",
|
|
24237
|
-
version: "1.1.
|
|
24238
|
+
version: "1.1.96",
|
|
24238
24239
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
|
|
24239
24240
|
main: "dist/index.js",
|
|
24240
24241
|
module: "dist/index.js",
|
|
@@ -24265,6 +24266,7 @@ var require_package = __commonJS({
|
|
|
24265
24266
|
"sync:docs": "cd apps/site && node src/scripts/sync-agent-docs.js",
|
|
24266
24267
|
"update-agent-docs-auto": "tsx ./scripts/update-agent-docs-auto.mjs",
|
|
24267
24268
|
"docs-workflow-test": "npm run update-agent-docs-auto && npm run sync:docs",
|
|
24269
|
+
prettier: "prettier",
|
|
24268
24270
|
"smart-push": "./scripts/smart-push.sh",
|
|
24269
24271
|
push: "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1",
|
|
24270
24272
|
"git-push": "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1"
|