Skip to content

Commit 3da9913

Browse files
1.35.3
1 parent 53f396d commit 3da9913

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.changeset/fix-auto-restart-iteration-wording.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @link-assistant/hive-mind
22

3+
## 1.35.3
4+
5+
### Patch Changes
6+
7+
- 22ae6d6: fix: rename "attempt" to "iteration" in auto-restart messages (Issue #1456)
8+
9+
The auto-restart PR comment title and log message now use "iteration" instead of "attempt" to match the project's terminology. Affected messages:
10+
- PR comment: `Auto-restart triggered (iteration N)` (was `attempt N`)
11+
- Log: `Exiting auto-restart mode after N iterations` (was `attempts`)
12+
313
## 1.35.2
414

515
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/hive-mind",
3-
"version": "1.35.2",
3+
"version": "1.35.3",
44
"description": "AI-powered issue solver and hive mind for collaborative problem solving",
55
"main": "src/hive.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)