@hasna/oldpal 0.3.4 → 0.3.5
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/index.js +13 -37
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31591,41 +31591,17 @@ function Status({ isProcessing, cwd: cwd2, queueLength = 0, tokenUsage }) {
|
|
|
31591
31591
|
}
|
|
31592
31592
|
return /* @__PURE__ */ jsx_dev_runtime4.jsxDEV(Box_default, {
|
|
31593
31593
|
marginTop: 1,
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
/* @__PURE__ */ jsx_dev_runtime4.jsxDEV(Text, {
|
|
31606
|
-
dimColor: !isProcessing,
|
|
31607
|
-
children: isProcessing ? "\u25CF processing" : "\u25CF ready"
|
|
31608
|
-
}, undefined, false, undefined, this),
|
|
31609
|
-
/* @__PURE__ */ jsx_dev_runtime4.jsxDEV(Text, {
|
|
31610
|
-
dimColor: true,
|
|
31611
|
-
children: tokenInfo
|
|
31612
|
-
}, undefined, false, undefined, this),
|
|
31613
|
-
/* @__PURE__ */ jsx_dev_runtime4.jsxDEV(Text, {
|
|
31614
|
-
dimColor: true,
|
|
31615
|
-
children: queueInfo
|
|
31616
|
-
}, undefined, false, undefined, this),
|
|
31617
|
-
/* @__PURE__ */ jsx_dev_runtime4.jsxDEV(Text, {
|
|
31618
|
-
dimColor: true,
|
|
31619
|
-
children: [
|
|
31620
|
-
" | ",
|
|
31621
|
-
isProcessing ? "Esc to stop" : "Ctrl+C to exit",
|
|
31622
|
-
" | /help"
|
|
31623
|
-
]
|
|
31624
|
-
}, undefined, true, undefined, this)
|
|
31625
|
-
]
|
|
31626
|
-
}, undefined, true, undefined, this)
|
|
31627
|
-
]
|
|
31628
|
-
}, undefined, true, undefined, this);
|
|
31594
|
+
children: /* @__PURE__ */ jsx_dev_runtime4.jsxDEV(Text, {
|
|
31595
|
+
dimColor: true,
|
|
31596
|
+
children: [
|
|
31597
|
+
displayCwd,
|
|
31598
|
+
tokenInfo,
|
|
31599
|
+
queueInfo,
|
|
31600
|
+
isProcessing && " | Esc to stop",
|
|
31601
|
+
" | Ctrl+C to exit | /help"
|
|
31602
|
+
]
|
|
31603
|
+
}, undefined, true, undefined, this)
|
|
31604
|
+
}, undefined, false, undefined, this);
|
|
31629
31605
|
}
|
|
31630
31606
|
|
|
31631
31607
|
// node_modules/.pnpm/ink-spinner@5.0.0_ink@5.2.1_@types+react@18.3.27_react-devtools-core@4.28.5_react@18.3.1__react@18.3.1/node_modules/ink-spinner/build/index.js
|
|
@@ -32252,7 +32228,7 @@ var options = {
|
|
|
32252
32228
|
help: args.includes("--help") || args.includes("-h")
|
|
32253
32229
|
};
|
|
32254
32230
|
if (options.version) {
|
|
32255
|
-
console.log("oldpal v0.3.
|
|
32231
|
+
console.log("oldpal v0.3.5");
|
|
32256
32232
|
process.exit(0);
|
|
32257
32233
|
}
|
|
32258
32234
|
if (options.help) {
|
|
@@ -32283,4 +32259,4 @@ waitUntilExit().then(() => {
|
|
|
32283
32259
|
process.exit(0);
|
|
32284
32260
|
});
|
|
32285
32261
|
|
|
32286
|
-
//# debugId=
|
|
32262
|
+
//# debugId=0403F5F696FDA15E64756E2164756E21
|