@hasna/assistants 0.6.45 → 0.6.46

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 CHANGED
@@ -119993,7 +119993,7 @@ function formatAge(ms) {
119993
119993
  return `${days}d`;
119994
119994
  }
119995
119995
  // packages/core/src/commands/builtin.ts
119996
- var VERSION = "0.6.45";
119996
+ var VERSION = "0.6.46";
119997
119997
  function resolveAuthTimeout(resolve5) {
119998
119998
  resolve5({ exitCode: 1, stdout: { toString: () => "{}" } });
119999
119999
  }
@@ -143776,7 +143776,6 @@ function App2({ cwd: cwd2, version: version2 }) {
143776
143776
  return /* @__PURE__ */ jsx_dev_runtime12.jsxDEV(Box_default, {
143777
143777
  flexDirection: "column",
143778
143778
  padding: 1,
143779
- height: rows,
143780
143779
  children: /* @__PURE__ */ jsx_dev_runtime12.jsxDEV(Spinner2, {
143781
143780
  label: "Initializing..."
143782
143781
  }, undefined, false, undefined, this)
@@ -143786,7 +143785,6 @@ function App2({ cwd: cwd2, version: version2 }) {
143786
143785
  return /* @__PURE__ */ jsx_dev_runtime12.jsxDEV(Box_default, {
143787
143786
  flexDirection: "column",
143788
143787
  padding: 1,
143789
- height: rows,
143790
143788
  children: /* @__PURE__ */ jsx_dev_runtime12.jsxDEV(SessionSelector, {
143791
143789
  sessions,
143792
143790
  activeSessionId,
@@ -144069,7 +144067,7 @@ function formatStreamEvent(chunk) {
144069
144067
 
144070
144068
  // packages/terminal/src/index.tsx
144071
144069
  var jsx_dev_runtime13 = __toESM(require_jsx_dev_runtime(), 1);
144072
- var VERSION3 = "0.6.45";
144070
+ var VERSION3 = "0.6.46";
144073
144071
  function parseArgs(argv) {
144074
144072
  const args = argv.slice(2);
144075
144073
  const options = {
@@ -144218,10 +144216,12 @@ if (options.print !== null) {
144218
144216
  const { waitUntilExit } = render_default(/* @__PURE__ */ jsx_dev_runtime13.jsxDEV(App2, {
144219
144217
  cwd: options.cwd,
144220
144218
  version: VERSION3
144221
- }, undefined, false, undefined, this));
144219
+ }, undefined, false, undefined, this), {
144220
+ incrementalRendering: true
144221
+ });
144222
144222
  waitUntilExit().then(() => {
144223
144223
  process.exit(0);
144224
144224
  });
144225
144225
  }
144226
144226
 
144227
- //# debugId=EF9C493CF424916B64756E2164756E21
144227
+ //# debugId=8125EAAA606C30FA64756E2164756E21