Skip to content

HTSW v0.12.6 Beta (VS Code v2.0.1)

Pre-release
Pre-release

Choose a tag to compare

@Callanplays Callanplays released this 03 Aug 05:12
· 51 commits to main since this release

Improvements

  • Housing conflicts are now much easier to review before importing. Choosing See changes keeps the live Housing snapshot without applying anything or updating house.lock.json, opens the changed code in the View tab, and writes htsw-diff/latest.diff with the project source, live Housing version, and last-import baseline when available. That file is designed so your coding agent can explain exactly what changed.
  • The live import view now shows the operation HTSW is performing. Adds, edits, moves, and deletes have distinct markers, nested operations keep the correct focus, and a new follow button lets you pause or resume automatic scrolling. Scanning and hydration progress are also separated more accurately, with less misleading phase and ETA output.
  • Slow-project diagnostics now identify where parse time is spent. Redacted reports break parsing into source loading, file checks, hashing, snapshot work, callback delay, and derived indexes, while session diagnostics retain more useful context for tracking memory or performance problems.

Fixes

  • Messages typed during a Housing chat-value prompt are no longer mistaken for the imported value. HTSW temporarily queues your unrelated chat, sends its own prompt value, then replays your messages in order after the prompt closes. It also prevents import-overlay scrolling from changing the hotbar during the no-menu prompt gap.