Skip to content

Commit 5653e4f

Browse files
author
shahinyanm
committed
release: v0.7.0 — ultracode (fan-out + effort), spec swarm, binary installer
Headline: ultracode — a per-task toggle that runs a big task's hard stages (spec + impl) as a swarm with a judge AND raises reasoning effort to xhigh across the pipeline. Plus the spec stage can run as a swarm on its own, a one-line binary installer (no Node), and two correctness fixes (PRs no longer reimplement merged work; impl-swarm winners always hit full QA). Requires @digital-threads/aimux ≥ 0.19 (per-session --effort flag). Claude-Session: https://claude.ai/code/session_012GujqUM9Rzsu9dmhee8fQy
1 parent 0a8e238 commit 5653e4f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.0] - 2026-06-26
10+
911
### Added
1012

1113
- **Ultracode raises reasoning effort** — an ultracode task now runs its agent
@@ -42,6 +44,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4244
master and redid work merged during the run now surfaces as a rebase conflict
4345
and parks for a human, instead of producing a redundant/conflicting PR
4446
(loom-bovz).
47+
- **Clearer "mentioned file" chips** — the 📄 chips under a turn are file paths
48+
the agent *mentioned*, not necessarily files it changed. Clicking one that isn't
49+
in the task's working tree (e.g. a path quoted from another project during
50+
analysis) now shows "mentioned but not in the task's tree" instead of a raw 404.
4551

4652
## [0.6.0] - 2026-06-22
4753

@@ -111,6 +117,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
111117
- **Task-journal availability** — every session reaches task-journal, so
112118
reasoning-chain events are recorded; confirmed working end-to-end.
113119

114-
[Unreleased]: https://github.com/Digital-Threads/loom/compare/v0.6.0...master
120+
[Unreleased]: https://github.com/Digital-Threads/loom/compare/v0.7.0...master
121+
[0.7.0]: https://github.com/Digital-Threads/loom/releases/tag/v0.7.0
115122
[0.6.0]: https://github.com/Digital-Threads/loom/releases/tag/v0.6.0
116123
[0.5.0]: https://github.com/Digital-Threads/loom/releases/tag/v0.5.0

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