You are browsing as a guest. Sign up (or log in) to start making projects!

4h 52m 42s logged

Loom CLI Dev Log

2026-07-02

Dashboard

  • Fixed chat bar positioning and added a top status bar for active sessions.
  • Fixed multi-hop routing completing before real output arrived.
  • Cleaned up console output with grouped speakers, collapsed blank lines, tool icons, and purple prompt echo.
  • Top bar now matches each session’s log color and can display model labels.

Skills

  • Added /skills new|edit|list|show|delete|apply with external editor support.
  • Skills can auto-apply on spawn (/spawn codex as prompter).
  • Applying a skill automatically enables persistent memory for that session.

Persistence

  • Added /persist, /save, /load, and autosave on session lifecycle events.
  • Persistence must be explicitly re-enabled after restart.
  • Added configurable resume warning (persistence.warn_after_messages, default: 20).

Input

  • Added bracketed paste support with collapsed paste previews.
  • / now shows searchable command suggestions.
  • Added /clear.

Backends

  • Added GitHub Copilot CLI backend (copilot npm package) with resume support and headless --allow-all.

Token Tracking

  • Added live per-session token counts.
  • Fixed Codex accounting so cached/reasoning tokens aren’t double-counted.

Session Lifecycle

  • /kill now fully removes sessions instead of leaving stopped entries.
  • Fixed potential deadlock during session cleanup.

Cursor Fixes

  • Redraw timer now only runs while sessions are active.
  • Fixed Windows cursor placement when the input box is empty.

Scrolling

  • Reworked scrolling to use a fixed anchor instead of following live output.
  • Added mouse wheel scrolling for better PowerShell compatibility.

Routing

  • Added permanent one-way routing with /route and /unroute.
  • Left /connect unchanged since bidirectional links naturally loop; /route covers the persistent pipeline use case without feedback loops.

Showcase

0
1

Comments 0

No comments yet. Be the first!