Skip to content

v0.1.10 — Text auto-centers inside boxes

Choose a tag to compare

@ashryaagr ashryaagr released this 02 May 04:14
· 8 commits to main since this release

What's new

  • Text inside boxes auto-centers by default. When the agent emits a standalone text element whose center falls inside a rectangle, ellipse, or diamond that has no existing label, the rendering layer folds the text into the container's label so Excalidraw produces a properly-bound, auto-centered pair. Previously, the text rendered at its literal x,y coordinates and looked offset; you had to double-click the box to snap it in.
  • Only fires when exactly one candidate text falls inside a container. Multi-text content boxes (math notes, equation lists) are left untouched since a single label binding can't represent them.

This is a structural fix at the rendering boundary, not a prompt nudge — labels render correctly regardless of how the agent emits them.

Install

```bash
curl -fsSL https://raw.githubusercontent.com/ashryaagr/clawdslate/main/install.sh | bash
```

If you're already running clawdSlate, run `clawdslate update`.