@getmonoceros/workbench 1.23.1 → 1.23.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/bin.js CHANGED
@@ -2515,19 +2515,6 @@ async function writeOpencodeConfig(targetDir, containerName2, features) {
2515
2515
  ...managedInstructions,
2516
2516
  ...existingInstructions.filter((i) => !managedInstructions.includes(i))
2517
2517
  ];
2518
- if (typeof config.permission !== "string") {
2519
- const permission = typeof config.permission === "object" && config.permission !== null ? config.permission : {};
2520
- const ext = typeof permission.external_directory === "object" && permission.external_directory !== null ? permission.external_directory : {};
2521
- for (const p of [
2522
- `${workspaceRoot}/AGENTS.md`,
2523
- `${workspaceRoot}/.monoceros/commands.md`,
2524
- `${workspaceRoot}/projects/**`
2525
- ]) {
2526
- ext[p] = "allow";
2527
- }
2528
- permission.external_directory = ext;
2529
- config.permission = permission;
2530
- }
2531
2518
  if (model) {
2532
2519
  config.model = model;
2533
2520
  }
@@ -7233,7 +7220,7 @@ var CLI_VERSION;
7233
7220
  var init_version = __esm({
7234
7221
  "src/version.ts"() {
7235
7222
  "use strict";
7236
- CLI_VERSION = true ? "1.23.1" : "dev";
7223
+ CLI_VERSION = true ? "1.23.2" : "dev";
7237
7224
  }
7238
7225
  });
7239
7226