@narumitw/pi-codex-compact 0.51.1 → 0.51.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-I3JF4V7C.ts → chunk-6TZ2L2BM.js} +2 -2
- package/dist/chunks/{settings-menu-H6GC3TNJ.ts → settings-menu-PEDLURUH.js} +3 -3
- package/dist/index.ts +3 -3
- package/package.json +6 -6
- /package/dist/chunks/{chunk-I3JF4V7C.ts.map → chunk-6TZ2L2BM.js.map} +0 -0
- /package/dist/chunks/{settings-menu-H6GC3TNJ.ts.map → settings-menu-PEDLURUH.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @generated by scripts/build-runtime.mjs; do not edit.
|
|
2
|
-
// @ts-nocheck -- generated
|
|
2
|
+
// @ts-nocheck -- the generated entry uses a .ts extension for Pi's Jiti loader.
|
|
3
3
|
|
|
4
4
|
// src/model-api.ts
|
|
5
5
|
import { hasApi } from "@earendil-works/pi-ai";
|
|
@@ -10,4 +10,4 @@ function usesCodexResponsesApi(model) {
|
|
|
10
10
|
export {
|
|
11
11
|
usesCodexResponsesApi
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=chunk-
|
|
13
|
+
//# sourceMappingURL=chunk-6TZ2L2BM.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// @generated by scripts/build-runtime.mjs; do not edit.
|
|
2
|
-
// @ts-nocheck -- generated
|
|
2
|
+
// @ts-nocheck -- the generated entry uses a .ts extension for Pi's Jiti loader.
|
|
3
3
|
import {
|
|
4
4
|
usesCodexResponsesApi
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6TZ2L2BM.js";
|
|
6
6
|
|
|
7
7
|
// src/settings-menu.ts
|
|
8
8
|
function safeText(value) {
|
|
@@ -188,4 +188,4 @@ export {
|
|
|
188
188
|
createCodexCompactMenu,
|
|
189
189
|
showCodexCompactMenu
|
|
190
190
|
};
|
|
191
|
-
//# sourceMappingURL=settings-menu-
|
|
191
|
+
//# sourceMappingURL=settings-menu-PEDLURUH.js.map
|
package/dist/index.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// @generated by scripts/build-runtime.mjs; do not edit.
|
|
2
|
-
// @ts-nocheck -- generated
|
|
2
|
+
// @ts-nocheck -- the generated entry uses a .ts extension for Pi's Jiti loader.
|
|
3
3
|
import {
|
|
4
4
|
usesCodexResponsesApi
|
|
5
|
-
} from "./chunks/chunk-
|
|
5
|
+
} from "./chunks/chunk-6TZ2L2BM.js";
|
|
6
6
|
|
|
7
7
|
// src/codex-compact.ts
|
|
8
8
|
import {
|
|
@@ -724,7 +724,7 @@ function createCodexCompactExtension(options = {}) {
|
|
|
724
724
|
handler: async (_args, ctx) => {
|
|
725
725
|
const ownerGeneration = generation;
|
|
726
726
|
const controller = sessionController;
|
|
727
|
-
const { showCodexCompactMenu } = await import("./chunks/settings-menu-
|
|
727
|
+
const { showCodexCompactMenu } = await import("./chunks/settings-menu-PEDLURUH.js");
|
|
728
728
|
if (ownerGeneration !== generation || controller.signal.aborted) return;
|
|
729
729
|
await showCodexCompactMenu(settingsRuntime, ctx, {
|
|
730
730
|
signal: controller.signal,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narumitw/pi-codex-compact",
|
|
3
|
-
"version": "0.51.
|
|
3
|
+
"version": "0.51.3",
|
|
4
4
|
"description": "Codex Remote Compaction V2 for compatible Pi providers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"typecheck": "tsc --noEmit"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@narumitw/pi-tui-kit": "^0.
|
|
38
|
+
"@narumitw/pi-tui-kit": "^0.59.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@earendil-works/pi-agent-core": "*",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@earendil-works/pi-coding-agent": "*"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@biomejs/biome": "2.5.
|
|
47
|
-
"@earendil-works/pi-agent-core": "0.84.
|
|
48
|
-
"@earendil-works/pi-ai": "0.84.
|
|
49
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
46
|
+
"@biomejs/biome": "2.5.10",
|
|
47
|
+
"@earendil-works/pi-agent-core": "0.84.3",
|
|
48
|
+
"@earendil-works/pi-ai": "0.84.3",
|
|
49
|
+
"@earendil-works/pi-coding-agent": "0.84.3",
|
|
50
50
|
"@types/node": "26.2.0",
|
|
51
51
|
"esbuild": "0.28.2",
|
|
52
52
|
"typescript": "7.0.2"
|
|
File without changes
|
|
File without changes
|