Skip to content

Commit faa3aef

Browse files
author
shahinyanm
committed
release: v0.7.4 — review fix-button visibility + no-store board freshness
Bundles the gated-demo fixes on top of v0.7.3's macOS sandbox fix: the review "Fix all findings" button now shows as soon as findings exist (not only after all three reviewers run), and every board/task GET is fetched no-store so a running task never shows a stale stage after a poll or reload. Claude-Session: https://claude.ai/code/session_012GujqUM9Rzsu9dmhee8fQy
1 parent cb68504 commit faa3aef

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.7.4] - 2026-06-26
10+
11+
### Fixed
12+
13+
- **"Fix all findings" appears as soon as review has findings** — the button was
14+
gated on all three reviewers (self → ralph → adversarial) having run, so a user
15+
who saw bugs after the first reviewer had no obvious way to fix them and assumed
16+
the button was missing. It now shows whenever findings exist, next to the "run
17+
next reviewer" action — fix now, or keep accumulating.
18+
- **The board and task view never show a stale stage** — the polls (and a reload)
19+
could serve a browser-cached API response, so a running task kept showing an old
20+
stage and only a fresh tab was current. Every GET is now fetched with
21+
`no-store`.
22+
923
## [0.7.3] - 2026-06-26
1024

1125
### Fixed
@@ -168,7 +182,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
168182
- **Task-journal availability** — every session reaches task-journal, so
169183
reasoning-chain events are recorded; confirmed working end-to-end.
170184

171-
[Unreleased]: https://github.com/Digital-Threads/loom/compare/v0.7.3...master
185+
[Unreleased]: https://github.com/Digital-Threads/loom/compare/v0.7.4...master
186+
[0.7.4]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.4
172187
[0.7.3]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.3
173188
[0.7.2]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.2
174189
[0.7.1]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@digital-threads/loom",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"type": "module",
55
"description": "Loom — local AI-dev orchestrator: give it a task and it runs the work through an analysis → spec → code → review → PR pipeline on a board, with cost, reasoning memory and multi-account support. Public beta.",
66
"license": "MIT",

0 commit comments

Comments
 (0)