@hasna/oldpal 0.6.5 → 0.6.6
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 +4 -4
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30297,7 +30297,7 @@ ${stderr}`;
|
|
|
30297
30297
|
import { join as join6 } from "path";
|
|
30298
30298
|
import { homedir as homedir6, platform as platform2, release, arch } from "os";
|
|
30299
30299
|
import { existsSync as existsSync4, mkdirSync, writeFileSync as writeFileSync2 } from "fs";
|
|
30300
|
-
var VERSION = "0.6.
|
|
30300
|
+
var VERSION = "0.6.6";
|
|
30301
30301
|
|
|
30302
30302
|
class BuiltinCommands {
|
|
30303
30303
|
tokenUsage = {
|
|
@@ -33316,7 +33316,7 @@ function App2({ cwd: cwd2 }) {
|
|
|
33316
33316
|
padding: 1,
|
|
33317
33317
|
children: [
|
|
33318
33318
|
showWelcome && /* @__PURE__ */ jsx_dev_runtime9.jsxDEV(WelcomeBanner, {
|
|
33319
|
-
version: "0.6.
|
|
33319
|
+
version: "0.6.6",
|
|
33320
33320
|
model: "claude-sonnet-4",
|
|
33321
33321
|
directory: activeSession?.cwd || cwd2
|
|
33322
33322
|
}, undefined, false, undefined, this),
|
|
@@ -33547,7 +33547,7 @@ function formatStreamEvent(chunk) {
|
|
|
33547
33547
|
|
|
33548
33548
|
// packages/terminal/src/index.tsx
|
|
33549
33549
|
var jsx_dev_runtime10 = __toESM(require_jsx_dev_runtime(), 1);
|
|
33550
|
-
var VERSION3 = "0.6.
|
|
33550
|
+
var VERSION3 = "0.6.6";
|
|
33551
33551
|
function parseArgs(argv) {
|
|
33552
33552
|
const args = argv.slice(2);
|
|
33553
33553
|
const options = {
|
|
@@ -33696,4 +33696,4 @@ if (options.print !== null) {
|
|
|
33696
33696
|
});
|
|
33697
33697
|
}
|
|
33698
33698
|
|
|
33699
|
-
//# debugId=
|
|
33699
|
+
//# debugId=77455832D76BD60B64756E2164756E21
|