agent-yes 1.32.1 → 1.32.2

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
@@ -20782,9 +20782,9 @@ function getDefaultConfig() {
20782
20782
  "1\n": [/│ Do you want to use this API key\?/]
20783
20783
  },
20784
20784
  enter: [
20785
- /^.{0,3} 1\. Yes/m,
20786
- /^.{0,3} 1\. Yes, continue/m,
20787
- /^.{0,3} 1\. Dark mode ?✔/m,
20785
+ /^.{0,4} 1\. Yes/m,
20786
+ /^.{0,4} 1\. Yes, continue/m,
20787
+ /^.{0,4} 1\. Dark mode ?✔/m,
20788
20788
  /❯ 1\. Yes/m,
20789
20789
  /❯ 1\. Yes, continue/m,
20790
20790
  /❯ 1\. Dark mode ?✔/m,
@@ -22041,9 +22041,9 @@ function getDefaultConfig2() {
22041
22041
  "1\n": [/│ Do you want to use this API key\?/]
22042
22042
  },
22043
22043
  enter: [
22044
- /^.{0,3} 1\. Yes/m,
22045
- /^.{0,3} 1\. Yes, continue/m,
22046
- /^.{0,3} 1\. Dark mode ?✔/m,
22044
+ /^.{0,4} 1\. Yes/m,
22045
+ /^.{0,4} 1\. Yes, continue/m,
22046
+ /^.{0,4} 1\. Dark mode ?✔/m,
22047
22047
  /❯ 1\. Yes/m,
22048
22048
  /❯ 1\. Yes, continue/m,
22049
22049
  /❯ 1\. Dark mode ?✔/m,
@@ -27557,7 +27557,8 @@ var package_default = {
27557
27557
  doc: "docs"
27558
27558
  },
27559
27559
  files: [
27560
- "dist",
27560
+ "dist/**/*.js",
27561
+ "!dist/**/*.map",
27561
27562
  "scripts",
27562
27563
  "ts/*.ts"
27563
27564
  ],
@@ -27585,12 +27586,14 @@ var package_default = {
27585
27586
  test: "bun test --coverage"
27586
27587
  },
27587
27588
  dependencies: {
27588
- "@anthropic-ai/sdk": "^0.71.2",
27589
27589
  "@snomiao/bun-pty": "^0.3.4",
27590
27590
  "bun-pty": "^0.4.8",
27591
+ "from-node-stream": "^0.1.2"
27592
+ },
27593
+ devDependencies: {
27594
+ "@anthropic-ai/sdk": "^0.71.2",
27591
27595
  "cpu-wait": "^0.0.10",
27592
27596
  execa: "^9.6.1",
27593
- "from-node-stream": "^0.1.2",
27594
27597
  ink: "^6.6.0",
27595
27598
  ms: "^2.1.3",
27596
27599
  openai: "^6.16.0",
@@ -27602,9 +27605,7 @@ var package_default = {
27602
27605
  "terminal-render": "^1.2.2",
27603
27606
  "tsa-composer": "^3.0.3",
27604
27607
  winston: "^3.19.0",
27605
- yargs: "^18.0.0"
27606
- },
27607
- devDependencies: {
27608
+ yargs: "^18.0.0",
27608
27609
  "@semantic-release/changelog": "^6.0.3",
27609
27610
  "@semantic-release/exec": "^7.1.0",
27610
27611
  "@semantic-release/git": "^10.0.1",
@@ -27814,5 +27815,5 @@ var { exitCode } = await cliYes(config3);
27814
27815
  console.log("exiting process");
27815
27816
  process.exit(exitCode ?? 1);
27816
27817
 
27817
- //# debugId=427D36537631B7B364756E2164756E21
27818
+ //# debugId=88F92B41CE5B430064756E2164756E21
27818
27819
  //# sourceMappingURL=cli.js.map
package/dist/index.js CHANGED
@@ -20780,9 +20780,9 @@ function getDefaultConfig() {
20780
20780
  "1\n": [/│ Do you want to use this API key\?/]
20781
20781
  },
20782
20782
  enter: [
20783
- /^.{0,3} 1\. Yes/m,
20784
- /^.{0,3} 1\. Yes, continue/m,
20785
- /^.{0,3} 1\. Dark mode ?✔/m,
20783
+ /^.{0,4} 1\. Yes/m,
20784
+ /^.{0,4} 1\. Yes, continue/m,
20785
+ /^.{0,4} 1\. Dark mode ?✔/m,
20786
20786
  /❯ 1\. Yes/m,
20787
20787
  /❯ 1\. Yes, continue/m,
20788
20788
  /❯ 1\. Dark mode ?✔/m,
@@ -21484,5 +21484,5 @@ export {
21484
21484
  CLIS_CONFIG
21485
21485
  };
21486
21486
 
21487
- //# debugId=322C01B57B382D1164756E2164756E21
21487
+ //# debugId=8D7068968CDDFD1C64756E2164756E21
21488
21488
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-yes",
3
- "version": "1.32.1",
3
+ "version": "1.32.2",
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",
@@ -44,7 +44,8 @@
44
44
  "doc": "docs"
45
45
  },
46
46
  "files": [
47
- "dist",
47
+ "dist/**/*.js",
48
+ "!dist/**/*.map",
48
49
  "scripts",
49
50
  "ts/*.ts"
50
51
  ],
@@ -72,12 +73,14 @@
72
73
  "test": "bun test --coverage"
73
74
  },
74
75
  "dependencies": {
75
- "@anthropic-ai/sdk": "^0.71.2",
76
76
  "@snomiao/bun-pty": "^0.3.4",
77
77
  "bun-pty": "^0.4.8",
78
+ "from-node-stream": "^0.1.2"
79
+ },
80
+ "devDependencies": {
81
+ "@anthropic-ai/sdk": "^0.71.2",
78
82
  "cpu-wait": "^0.0.10",
79
83
  "execa": "^9.6.1",
80
- "from-node-stream": "^0.1.2",
81
84
  "ink": "^6.6.0",
82
85
  "ms": "^2.1.3",
83
86
  "openai": "^6.16.0",
@@ -89,9 +92,7 @@
89
92
  "terminal-render": "^1.2.2",
90
93
  "tsa-composer": "^3.0.3",
91
94
  "winston": "^3.19.0",
92
- "yargs": "^18.0.0"
93
- },
94
- "devDependencies": {
95
+ "yargs": "^18.0.0",
95
96
  "@semantic-release/changelog": "^6.0.3",
96
97
  "@semantic-release/exec": "^7.1.0",
97
98
  "@semantic-release/git": "^10.0.1",