lalph 0.1.111 → 0.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/dist/cli.mjs CHANGED
@@ -65770,7 +65770,7 @@ const opencode = new CliAgent({
65770
65770
  name: "opencode",
65771
65771
  command: ({ prompt, prdFilePath }) => make$23({
65772
65772
  extendEnv: true,
65773
- env: { OPENCODE_PERMISSION: "{\"*\":\"allow\"}" },
65773
+ env: { OPENCODE_PERMISSION: "{\"*\":\"allow\", \"question\":\"deny\"}" },
65774
65774
  stdout: "pipe",
65775
65775
  stderr: "pipe",
65776
65776
  stdin: "inherit"
@@ -150197,7 +150197,7 @@ const commandSource = make$34("source").pipe(withDescription("Select the issue s
150197
150197
 
150198
150198
  //#endregion
150199
150199
  //#region package.json
150200
- var version = "0.1.111";
150200
+ var version = "0.1.112";
150201
150201
 
150202
150202
  //#endregion
150203
150203
  //#region src/Tracing.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lalph",
3
3
  "type": "module",
4
- "version": "0.1.111",
4
+ "version": "0.1.112",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -28,7 +28,7 @@ const opencode = new CliAgent({
28
28
  ChildProcess.make({
29
29
  extendEnv: true,
30
30
  env: {
31
- OPENCODE_PERMISSION: '{"*":"allow"}',
31
+ OPENCODE_PERMISSION: '{"*":"allow", "question":"deny"}',
32
32
  },
33
33
  stdout: "pipe",
34
34
  stderr: "pipe",