Releases: sfw/loom
Releases · sfw/loom
Loom 0.2.2: Runtime Config Controls and Tuned Defaults
Loom 0.2.2
This release adds runtime configuration controls in the TUI, improves replanning for resumed verification runs, and aligns Loom’s shipped defaults with the settings that have been performing well in local use.
Highlights
- Added a generic TUI
/configcommand for listing, searching, showing, setting, and resetting config values. - Added runtime override and persisted scalar config support with shared registry/store plumbing.
- Made
execution.delegate_task_timeout_secondsupdates apply to active delegated runs in flight. - Improved resumed verification handling with adaptive replans when existing plans no longer fit the current run state.
- Tuned shipped default settings to better match proven local behavior, including:
- streaming enabled by default
- higher parallel subtask limit
- longer delegate timeout
- hybrid cowork tool exposure
- process iteration loops enabled
- updated runner and compactor sizing defaults
- Updated example config and release-facing docs to match the new defaults.
- Refreshed tests to cover the new streaming and cowork default behavior.
Included Changes Since 0.2.1
0d3c0b0Handle adaptive replans for resumed verification runs5b6696dfeat: add/configruntime controls and live delegate timeout updatese5c9905Align default config with tuned local settings24a6ea4Fix tests for new streaming and cowork defaults
Loom v0.2.1 (2026-03-09)
Loom v0.2.1 (2026-03-09)
This patch release focuses on improvements to verification resilience and sealed-artifact reliability, along with supporting telemetry and documentation cleanup.
Highlights
- Hardened verification reliability paths and resilience decisioning.
- Added reliability telemetry for verification resilience behaviour.
- Tightened safety coverage by marking command-wrapper tools as mutating for seal-guard checks.
- Improved valuation verification reliability and precedent evidence handling.
- Fixed artifact resealing behavior after placeholder prepass mutations.
- Minor README/changelog cleanup and release metadata updates.
Included commits
f0c95f7Align tier1 syntax hard-fail scope with retry-writable outputs0fa78e1fix: enforce resilience kill-switch paths and parse retry routing2147e47telemetry: add verification resilience reliability metricsa4dae41refactor: add assertion envelope and profile-aware synthesis resiliencea91ae16refactor: add resilience decision matrix and profile classification73e3b43Harden verification reliability and add resilience implementation plan388087dMark command-wrapper tools as mutating for seal guard coverage9cdf44eImprove valuation verification reliability for precedent evidence9864f4bmodified readmee03fd94modified readme62ff36dReseal artifacts after placeholder prepass mutations965099cChangelog: mark version standardization as 0.2.0 release
loom v0.2.0
loom 0.2.0
0.2.0 is now the current stable release of loom.
This is a source-only release (no prebuilt binaries).
Use the Git tag/source tarball to install and run with uv.
Highlights
- Massive restructuring to the processing engine
- Massive restructuring to the TUI
- Process definition and tool refinements
Breaking changes
- None
Upgrade notes (existing installs)
If you already have a local loom database, run:
uv run loom db backup
uv run loom db status
uv run loom db migrate
uv run loom db doctorDo not delete your DB as a normal upgrade path.
Install / run from source
git fetch --tags
git checkout v0.2.0
uv sync
uv run loom --helpFull changelog
Changelog: https://github.com/sfw/loom/blob/main/CHANGELOG.md