@astra-cli/cli 1.2.8 → 1.2.9

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.
Files changed (2) hide show
  1. package/dist/astra.js +1 -1
  2. package/package.json +1 -1
package/dist/astra.js CHANGED
@@ -5198,7 +5198,7 @@ function App({
5198
5198
  streamFlushTimerRef.current = null;
5199
5199
  }
5200
5200
  streamBufferRef.current = "";
5201
- clearStream();
5201
+ setStreamingText(void 0);
5202
5202
  }, []);
5203
5203
  const [autopilotMode, setAutopilotMode] = useState4(initialAutopilotConfig?.mode ?? "off");
5204
5204
  const [autopilotIntervalMs, setAutopilotIntervalMs] = useState4(initialAutopilotConfig?.intervalMs ?? 3e5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astra-cli/cli",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "The terminal for autonomous agents. Powered by AstraNova.",
5
5
  "type": "module",
6
6
  "bin": {