@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.
@@ -34,4 +34,4 @@ export {
34
34
  resolveCompactionRoute,
35
35
  terminalText
36
36
  };
37
- //# sourceMappingURL=chunk-7H7JJ7ZV.js.map
37
+ //# sourceMappingURL=chunk-BD6B7C5K.ts.map
@@ -3,7 +3,7 @@
3
3
  import {
4
4
  resolveCompactionRouteForApi,
5
5
  terminalText
6
- } from "./chunk-7H7JJ7ZV.js";
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-OAWFW2PH.js.map
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-7H7JJ7ZV.js";
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-OAWFW2PH.js");
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@narumitw/pi-codex-compact",
3
- "version": "0.53.2",
3
+ "version": "0.53.3",
4
4
  "description": "Responses compaction protocols for compatible Pi providers.",
5
5
  "type": "module",
6
6
  "license": "MIT",