Skip to content

Commit 0d27612

Browse files
committed
docs(release): v0.17.1 — worktree gh cwd fix (INT-2327)
1 parent 06d737e commit 0d27612

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.17.1 — 2026-07-02
4+
5+
### Fixed
6+
7+
- **Worktree PRs are actually created now** — the `gh` helper in `worktreeManager` ran with the daemon's own cwd (typically not a git repository, e.g. `$HOME`), so every `gh pr list` / `gh pr create` after a completed task died with `fatal: not a git repository` while the branch push succeeded — completed work stranded on remote branches with no PR (80 recorded failures; the only successes were when the daemon's cwd happened to be the target repo). `gh` now runs inside the task's worktree, mirroring the `git` helper. (INT-2327, #202)
8+
39
## 0.17.0 — 2026-07-02
410

511
### Added

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,11 @@ the CLI (fire-and-forget with a short timeout, and failures are silently ignored
514514
Full version history lives in **[CHANGELOG.md](CHANGELOG.md)** and the
515515
[GitHub Releases](https://github.com/unohee/OpenSwarm/releases) page.
516516

517-
Latest — **v0.17.0**: same-project parallel agents — round-robin task selection
518-
fills all worker slots (worktree-isolated, KG conflict detection defers real file
519-
overlaps), the per-project 5h task cap is gone, and vendored trees no longer
520-
poison conflict detection. See CHANGELOG.md for the rest.
517+
Latest — **v0.17.1**: worktree PRs are actually created now — `gh` used to run
518+
outside the repo and silently strand completed work on remote branches. Plus
519+
v0.17.0's same-project parallel agents (round-robin selection, worktree-isolated,
520+
KG conflict detection) and the removal of the per-project 5h task cap. See
521+
CHANGELOG.md for the rest.
521522

522523
---
523524

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": "@intrect/openswarm",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Autonomous AI agent orchestrator — Claude, GPT, Codex, and local models (Ollama/LMStudio/llama.cpp)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)