You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@digital-threads/loom",
3
-
"version": "0.7.4",
3
+
"version": "0.7.5",
4
4
"type": "module",
5
5
"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.",
0 commit comments