Skip to content

Commit bf44e50

Browse files
author
shahinyanm
committed
release: v0.7.5 — drop Rust from onboarding + agent-resolved PR rebases
- Onboarding installs task-journal from prebuilt GitHub-release binaries instead of building with cargo; the Rust toolchain is no longer pulled (loom-hwfu). - The agent resolves a PR-stage rebase conflict instead of punting to the human, with a "Push anyway (skip rebase)" UI fallback (loom-wb9t, loom-b2xl).
1 parent 476e7a5 commit bf44e50

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.5] - 2026-06-28
10+
11+
### Changed
12+
13+
- **Onboarding no longer installs a Rust toolchain** — task-journal was built from
14+
source with `cargo`, which pulled the whole Rust toolchain just to get one
15+
binary. It now installs task-journal's prebuilt binaries straight from its
16+
GitHub release (download + sha256 verify + extract to `~/.local/bin`),
17+
cross-platform. The `cargo` install step is gone entirely.
18+
19+
### Fixed
20+
21+
- **The agent resolves a PR-stage rebase conflict** — when syncing the task branch
22+
onto the live base hit a conflict, Loom told the user to "resolve the branch
23+
manually". A rebase conflict is a coding task, so it's now handed to an agent
24+
pass (resolve → continue → verify) instead of the human; the human is the
25+
last-resort fallback.
26+
- **"Push anyway (skip rebase)" escape hatch** — if the agent still can't resolve
27+
a conflict, the PR result card now offers a button to push the branch as-is
28+
(skipping the rebase) from the UI, instead of a dead-end error.
29+
930
## [0.7.4] - 2026-06-26
1031

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

185-
[Unreleased]: https://github.com/Digital-Threads/loom/compare/v0.7.4...master
206+
[Unreleased]: https://github.com/Digital-Threads/loom/compare/v0.7.5...master
207+
[0.7.5]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.5
186208
[0.7.4]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.4
187209
[0.7.3]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.3
188210
[0.7.2]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.2

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.4",
3+
"version": "0.7.5",
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)