claude-yes 1.44.10 → 1.44.11
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/{SUPPORTED_CLIS-CTFvjVGd.js → SUPPORTED_CLIS-4H-pxjDu.js} +2 -2
- package/dist/{agent-yes.config-D_cYCMB_.js → agent-yes.config-DPkGH_ef.js} +1 -1
- package/dist/{agent-yes.config-C9bAvQIE.js → agent-yes.config-Dn48YQ7f.js} +2 -2
- package/dist/cli.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -10116,7 +10116,7 @@ const globalAgentRegistry = new AgentRegistry();
|
|
|
10116
10116
|
|
|
10117
10117
|
//#endregion
|
|
10118
10118
|
//#region ts/index.ts
|
|
10119
|
-
const config = await import("./agent-yes.config-
|
|
10119
|
+
const config = await import("./agent-yes.config-DPkGH_ef.js").then((mod) => mod.default || mod);
|
|
10120
10120
|
const CLIS_CONFIG = config.clis;
|
|
10121
10121
|
/**
|
|
10122
10122
|
* Main function to run agent-cli with automatic yes/no responses
|
|
@@ -10689,4 +10689,4 @@ const SUPPORTED_CLIS = Object.keys(CLIS_CONFIG);
|
|
|
10689
10689
|
|
|
10690
10690
|
//#endregion
|
|
10691
10691
|
export { AgentContext as a, config as i, CLIS_CONFIG as n, PidStore as o, agentYes as r, removeControlCharacters as s, SUPPORTED_CLIS as t };
|
|
10692
|
-
//# sourceMappingURL=SUPPORTED_CLIS-
|
|
10692
|
+
//# sourceMappingURL=SUPPORTED_CLIS-4H-pxjDu.js.map
|
|
@@ -45,7 +45,7 @@ function getDefaultConfig() {
|
|
|
45
45
|
promptArg: "last-arg",
|
|
46
46
|
systemPrompt: "--append-system-prompt",
|
|
47
47
|
install: {
|
|
48
|
-
powershell: "irm https://claude.ai/install.ps1 | iex",
|
|
48
|
+
powershell: "powershell -Command \"irm https://claude.ai/install.ps1 | iex\"",
|
|
49
49
|
bash: "curl -fsSL https://claude.ai/install.sh | bash",
|
|
50
50
|
npm: "npm i -g @anthropic-ai/claude-code@latest"
|
|
51
51
|
},
|
|
@@ -159,4 +159,4 @@ function getDefaultConfig() {
|
|
|
159
159
|
|
|
160
160
|
//#endregion
|
|
161
161
|
export { agent_yes_config_default as t };
|
|
162
|
-
//# sourceMappingURL=agent-yes.config-
|
|
162
|
+
//# sourceMappingURL=agent-yes.config-Dn48YQ7f.js.map
|
package/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import { c as __toESM, i as __commonJSMin, r as require_ms, t as logger } from "./logger-DH1Rx9HI.js";
|
|
3
|
-
import "./agent-yes.config-
|
|
4
|
-
import { o as PidStore, t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
3
|
+
import "./agent-yes.config-Dn48YQ7f.js";
|
|
4
|
+
import { o as PidStore, t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-4H-pxjDu.js";
|
|
5
5
|
import { createRequire } from "node:module";
|
|
6
6
|
import { argv } from "process";
|
|
7
7
|
import { format, inspect } from "util";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./logger-DH1Rx9HI.js";
|
|
2
|
-
import { a as AgentContext, i as config, n as CLIS_CONFIG, r as agentYes, s as removeControlCharacters } from "./SUPPORTED_CLIS-
|
|
2
|
+
import { a as AgentContext, i as config, n as CLIS_CONFIG, r as agentYes, s as removeControlCharacters } from "./SUPPORTED_CLIS-4H-pxjDu.js";
|
|
3
3
|
|
|
4
4
|
export { AgentContext, CLIS_CONFIG, config, agentYes as default, removeControlCharacters };
|
package/package.json
CHANGED