Loom Update v2
Loom has been greatly updated I finally added a web dashboard, which took forever.
There are a plethora of new features, including:
- Sessions — exit out of sessions with the exit button, or connect sessions to each other
- Models — spawn in models with one click, then apply your own skills to them
- Workflows — save a workflow, load it later, or create one purely in JSON — incredibly helpful for projects
- Skills — create, edit, and delete skills, all organized by folder; apply a skill to an AI while it’s running, plus a couple more features. Incredibly helpful!
- Tiling — arrange sessions side by side in the dashboard instead of being stuck with one view at a time
-
Custom glyphs — each coding agent gets its own icon/symbol so you can tell them apart at a glance (Codex’s
promptAgent, Claude’scode, and GPT-4o-mini’sreviewereach show up distinctly)
Under the hood
This release also folds in a batch of CLI improvements from the last dev log:
-
Persistent memory — skills now auto-enable session persistence when applied, with
/persist,/save,/load, and autosave on session lifecycle events -
Permanent one-way routing via
/route//unroute, alongside the existing bidirectional/connect - Live token tracking per session, with fixed Codex accounting so cached/reasoning tokens aren’t double-counted
- New backend: GitHub Copilot CLI support with resume and headless mode
- Cleaned up console output — grouped speakers, tool icons, purple prompt echo, and a top bar that now matches each session’s log color