@narumitw/pi-codex-compact 0.53.2 → 0.53.3
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/chunks/{chunk-7H7JJ7ZV.js → chunk-BD6B7C5K.ts} +1 -1
- package/dist/chunks/{settings-menu-OAWFW2PH.js → settings-menu-SZZ437BH.ts} +2 -2
- package/dist/index.ts +2 -2
- package/package.json +1 -1
- /package/dist/chunks/{chunk-7H7JJ7ZV.js.map → chunk-BD6B7C5K.ts.map} +0 -0
- /package/dist/chunks/{settings-menu-OAWFW2PH.js.map → settings-menu-SZZ437BH.ts.map} +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import {
|
|
4
4
|
resolveCompactionRouteForApi,
|
|
5
5
|
terminalText
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-BD6B7C5K.ts";
|
|
7
7
|
|
|
8
8
|
// src/settings-menu.ts
|
|
9
9
|
import { runMenu } from "@narumitw/pi-tui-kit";
|
|
@@ -205,4 +205,4 @@ export {
|
|
|
205
205
|
createCodexCompactMenu,
|
|
206
206
|
showCodexCompactMenu
|
|
207
207
|
};
|
|
208
|
-
//# sourceMappingURL=settings-menu-
|
|
208
|
+
//# sourceMappingURL=settings-menu-SZZ437BH.ts.map
|
package/dist/index.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import {
|
|
4
4
|
resolveCompactionRoute,
|
|
5
5
|
terminalText
|
|
6
|
-
} from "./chunks/chunk-
|
|
6
|
+
} from "./chunks/chunk-BD6B7C5K.ts";
|
|
7
7
|
|
|
8
8
|
// src/codex-compact.ts
|
|
9
9
|
import {
|
|
@@ -1169,7 +1169,7 @@ function createCodexCompactExtension(options = {}) {
|
|
|
1169
1169
|
if (args.trim()) throw new Error("Usage: /codex-compact");
|
|
1170
1170
|
const ownerGeneration = generation;
|
|
1171
1171
|
const controller = sessionController;
|
|
1172
|
-
const { showCodexCompactMenu } = await import("./chunks/settings-menu-
|
|
1172
|
+
const { showCodexCompactMenu } = await import("./chunks/settings-menu-SZZ437BH.ts");
|
|
1173
1173
|
if (ownerGeneration !== generation || controller.signal.aborted) return;
|
|
1174
1174
|
await showCodexCompactMenu(settingsRuntime, ctx, {
|
|
1175
1175
|
signal: controller.signal,
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|