agent-yes 1.44.3 → 1.44.5
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/dist/cli.js
CHANGED
|
@@ -28482,10 +28482,10 @@ var package_default = {
|
|
|
28482
28482
|
registry: "https://registry.npmjs.org/"
|
|
28483
28483
|
},
|
|
28484
28484
|
scripts: {
|
|
28485
|
-
prebuild: "node ./scripts/patch-mcp-sdk.
|
|
28485
|
+
prebuild: "node ./scripts/patch-mcp-sdk.js",
|
|
28486
28486
|
build: "bun build ./ts/cli.ts ./ts/index.ts --outdir=dist --target=node --sourcemap --external=@snomiao/bun-pty --external=bun-pty --external=node-pty --external=from-node-stream --external=bun --external=@modelcontextprotocol/sdk",
|
|
28487
28487
|
postbuild: "bun ./ts/postbuild.ts",
|
|
28488
|
-
postinstall: "node ./scripts/patch-mcp-sdk.
|
|
28488
|
+
postinstall: "node ./scripts/patch-mcp-sdk.js",
|
|
28489
28489
|
demo: "bun run build && bun link && claude-yes -- demo",
|
|
28490
28490
|
dev: "bun ts/index.ts",
|
|
28491
28491
|
typecheck: "tsgo --noEmit --skipLibCheck",
|
|
@@ -28947,5 +28947,5 @@ var { exitCode } = await cliYes(config3);
|
|
|
28947
28947
|
console.log("exiting process");
|
|
28948
28948
|
process.exit(exitCode ?? 1);
|
|
28949
28949
|
|
|
28950
|
-
//# debugId=
|
|
28950
|
+
//# debugId=2B36C295F63F614164756E2164756E21
|
|
28951
28951
|
//# sourceMappingURL=cli.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-yes",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.5",
|
|
4
4
|
"description": "A wrapper tool that automates interactions with various AI CLI tools by automatically handling common prompts and responses.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"registry": "https://registry.npmjs.org/"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
|
-
"prebuild": "node ./scripts/patch-mcp-sdk.
|
|
66
|
+
"prebuild": "node ./scripts/patch-mcp-sdk.js",
|
|
67
67
|
"build": "bun build ./ts/cli.ts ./ts/index.ts --outdir=dist --target=node --sourcemap --external=@snomiao/bun-pty --external=bun-pty --external=node-pty --external=from-node-stream --external=bun --external=@modelcontextprotocol/sdk",
|
|
68
68
|
"postbuild": "bun ./ts/postbuild.ts",
|
|
69
|
-
"postinstall": "node ./scripts/patch-mcp-sdk.
|
|
69
|
+
"postinstall": "node ./scripts/patch-mcp-sdk.js",
|
|
70
70
|
"demo": "bun run build && bun link && claude-yes -- demo",
|
|
71
71
|
"dev": "bun ts/index.ts",
|
|
72
72
|
"typecheck": "tsgo --noEmit --skipLibCheck",
|
|
File without changes
|