opencode-acp 1.14.25-pr.343.77 → 1.14.25-pr.343.78
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9112,7 +9112,7 @@ import { writeFile as writeFile2, mkdir as mkdir2 } from "fs/promises";
|
|
|
9112
9112
|
import { join as join3 } from "path";
|
|
9113
9113
|
import { existsSync as existsSync3 } from "fs";
|
|
9114
9114
|
import { homedir as homedir3 } from "os";
|
|
9115
|
-
var LOG_VERSION = true ? "1.14.25-pr.343.
|
|
9115
|
+
var LOG_VERSION = true ? "1.14.25-pr.343.78" : "dev";
|
|
9116
9116
|
var LEVEL_RANK = {
|
|
9117
9117
|
debug: 10,
|
|
9118
9118
|
info: 20,
|
|
@@ -11553,7 +11553,7 @@ var server = (async (ctx) => {
|
|
|
11553
11553
|
}
|
|
11554
11554
|
const logger = new Logger(config.debug, config.debug ? "debug" : config.logLevel);
|
|
11555
11555
|
logger.info("ACP plugin initialized", {
|
|
11556
|
-
version: true ? "1.14.25-pr.343.
|
|
11556
|
+
version: true ? "1.14.25-pr.343.78" : "dev",
|
|
11557
11557
|
workspace: ctx.directory,
|
|
11558
11558
|
logLevel: logger.level,
|
|
11559
11559
|
debug: config.debug,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "opencode-acp",
|
|
4
|
-
"version": "1.14.25-pr.343.
|
|
4
|
+
"version": "1.14.25-pr.343.78",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Active Context Pruning — model-driven context management for OpenCode (hardened fork of DCP with 35 bug fixes)",
|
|
7
7
|
"main": "./dist/index.js",
|