opencode-acp 1.14.24-pr.333.54 → 1.14.24

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/index.js CHANGED
@@ -9110,7 +9110,7 @@ import { writeFile as writeFile2, mkdir as mkdir2 } from "fs/promises";
9110
9110
  import { join as join3 } from "path";
9111
9111
  import { existsSync as existsSync3 } from "fs";
9112
9112
  import { homedir as homedir3 } from "os";
9113
- var LOG_VERSION = true ? "1.14.24-pr.333.54" : "dev";
9113
+ var LOG_VERSION = true ? "1.14.24" : "dev";
9114
9114
  var LEVEL_RANK = {
9115
9115
  debug: 10,
9116
9116
  info: 20,
@@ -11547,7 +11547,7 @@ var server = (async (ctx) => {
11547
11547
  }
11548
11548
  const logger = new Logger(config.debug, config.debug ? "debug" : config.logLevel);
11549
11549
  logger.info("ACP plugin initialized", {
11550
- version: true ? "1.14.24-pr.333.54" : "dev",
11550
+ version: true ? "1.14.24" : "dev",
11551
11551
  workspace: ctx.directory,
11552
11552
  logLevel: logger.level,
11553
11553
  debug: config.debug,