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 +2 -2
- package/package.json +1 -1
- package/src/domain/CliAgent.ts +1 -1
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.
|
|
150200
|
+
var version = "0.1.112";
|
|
150201
150201
|
|
|
150202
150202
|
//#endregion
|
|
150203
150203
|
//#region src/Tracing.ts
|
package/package.json
CHANGED
package/src/domain/CliAgent.ts
CHANGED