opencode-acp 1.14.21-pr.320.35 → 1.14.21
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/README.md +809 -1
- package/README.zh-CN.md +764 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9025,7 +9025,7 @@ import { writeFile as writeFile2, mkdir as mkdir2 } from "fs/promises";
|
|
|
9025
9025
|
import { join as join3 } from "path";
|
|
9026
9026
|
import { existsSync as existsSync3 } from "fs";
|
|
9027
9027
|
import { homedir as homedir3 } from "os";
|
|
9028
|
-
var LOG_VERSION = true ? "1.14.21
|
|
9028
|
+
var LOG_VERSION = true ? "1.14.21" : "dev";
|
|
9029
9029
|
var Logger = class {
|
|
9030
9030
|
logDir;
|
|
9031
9031
|
enabled;
|