@duckmind/dm-darwin-x64 0.34.1 → 0.34.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.
@@ -158,6 +158,7 @@ export function renderLastPromptLines(prompt: string, width: number, theme: Them
158
158
 
159
159
  export function renderLastPromptStatusLines(input: BottomInputStatusState, usage = readContextUsageSnapshot(input.ctx, input.isStreaming, input.liveUsage, input.latestAssistantUsage), width = input.width): string[] {
160
160
  const safeWidth = Math.max(1, Math.floor(width));
161
+ if (!normalizePromptText(input.lastPrompt)) return [];
161
162
  if (safeWidth < 10) return [];
162
163
 
163
164
  const statusLine = renderContextCostLine(input, usage, safeWidth);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckmind/dm-darwin-x64",
3
- "version": "0.34.1",
3
+ "version": "0.34.2",
4
4
  "description": "DuckMind (dm) binary payload for darwin x64",
5
5
  "license": "MIT",
6
6
  "os": [