@astrofoundry/pi-astro 0.6.3 → 0.6.4

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.
@@ -235,7 +235,7 @@ function renderPreview(model: ImageModel, p: Params, estimate: { estimatedUsd: n
235
235
  const nImages = isImagen(model) ? p.number_of_images ?? 1 : 1;
236
236
  const lines: string[] = [];
237
237
  lines.push(`Model: ${model}`);
238
- lines.push(`Prompt: "${p.prompt.length > 160 ? `${p.prompt.slice(0, 160)}…` : p.prompt}"`);
238
+ lines.push(`Prompt: "${p.prompt}"`);
239
239
  if (p.image_size) lines.push(`Size: ${p.image_size}`);
240
240
  if (p.aspect_ratio) lines.push(`Aspect ratio: ${p.aspect_ratio}`);
241
241
  lines.push(`Images: ${nImages}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrofoundry/pi-astro",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Personal pi customizations (extensions, skills, prompts, themes) for the pi coding agent.",
5
5
  "keywords": [
6
6
  "pi-package"