Commit 2442f9c
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
1 | 29 | | |
2 | 30 | | |
3 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments