@hasna/oldpal 0.6.2 → 0.6.4
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 +6 -6
- package/dist/index.js.map +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30272,7 +30272,7 @@ ${stderr}`;
|
|
|
30272
30272
|
import { join as join6 } from "path";
|
|
30273
30273
|
import { homedir as homedir6, platform as platform2, release, arch } from "os";
|
|
30274
30274
|
import { existsSync as existsSync4, mkdirSync, writeFileSync as writeFileSync2 } from "fs";
|
|
30275
|
-
var VERSION = "0.6.
|
|
30275
|
+
var VERSION = "0.6.4";
|
|
30276
30276
|
|
|
30277
30277
|
class BuiltinCommands {
|
|
30278
30278
|
tokenUsage = {
|
|
@@ -32980,10 +32980,10 @@ function App2({ cwd: cwd2 }) {
|
|
|
32980
32980
|
timestamp: now()
|
|
32981
32981
|
};
|
|
32982
32982
|
activityLogRef.current = [...activityLogRef.current, textEntry];
|
|
32983
|
+
responseRef.current = "";
|
|
32983
32984
|
}
|
|
32984
32985
|
const fullContent = activityLogRef.current.filter((e) => e.type === "text").map((e) => e.content).join(`
|
|
32985
|
-
`)
|
|
32986
|
-
` + responseRef.current : "");
|
|
32986
|
+
`);
|
|
32987
32987
|
if (fullContent.trim() || toolCallsRef.current.length > 0) {
|
|
32988
32988
|
setMessages((prev) => [
|
|
32989
32989
|
...prev,
|
|
@@ -33291,7 +33291,7 @@ function App2({ cwd: cwd2 }) {
|
|
|
33291
33291
|
padding: 1,
|
|
33292
33292
|
children: [
|
|
33293
33293
|
showWelcome && /* @__PURE__ */ jsx_dev_runtime9.jsxDEV(WelcomeBanner, {
|
|
33294
|
-
version: "0.6.
|
|
33294
|
+
version: "0.6.4",
|
|
33295
33295
|
model: "claude-sonnet-4",
|
|
33296
33296
|
directory: activeSession?.cwd || cwd2
|
|
33297
33297
|
}, undefined, false, undefined, this),
|
|
@@ -33522,7 +33522,7 @@ function formatStreamEvent(chunk) {
|
|
|
33522
33522
|
|
|
33523
33523
|
// packages/terminal/src/index.tsx
|
|
33524
33524
|
var jsx_dev_runtime10 = __toESM(require_jsx_dev_runtime(), 1);
|
|
33525
|
-
var VERSION3 = "0.6.
|
|
33525
|
+
var VERSION3 = "0.6.4";
|
|
33526
33526
|
function parseArgs(argv) {
|
|
33527
33527
|
const args = argv.slice(2);
|
|
33528
33528
|
const options = {
|
|
@@ -33671,4 +33671,4 @@ if (options.print !== null) {
|
|
|
33671
33671
|
});
|
|
33672
33672
|
}
|
|
33673
33673
|
|
|
33674
|
-
//# debugId=
|
|
33674
|
+
//# debugId=47D9F2D93806B42E64756E2164756E21
|