Skip to content

Commit 2442f9c

Browse files
chore(release): 0.1.0 [skip ci]
# [0.1.0](v0.0.2...v0.1.0) (2026-03-05) ### Bug Fixes * always broadcast issue_update on dbUpdate, not only on status change ([7798570](7798570)) * bypass Vite proxy for API calls in dev mode to eliminate ECONNREFUSED errors ([420f08b](420f08b)) * connect directly to backend WS in dev mode to eliminate Vite proxy errors ([f461a43](f461a43)) * normalize workspace key to lowercase and migrate issues on rename ([72d09ad](72d09ad)) * properly destroy WS proxy socket on error and trigger reconnect on onerror ([7f1109a](7f1109a)) * rename "Pending start" status label to "Triaged" ([6393812](6393812)) * rename page title to Patchwork and fix gh pr list by using --repo flag ([9d4a7ae](9d4a7ae)) * rename status labels - Accepted => Done, Needs review => Waiting for PR ([4a5839b](4a5839b)) * run PR check immediately on start and add debug logging ([3a8cb62](3a8cb62)) * unique color per status badge ([38fb227](38fb227)) * use found.project.repoPath in PR check - findProjectConfig returns {workspace, project} ([316cf84](316cf84)) * use JSON parsing instead of --jq for gh pr list to avoid shell quoting issues ([385a74a](385a74a)) * use per-status colors on filter pills instead of group-based colors ([bf0c07e](bf0c07e)) * use STATUS_LABELS for filter pills and improve git remote error message ([42eac70](42eac70)) ### Features * add inline workspace rename on workspaces page ([7bd3c6d](7bd3c6d)) * auto-detect created PRs and update link from "Create PR" to "View PR" ([0263fdb](0263fdb)) * generate test plan from Claude and include in PR description ([6e0521a](6e0521a)) * triage feedback loop + lintCommand post-fix gate ([9137dcc](9137dcc))
1 parent ae9a4ed commit 2442f9c

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [0.1.0](https://github.com/adriandmitroca/patchwork/compare/v0.0.2...v0.1.0) (2026-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* always broadcast issue_update on dbUpdate, not only on status change ([7798570](https://github.com/adriandmitroca/patchwork/commit/7798570008ebc5393cca4e2570b1b45b20a9966a))
7+
* bypass Vite proxy for API calls in dev mode to eliminate ECONNREFUSED errors ([420f08b](https://github.com/adriandmitroca/patchwork/commit/420f08b46d243a8ef1787866933ee502397ee5bd))
8+
* connect directly to backend WS in dev mode to eliminate Vite proxy errors ([f461a43](https://github.com/adriandmitroca/patchwork/commit/f461a437804bc980d4e173b48a60766427437a93))
9+
* normalize workspace key to lowercase and migrate issues on rename ([72d09ad](https://github.com/adriandmitroca/patchwork/commit/72d09adcfac433b5d87502a0dad87376a039d8ad))
10+
* properly destroy WS proxy socket on error and trigger reconnect on onerror ([7f1109a](https://github.com/adriandmitroca/patchwork/commit/7f1109a18e4112b6bbb2889435edfc56306fe509))
11+
* rename "Pending start" status label to "Triaged" ([6393812](https://github.com/adriandmitroca/patchwork/commit/63938126f5b5df4a6154097c001b0c818f3e4bfb))
12+
* rename page title to Patchwork and fix gh pr list by using --repo flag ([9d4a7ae](https://github.com/adriandmitroca/patchwork/commit/9d4a7ae8d68509800e9312791b9f84ac2bc27040))
13+
* rename status labels - Accepted => Done, Needs review => Waiting for PR ([4a5839b](https://github.com/adriandmitroca/patchwork/commit/4a5839becffd99704c6e2da17be940df60b8f140))
14+
* run PR check immediately on start and add debug logging ([3a8cb62](https://github.com/adriandmitroca/patchwork/commit/3a8cb6263ce576ef8487ceaee9ba92fe269abc69))
15+
* unique color per status badge ([38fb227](https://github.com/adriandmitroca/patchwork/commit/38fb2272bf37ed7df8c17c12f09d863508afb81f))
16+
* use found.project.repoPath in PR check - findProjectConfig returns {workspace, project} ([316cf84](https://github.com/adriandmitroca/patchwork/commit/316cf84993159f3609c5361a3f7cdae6a8c9a545))
17+
* use JSON parsing instead of --jq for gh pr list to avoid shell quoting issues ([385a74a](https://github.com/adriandmitroca/patchwork/commit/385a74a6a09fbeb5f5b4edc66e416584ff9aeede))
18+
* use per-status colors on filter pills instead of group-based colors ([bf0c07e](https://github.com/adriandmitroca/patchwork/commit/bf0c07e508919d48bd58e2d41746358caf047c1d))
19+
* use STATUS_LABELS for filter pills and improve git remote error message ([42eac70](https://github.com/adriandmitroca/patchwork/commit/42eac705bd9b62e891ee93cb79a9d9ec1783d0f6))
20+
21+
22+
### Features
23+
24+
* add inline workspace rename on workspaces page ([7bd3c6d](https://github.com/adriandmitroca/patchwork/commit/7bd3c6dcfe1913f7bc7ec786010ff2bf7e2c64d4))
25+
* auto-detect created PRs and update link from "Create PR" to "View PR" ([0263fdb](https://github.com/adriandmitroca/patchwork/commit/0263fdb8b28f6c5f871346cf9c8e7cfae3f8f9e7))
26+
* generate test plan from Claude and include in PR description ([6e0521a](https://github.com/adriandmitroca/patchwork/commit/6e0521aea8a4f99eb91a2669863bf240b61756fa))
27+
* triage feedback loop + lintCommand post-fix gate ([9137dcc](https://github.com/adriandmitroca/patchwork/commit/9137dcc386d38b839f8078d33cf40c84fb94b9f7))
28+
129
## [0.0.2](https://github.com/adriandmitroca/relay/compare/v0.0.1...v0.0.2) (2026-03-05)
230

331

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patchwork-agent",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Autonomous SWE agent — triage and fix issues from Sentry, Asana, Linear, and Jira with Claude",
55
"module": "src/cli.ts",
66
"type": "module",

0 commit comments

Comments
 (0)