Skip to content

Commit 55795d6

Browse files
1.35.5
1 parent f484048 commit 55795d6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.changeset/fix-pr-creation-error-messaging.md

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

CHANGELOG.md

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

3+
## 1.35.5
4+
5+
### Patch Changes
6+
7+
- 37481da: fix: improve PR creation failure error messaging and log upload fallback (Issue #1462)
8+
- Consolidate triple error output into a single clear error message when PR creation fails
9+
- Upload failure logs to the issue as fallback when PR is not available (--attach-logs)
10+
- Capture and log `gh pr create` stdout/stderr in verbose mode for root cause diagnosis
11+
- Add fallback GitHub user detection via `gh auth status` when `gh api user` fails
12+
- Rename `github-issue-creator.lib.mjs` to `github-error-reporter.lib.mjs` for clarity
13+
314
## 1.35.4
415

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