@kenkaiiii/gg-boss 4.12.1 → 4.12.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.
|
@@ -75620,6 +75620,14 @@ import fs21 from "fs/promises";
|
|
|
75620
75620
|
import path29 from "path";
|
|
75621
75621
|
import os7 from "os";
|
|
75622
75622
|
import crypto4 from "crypto";
|
|
75623
|
+
|
|
75624
|
+
// ../ggcoder/dist/core/encode-cwd.js
|
|
75625
|
+
init_esm_shims();
|
|
75626
|
+
function encodeCwd(cwd2) {
|
|
75627
|
+
return cwd2.replace(/^\\\\\?\\UNC\\/i, "\\\\").replace(/^\\\\\?\\/i, "").replace(/[\\/]/g, "_").replace(/[<>:"|?*]/g, "").replace(/^_/, "");
|
|
75628
|
+
}
|
|
75629
|
+
|
|
75630
|
+
// ../ggcoder/dist/session.js
|
|
75623
75631
|
var SESSION_DIR = path29.join(os7.homedir(), ".gg", "sessions");
|
|
75624
75632
|
|
|
75625
75633
|
// ../ggcoder/dist/core/index.js
|
|
@@ -76008,9 +76016,6 @@ var DISPLAY_ITEM_CUSTOM_KIND = "display_item";
|
|
|
76008
76016
|
function isCompletedItemLike(value) {
|
|
76009
76017
|
return typeof value === "object" && value !== null && typeof value.kind === "string" && typeof value.id === "string";
|
|
76010
76018
|
}
|
|
76011
|
-
function encodeCwd(cwd2) {
|
|
76012
|
-
return cwd2.replace(/[\\/]/g, "_").replace(/:/g, "").replace(/^_/, "");
|
|
76013
|
-
}
|
|
76014
76019
|
var SessionManager = class _SessionManager {
|
|
76015
76020
|
sessionsDir;
|
|
76016
76021
|
warnedPersistCodes = /* @__PURE__ */ new Set();
|
|
@@ -117440,4 +117445,4 @@ react/cjs/react-jsx-runtime.development.js:
|
|
|
117440
117445
|
* LICENSE file in the root directory of this source tree.
|
|
117441
117446
|
*)
|
|
117442
117447
|
*/
|
|
117443
|
-
//# sourceMappingURL=chunk-
|
|
117448
|
+
//# sourceMappingURL=chunk-3F3CTIRL.js.map
|