perstack 0.0.116 → 0.0.117
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/bin/cli.js +17 -30
- package/dist/bin/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/bin/cli.js
CHANGED
|
@@ -122267,36 +122267,23 @@ const InterfacePanel = ({ query, runStatus, onSubmit, delegationTreeState, runni
|
|
|
122267
122267
|
providerName ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, { children: [" · ", providerName] }) : null
|
|
122268
122268
|
]
|
|
122269
122269
|
}),
|
|
122270
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, {
|
|
122271
|
-
|
|
122272
|
-
|
|
122273
|
-
children: "
|
|
122274
|
-
|
|
122275
|
-
|
|
122276
|
-
|
|
122277
|
-
|
|
122278
|
-
|
|
122279
|
-
|
|
122280
|
-
|
|
122281
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, {
|
|
122282
|
-
dimColor: true,
|
|
122283
|
-
children: " · C "
|
|
122284
|
-
}),
|
|
122285
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { children: formattedCachedInputTokens }),
|
|
122286
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, {
|
|
122287
|
-
dimColor: true,
|
|
122288
|
-
children: " · O "
|
|
122289
|
-
}),
|
|
122290
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { children: formattedOutputTokens }),
|
|
122291
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, {
|
|
122292
|
-
dimColor: true,
|
|
122293
|
-
children: [
|
|
122294
|
-
" (cache: ",
|
|
122270
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, {
|
|
122271
|
+
dimColor: true,
|
|
122272
|
+
children: [
|
|
122273
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(Text, { children: "Tokens: " }),
|
|
122274
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, { children: ["In ", formattedInputTokens] }),
|
|
122275
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, { children: [" · Out ", formattedOutputTokens] }),
|
|
122276
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, { children: [
|
|
122277
|
+
" ",
|
|
122278
|
+
"· Cache ",
|
|
122279
|
+
formattedCachedInputTokens,
|
|
122280
|
+
"/",
|
|
122295
122281
|
cacheHitRate,
|
|
122296
|
-
"%
|
|
122297
|
-
]
|
|
122298
|
-
|
|
122299
|
-
|
|
122282
|
+
"%"
|
|
122283
|
+
] }),
|
|
122284
|
+
formattedReasoningTokens !== "0" ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, { children: [" · Reasoning ", formattedReasoningTokens] }) : null
|
|
122285
|
+
]
|
|
122286
|
+
})
|
|
122300
122287
|
] }),
|
|
122301
122288
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(DelegationTree, { state: delegationTreeState }),
|
|
122302
122289
|
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)(Text, { children: [
|
|
@@ -122884,7 +122871,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
122884
122871
|
//#endregion
|
|
122885
122872
|
//#region package.json
|
|
122886
122873
|
var name = "perstack";
|
|
122887
|
-
var version = "0.0.
|
|
122874
|
+
var version = "0.0.117";
|
|
122888
122875
|
var description = "PerStack CLI";
|
|
122889
122876
|
|
|
122890
122877
|
//#endregion
|