v0.4.0
Onboarding gains in-chat skill editing, the install instructions become accurate, and a round of
input/terminal reliability fixes lands.
Added
- In-chat skill editing for the Setup Assistant. The assistant can now read and edit your skills
directly in the conversation — newskill_list/skill_writetools on the curatedloom-setup
surface — instead of sending you to the Skills UI. Writes are bounded strictly to your skill store
(it can never modify Loom's bundled skills) and are confirm-first: it shows you the skill name and
full content and gets your go-ahead before writing. - Hosted landing page. A GitHub Pages workflow publishes the
site/landing page.
Fixed
- Accurate one-line install. The README and
install.sh/install.ps1pointed at a placeholder
loom.exampledomain that didn't resolve. They now use the real raw-GitHub script URLs, so
curl … | shandirm … | iexwork exactly as written. - Composer draft survives maximize/minimize. Typing a message into a session's composer and then
maximizing or minimizing that terminal no longer discards your unsent draft — it's preserved per
session across the layout change. - No garbled turns when typing in the raw terminal. A message delivered to a session (e.g. an
automated status report) is no longer appended onto text you've half-typed directly in the terminal
pane. Delivery now waits until you submit or clear your line — including multi-line pastes — and never
alters your text.