nolo-cli 0.37.0-alpha.1 → 0.37.0-alpha.2

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/index.js CHANGED
@@ -824,7 +824,7 @@ async function runScript(script, forwardedArgs, env) {
824
824
  return proc.exited;
825
825
  }
826
826
  async function launchTuiWorkspace(args2) {
827
- const { startTuiWorkspace } = await import("./readlineWorkspace-HGR75YT3.js");
827
+ const { startTuiWorkspace } = await import("./readlineWorkspace-NFM3Z5UX.js");
828
828
  const { createTuiSummaryLlmCaller } = await import("./tuiSummaryLlmCaller-SHRB4RWM.js");
829
829
  return startTuiWorkspace({
830
830
  ...args2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nolo-cli",
3
- "version": "0.37.0-alpha.1",
3
+ "version": "0.37.0-alpha.2",
4
4
  "type": "module",
5
5
  "description": "Agent-first terminal workspace for Nolo",
6
6
  "bin": {
@@ -8001,13 +8001,11 @@ ${stderrText.trim()}
8001
8001
  `)
8002
8002
  });
8003
8003
  imageUrls = readResult.images.map((img) => img.dataUrl);
8004
- if (readResult.images.length > 0) {
8005
- state = {
8006
- ...state,
8007
- attachedImages: mergeAttachedImages(state.attachedImages, readResult.images)
8008
- };
8009
- }
8010
8004
  }
8005
+ state = {
8006
+ ...state,
8007
+ attachedImages: []
8008
+ };
8011
8009
  history.followBottom = true;
8012
8010
  const binding = ensureChatQueueBinding(actionGateHandler, confirmDestructiveAction);
8013
8011
  binding.notifyTurnStart();