beads-enhanced-ui 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.md CHANGED
@@ -1,833 +1,37 @@
1
1
  # Changes
2
2
 
3
+ ## 0.1.3
4
+
5
+ Released April 22, 2026
6
+
7
+ ### Added
8
+
9
+ - Header banner warns when the active workspace uses Dolt embedded mode, where occasional lock conflicts with external `bd` processes may occur.
10
+
11
+ ### Fixed
12
+
13
+ - `bd` invocations that fail with a Dolt embedded-mode exclusive-lock error are now automatically retried with jittered backoff (up to 5 seconds), reducing transient failures during concurrent access.
14
+ - Watcher cooldown for Dolt embedded-mode increased from 5 s to 30 s to prevent lock-storm cascades after a write.
15
+
16
+ ## 0.1.2
17
+
18
+ Released April 15, 2026
19
+
20
+ ### Fixed
21
+
22
+ - Reduced Dolt workspace lock contention by skipping `bd --sandbox` where it does not help and by coalescing watcher-triggered refreshes during backend file churn.
23
+
3
24
  ## 0.1.1
4
25
 
5
- - [`b2d5d19`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b2d5d197bcbc694380b27a5802c0e37d2a5c9d7f)
6
- update skills for validate
7
- - [`ca78205`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ca782055e6b1397eea04ac442a5c8826dd3de1ce)
8
- fix prettier
9
- - [`34bf9e6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/34bf9e6356c9d3ae718681aab0b85ad57d86d90c)
10
- fix nav test
11
- - [`201e00f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/201e00f298fb496938faed1566647b7c27c8dffb)
12
- increase branch covearage
13
- - [`b8a4c65`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b8a4c65fafd4412a97dce3322f6d67508d14ec12)
14
- fix tests
15
- - [`510c010`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/510c0108f60753fbac184d06dba69692d909384a)
16
- fix lint issues
17
- - [`fe665a6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fe665a679ac39d1c9b7c48df24f47dec1f094972)
18
- revert versions
19
- - [`45b2e2e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/45b2e2e0e6fedfe3156db9e4a06a483b2b88675e)
20
- update README.md
21
- - [`e963657`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e963657ee2f0e9856084bc2c5da04feb7ee66397)
22
- update package-lock.json
23
- - [`d16f4e3`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d16f4e314077e0d103d98d58e72f977b1d1ace10)
24
- ci: add npm publish workflow
25
- - [`49ad01a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/49ad01aef9481d16a7dfcdff0d0c7f483b27a131)
26
- Fix installation command for beads-enhanced-ui
27
- - [`657d5f8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/657d5f8a90dde737670515bf07861219fc7d7e8d)
28
- Update package.json to fix formatting and add bugs URL
29
- - [`b150b6a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b150b6aa4f7de48c3a24442f1d17c587fb7b5c6e)
30
- Update package.json with new version and author
31
- - [`dcea9fa`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/dcea9fa06983e97af654313648f3e0463e6a04d1)
32
- Rename project from beads-ui to beads-enhanced-ui
33
- - [`25df794`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/25df794473562c37f7cc815d9056bf7fb9e18bb2)
34
- untrack
35
- - [`18d7d97`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/18d7d974e6c0eaa47c1f59a3898fc3d57d69ad07)
36
- chore: add pre-push checklist hook to settings.json
37
- >
38
- > PreToolUse hook on Bash(git push:*) injects a two-item checklist into
39
- > the AI's context before every push:
40
- > 1. Was code-reviewer subagent run on this diff?
41
- > 2. Was the branch decision explicitly confirmed with the user?
42
- >
43
- > Applies to all AIs that read .claude/settings.json (Claude Code,
44
- > Cursor, etc.). Complements the existing AGENTS.md rule — makes the
45
- > requirement fire structurally, not just when the AI remembers to check.
46
- >
47
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48
- >
49
- - [`5b729a9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5b729a99ff5b279a53bedc96c74d0c6905ad77d2)
50
- update settings
51
- - [`8fc7a3d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8fc7a3ddf828085dd2d423dd59c2cc35b1356ba9)
52
- fix(tests): address code-reviewer findings in E2E suite
53
- >
54
- > - interactions: use waitFor() instead of isVisible({ timeout }) which
55
- > was silently ignored; replace tautological expect with a real assertion
56
- > on the board column header
57
- > - interactions: strengthen search filter test to assert list-empty is
58
- > visible and list-table is not (previous comma-selector passed on either)
59
- > - smoke: replace waitForTimeout(1_000) flake with deterministic WS-ready
60
- > signal (workspace-picker-loading hidden)
61
- >
62
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
63
- >
64
- - [`e10c7c9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e10c7c9ca2a0da3c22a13151439d425752fafd50)
65
- feat(tests): add protocol contract tests and Playwright E2E suite
66
- >
67
- > Closes epics beads-enhanced-ui-13 and beads-enhanced-ui-17.
68
- >
69
- > Protocol contracts (epic-13):
70
- > - app/protocol.contract.test.js: 32 tests locking all 24 MESSAGE_TYPES,
71
- > RequestEnvelope shape, ok/error ReplyEnvelope shape, and broadcast
72
- > event types
73
- > - server/ws.workspace.test.js: 17 contract tests for get-workspace,
74
- > list-workspaces, set-workspace handlers and error envelope invariants
75
- >
76
- > Playwright E2E suite (epic-17):
77
- > - playwright.config.js: webServer on port 3999, Chromium, report output
78
- > - e2e/fixtures.js: appPage + wsConnectedPage fixtures with shell/WS wait
79
- > - e2e/smoke.test.js: 14 tests for boot, routing, workspace, connection
80
- > - e2e/interactions.test.js: 21 tests for new-issue dialog, list filters,
81
- > search, epics, board, and theme toggle
82
- > - vitest.config.mjs: exclude e2e/ from Vitest projects
83
- > - validate skill: E2E row in decision table + local run requirements
84
- >
85
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
86
- >
87
- - [`c6b8d16`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c6b8d163f15f42f1286d9d519fe0db888e40c6f3)
88
- fix issues with beads ID cell in the table
89
- - [`d655b4b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d655b4b6860e11cb39689c54c2b11f02fa6cdbd3)
90
- Add failure-path regression coverage
91
- - [`e0d906c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e0d906cc2ac55889af6dab147c1afc560a61ba8a)
92
- update threshold
93
- - [`2fc027e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2fc027ec7377530b2307611d36b839b781293644)
94
- github ignore
95
- - [`7043ed7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7043ed722df77949129ef823af72cc61f10f00ba)
96
- chore: ignore local beads runtime files
97
- - [`325ac28`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/325ac28a4ce4e2e8049b242e3ccd1cbbb2663bee)
98
- chore: close beads-enhanced-ui-5 tracking
99
- - [`4df4ded`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4df4ded9c260ea1061006d39c043026f7f7dc27c)
100
- update AGENTS.md
101
- - [`c2d44d6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c2d44d66b835db0084c00aa38bdf258f9be9fa3f)
102
- add code reviewer subagent
103
- - [`c7102d9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c7102d9177d570d43d9517bfc57c4ca3dc9a89dc)
104
- fix test problems
105
- - [`1658ef0`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1658ef09d14cf2343945dfc7ee1d40919748da21)
106
- update tests
107
- - [`df1b039`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/df1b0390fce2a29056219ce94dcd23875bcca978)
108
- commit test coverage
109
- - [`03b54ab`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/03b54ab7d8b36b8248a8606d04f9a23d61582ab4)
110
- add test coverage
111
- - [`4dba185`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4dba185c52a7d7b35a7d668f3f13ed8a09755a7d)
112
- finalize deads
113
- - [`bfa5bcb`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/bfa5bcb9ed95d9d5be9f109f80b321df9afccf26)
114
- bd init: initialize beads issue tracking
115
- - [`9985b80`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/9985b80bcffb45b144fda17e0ff6a605adb1660b)
116
- fix ci.yml
117
- - [`f585c03`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f585c037a323f54ffb52f0f3c212b3bc93cf7fed)
118
- update coverage
119
- - [`633596a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/633596a8cec1d3eac9bbb3622447dd485b77fe75)
120
- ci add coverage and comment
121
- - [`2fe0a83`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2fe0a832d9f9a600478b93e2b6bd77ea25662c70)
122
- update git worklof instructions
123
- - [`c8a878a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c8a878aff3d61e764e9e09b01907fe384a14380e)
124
- Add Vitest coverage reporting with thresholds
125
- >
126
- > - Install @vitest/coverage-v8
127
- > - Configure coverage in vitest.config.mjs: v8 provider, text/lcov/html/json-summary
128
- > reporters, scoped to app/**/*.js, thresholds at 65/65/55/65
129
- > - Add test:coverage npm script (runs jsdom project with coverage)
130
- > - Wire test:coverage into the all script
131
- > - Add /coverage to .gitignore
132
- >
133
- > Baseline: statements 70.66%, branches 61.91%, functions 71.07%, lines 71.07%
134
- >
135
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
136
- >
137
- - [`2954ea4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2954ea47b202235e73cafd11fdfe1bd69322c150)
138
- fix Epics page UI behaviour
139
- - [`95711a7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/95711a795265dc01be1a317be9ada29af3836a04)
140
- Fix issue ID display and update Beads policy
141
- - [`8cd7019`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8cd7019a4db7e61c243ae61b89ae643adb2e9ec9)
142
- add gemini skills
143
- - [`a3398e2`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a3398e2885d223be3518133e5af125d0c11cd04a)
144
- update epics page items list UI
145
- - [`5727100`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/57271000b49d2dcc204d06efbe92426ce8b34d5b)
146
- update muted for epic child
147
- - [`f3b17c2`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f3b17c24529e5ffea48cfca5fff0398e9f5def8e)
148
- adjust title column width for Epics
149
- - [`5c5dfc3`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5c5dfc3a0cf99dea9b7cc94b007d95d430338661)
150
- make epic tab le rows only 50px
151
- - [`22fd15c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/22fd15cea4ad60bf1227779cc9d2ffe16b2bbfe7)
152
- fix sort issues
153
- - [`3a23568`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3a23568dd671f3abfd3750ddd5156f9536f3a9ab)
154
- udpate skills and docs, delete agents
155
- - [`2549790`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2549790e3475ad79ccfab3f772584925f92e3486)
156
- added stable data-testid hooks across the main frontend surface
157
- - [`bd19131`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/bd19131d0c211525150b462dd5e6892c43b0c2ac)
158
- update github CI yml
159
- - [`25f72f1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/25f72f1c03c79dbefb1b7347ca4912167d530875)
160
- finalize EPic tab view
161
- - [`2c45683`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2c4568356bd6a0a51d5c41f8b992c5398e514381)
162
- adjust implementation of Epics
163
- - [`398e1ff`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/398e1ff6bf41fddde7a33b63c6ecba75e2ed41ed)
164
- fix epics status column alignment
165
- >
166
- > Status badge was inside the name cell (flex), so it floated with title
167
- > length. Moved it to its own grid cell (epic-header__cell--status) to
168
- > align with the STATUS column header. CSS grid and cell class were
169
- > already correct; this was a JS template-only fix.
170
- >
171
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
172
- >
173
- - [`fcd6212`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fcd62125d13509df8908508ba3fc8d40efe4408b)
174
- apply EpicsPage design to frontend
175
- >
176
- > Update dark theme CSS tokens to match design spec (bg, panel-bg,
177
- > border, muted and 10 new tokens: surface-raised, control-bg, button-bg,
178
- > border-row, border-tab, button-border, fg-strong, fg-mid, fg-dim,
179
- > progress-track). Update header, tabs, new-issue button, theme toggle,
180
- > epics list header, and epic rows to use new tokens. Replace sort
181
- > direction text labels with inline SVG icons (arrow-up-down / arrow-up /
182
- > arrow-down) in epics.js.
183
- >
184
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
185
- >
186
- - [`bdffc53`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/bdffc533fc05f94acd6fdbd4e72670b1ceaef62d)
187
- consolidate color variables from 22 to 16 tokens
188
- >
189
- > Merged near-identical surface/text/control shades: surface→panel-bg,
190
- > fg-id/fg-tab/fg-label→fg-mid or fg, control-knob→button-bg,
191
- > control-border→button-border. Updated EpicsPage.pen nodes and replaced
192
- > variable set. Updated brand-book.md token table and added palette
193
- > constraint rules to ui-design.md to prevent future drift.
194
- >
195
- > Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
196
- >
197
- - [`63b27a4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/63b27a4e65d3bac589edbf50990d8b7450834a0d)
198
- update Pencil design
199
- - [`1992eb2`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1992eb29eaf61a4d13bba781f32383399d013a87)
200
- update designer rules
201
- - [`82a0a9b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/82a0a9bc3074dcf0e70c88ad11c58cc3783740ff)
202
- update Epic tab design
203
- - [`4b1b788`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4b1b788952038f35f6f16b722bad11ad142366e0)
204
- update pen file
205
- - [`889b361`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/889b3611d88e514a3349dc0c5732063afe141d94)
206
- add brand book
207
- - [`86e2126`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/86e2126f8264830320887822c32862658d8cc023)
208
- update skills
209
- - [`7392f63`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7392f63281e0df49fdcdf3847e345e76881a40aa)
210
- update some docs
211
- - [`f2a0229`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f2a0229d51e82a47943cb0efe8c5160eaac0cc42)
212
- update pencil skills
213
- - [`10e1862`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/10e186205fe5f427e595637849fbb0166246d8ef)
214
- change vertical positins
215
- - [`39103a6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/39103a67ba026cd2545a562d2cd37aad855468d0)
216
- init beads
217
- - [`f1c9501`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f1c950111157706b61e6c1863058788b2080ef63)
218
- update pen file
219
- - [`c0f1bfd`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c0f1bfdcfec9789f03cbb763e51aeef070fd9ca9)
220
- chore: save all current workspace changes
221
- - [`3bfde7c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3bfde7cfcd1aacc09d644834fdbcfab08471a48a)
222
- enrich project with AI skills
223
- - [`903b70f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/903b70fd3ef3c8cd2815871c385fdbe30a66d862)
224
- 0.11.3 (Maximilian Antoni)
225
- - [`47261a7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/47261a7a95d5a17b480ae56c4a10b5eeb49d1007)
226
- feat: show close reason in issue detail view (#63) (Tom Preece)
227
- - [`c56b336`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c56b3363945ccce5a65ddd8511fe028d65fb1824)
228
- 0.11.2 (Maximilian Antoni)
229
- - [`929a15d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/929a15da79ead6819044e50580093e3cbe87758b)
230
- Fix beads setup (Maximilian Antoni)
231
- - [`b354aa6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b354aa63a7d04abe50b0da74c5c0e62077f44b69)
232
- fix: apply --port/--host overrides before workspace registration (Ryan Peterson)
233
- >
234
- > When the server is already running and `bdui start --port <N>` is
235
- > called from a second repo, the port/host env vars were set after the
236
- > "already running" early-return branch. This caused getConfig() to
237
- > default to port 3000, sending the workspace registration POST to the
238
- > wrong port. The registration silently failed and the new workspace
239
- > never appeared in the picker dropdown.
240
- >
241
- > Move the env var assignments before readPidFile() so getConfig()
242
- > reflects CLI overrides in all code paths.
243
- >
244
- - [`c38ea78`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c38ea78818d84bd8abc8850e9a86380737555348)
245
- 0.11.1 (Maximilian Antoni)
246
- - [`0fc2df7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0fc2df7cbaeb6f0500900ce2bf87e6b3fa8e8ac0)
247
- style: fix prettier formatting in list-adapters test (Leon Letto)
248
- - [`e00ddfc`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e00ddfc9b9d421dc31b7d7703f4bfbc9790546f8)
249
- fix: add --tree=false to bd list calls for bd 0.59.0 compat (Leon Letto)
250
- >
251
- > bd 0.59.0 changed `bd list --json` to emit tree output by default.
252
- > This broke JSON parsing in bdui's list-based subscriptions. Adding
253
- > `--tree=false` ensures flat JSON output regardless of bd version.
254
- >
255
- - [`f08e319`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f08e31988c2db45488effd914a85a97a7ddcd3ba)
256
- 0.11.0 (Maximilian Antoni)
257
- - [`fc00b87`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fc00b87cfd1b6600a9b9088a9f62c2f6e8fc919e)
258
- fix(ui): harden daemon restart workspace registration (Leon Letto)
259
- >
260
- > Verify daemon startup, recover from early exit, and register current workspace reliably under port/start races.
261
- >
262
- - [`2ea0dd0`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2ea0dd08eb71625fa3ae51e64ea6501b4d058154)
263
- perf(ui): reduce list latency by default sandbox bd calls (Leon Letto)
264
- >
265
- > Run bd commands with --sandbox in UI request paths by default, with env opt-out for diagnostics.
266
- >
267
- - [`f700f20`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f700f20223f6d8a5f6a0d5dc62c0d12ee12b89bd)
268
- 0.10.1 (Maximilian Antoni)
269
- - [`62017f7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/62017f74fadb439c7270160ac03866d3554f36a3)
270
- fix: clipboard copy fallback for non-secure contexts (Rodrigo Blasi)
271
- >
272
- > The Clipboard API (navigator.clipboard) is unavailable on non-secure
273
- > contexts (HTTP served from non-localhost addresses). Previously, the
274
- > "Copied" feedback was shown unconditionally even when writeText was
275
- > never called, giving false confirmation.
276
- >
277
- > - Only show "Copied" when the copy operation actually succeeds
278
- > - Add execCommand('copy') fallback for non-secure contexts
279
- > - Append fallback textarea inside open <dialog> to avoid top-layer
280
- > inertness from showModal()
281
- >
282
- > Fixes #37
283
- >
284
- - [`6acaa3f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6acaa3f5b232dd028f17444900a2b3e771282bf1)
285
- 0.10.0 (Maximilian Antoni)
286
- - [`998f256`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/998f2562b3ad3203c9dd1f627d44b1c2d5ef03a4)
287
- Do not wrap issue IDs (Maximilian Antoni)
288
- - [`e3c3345`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e3c3345db41cd874db8e33ec79c904cc314e6bf8)
289
- Improve workspace resolution and fallback db (Maximilian Antoni)
290
- - [`6de4652`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6de4652c336f77c8d8ec9cc13f5a47e9ba1b3857)
291
- Avoid concurrent DB access to work around dolt panic (Maximilian Antoni)
292
- - [`011fe9e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/011fe9e3dfaa475f744b69ff6b44c3cc23283ad1)
293
- Support dolt backend (Maximilian Antoni)
294
- - [`63ed3c3`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/63ed3c3f3f98aa2c6d621537887d98701289dac6)
295
- Update beads (Maximilian Antoni)
296
- - [`cd0a4c5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/cd0a4c59fcfe2c9a655ed2079a2a059a242906c5)
297
- docs: highlight multi-workspace feature in README (#47) (Pablo LION)
298
- - [`e49ab61`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e49ab61c2450336223090e259402995f80737dbd)
299
- 0.9.3 (Maximilian Antoni)
300
- - [`2e04bc1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2e04bc1eeb5c43e6934d858cd017d80f745a38bb)
301
- Add -v/—version flag to CLI (#46) (Brent Traut)
302
- - [`3c92047`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3c920472c6f13a54c43735c9f4f5e79b5a4c1245)
303
- 0.9.2 (Maximilian Antoni)
304
- - [`ffa376c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ffa376cab432b0e321232e8bc0de2caca20a6b17)
305
- Filter tombstone epics in list adapter (#44) (Brent Traut)
306
- - [`fa8cb99`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fa8cb99227bf2df8a738b891963383d0a75cd43a)
307
- 0.9.1 (Maximilian Antoni)
308
- - [`bd6f412`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/bd6f412570a6cb774a683106f9b6efa6ee0e318b)
309
- Add dependency/dependent counts to issues list view (#35) (Enan Srivastava)
310
- - [`c6391d1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c6391d1b4ea98ae06ea5bc0c251da57123370ef4)
311
- Fix stuck loading indicator during view switching (#28) (Ofer Shaal)
312
- - [`127859c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/127859cc9faf437318dcb1169dae527e382bbd7b)
313
- 0.9.0 (Maximilian Antoni)
314
- - [`21fdde2`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/21fdde230713a58001974db29caf288deeedb371)
315
- Fix eslint warnings (Maximilian Antoni)
316
- - [`5fa7fea`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5fa7fead5359aa8f01d4e12a9432464af7276e33)
317
- Remove accidental bundle commit (Maximilian Antoni)
318
- - [`56819d3`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/56819d321b35a77da690cf028672825752b45544)
319
- Add drag and drop to boards view (#30) (Brendan O'Leary)
320
- - [`1c52c6f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1c52c6f2a30b7d37439f291b1a3b1d4c26510396)
321
- Feature/filter toggles v2 (#20) (Frederic Haddad)
322
- - [`b4c7ae6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b4c7ae62fd93d7bbaee936e0f8b659beb774122d)
323
- fix: add windowsHide to prevent console flash on Windows (#29) (Titusz)
324
- - [`63a269e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/63a269ec1f580728bc8977d00b150d69bc1ce535)
325
- feat: add multi-project workspace switching (#24) (Ofer Shaal)
326
- - [`e4a7d00`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e4a7d008dba495e1ba0376989a0db49e4a400e86)
327
- 0.8.1 (Maximilian Antoni)
328
- - [`59715e8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/59715e8eb7834e6fb6ee8f63f2257da33831d705)
329
- Fix DB watch loop firing every second (Maximilian Antoni)
330
- - [`7cf9edc`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7cf9edcf517ef76bd9f885106827e1e5beae3804)
331
- 0.8.0 (Maximilian Antoni)
332
- - [`2cfcd2d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2cfcd2d4d4aa670b67f7798ecf7dfebaf5d2383c)
333
- Feature/delete issue from detail (#15) (Frederic Haddad)
334
- - [`57386c3`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/57386c339d027bf36b72e675e661afd410adc2db)
335
- 0.7.0 (Maximilian Antoni)
336
- - [`255845f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/255845fd49a1e830dd56404d4d49d71c4f3bd18f)
337
- feat: add comments to issue detail view (Frederic Haddad)
338
- >
339
- > - Add get-comments and add-comment WebSocket handlers
340
- > - Display comments with author and timestamp in detail view
341
- > - Add comment input form with Ctrl+Enter submit
342
- > - Auto-fill author from git config user.name
343
- > - Fetch comments when loading issue details
344
- >
345
- > 🤖 Generated with [Claude Code](https://claude.com/claude-code)
346
- >
347
- > Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
348
- >
349
- - [`a296e98`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a296e98dadb59d989cf2acac15666c0d38c635d6)
350
- Add CHANGES.md to prettier ignore (Maximilian Antoni)
351
- - [`07a103b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/07a103b3d053e01ab59983d15f6807d0adb08e39)
352
- 0.6.0 (Maximilian Antoni)
353
- - [`2e25941`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2e259418ab24367468daa4449833550f1e9cb297)
354
- feat(cli): add --host and --port options (cc-vps)
355
- >
356
- > Add CLI options to configure the server bind address and port,
357
- > making it easier to expose the UI on different network interfaces
358
- > or run multiple instances on different ports.
359
- >
360
- > - Add --host <addr> option (default: 127.0.0.1)
361
- > - Add --port <num> option (default: 3000)
362
- > - Support HOST and PORT environment variables
363
- > - Parse --host/--port in server/index.js for dev workflow
364
- > - Add test coverage for new options
365
- >
366
- > Co-authored-by: Christian Catalan <crcatala@gmail.com>
367
- >
368
- - [`6327f77`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6327f779f7b6ad7d274a37168320442bf013b4e0)
369
- Fix GitHub action commands (Maximilian Antoni)
370
- - [`4b9b68b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4b9b68b9a0998671592d58f1be3f67e86a639567)
371
- 0.5.0 (Maximilian Antoni)
372
- - [`76964c1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/76964c1daf133dded6b8f335cfe9d3184ac96a18)
373
- Show badge with number of cards per column (Maximilian Antoni)
374
- - [`155316c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/155316c975a93edc806379e769b538c213ee5ed8)
375
- Add loading indicator (Maximilian Antoni)
376
- - [`80a837a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/80a837a0ef9702fbb7cbbf168526a5a5e3e80d54)
377
- Show fatal errors in UI (Maximilian Antoni)
378
- - [`06e8fd9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/06e8fd9293b226c88d8b395c7bc28b9c7f4c9610)
379
- Beads metadata (Maximilian Antoni)
380
- - [`233c70a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/233c70aa9b6ed6e2d7fef487c7b241ffe721cecd)
381
- npm audit (Maximilian Antoni)
382
- - [`37b3476`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/37b3476bc7a0061484de913bee00f285a073ea24)
383
- Upgrade marked (Maximilian Antoni)
384
- - [`a1362c9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a1362c97fc770cb18764305453b18f71830bdbef)
385
- Update express and types (Maximilian Antoni)
386
- - [`8efc40d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8efc40dadc051a826c64474a1254641294337a81)
387
- Update vitest, jsdom and esbuild (Maximilian Antoni)
388
- - [`89cac0f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/89cac0ff438a7f1d8b790f339064f2b49ef8ab13)
389
- Update eslint and plugins (Maximilian Antoni)
390
- - [`0d7e33e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0d7e33e55259d11c39820c1576db74b7fec26b5e)
391
- Update prettier and format files (Maximilian Antoni)
392
- - [`356a201`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/356a201af8cfce75d82a7f942b5d04698400715c)
393
- Rename npm scripts for prettier and tsc (Maximilian Antoni)
394
- - [`31b25d4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/31b25d42d23e60c4b30b29281c392179104bf813)
395
- Upgrade @trivago/prettier-plugin-sort-imports (Maximilian Antoni)
396
- - [`164ac73`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/164ac7345eabaa86b57aff694a7349d00dc389ef)
397
- 0.4.4 (Maximilian Antoni)
398
- - [`d0f8d1d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d0f8d1d088eda78da14d35ac4fd898cbeb68b534)
399
- Make labels a separate section in the sidebar (Maximilian Antoni)
400
- - [`c44fd34`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c44fd3484ade8ef7ea56eb608d11bb07ebbf665b)
401
- Fix flaky board test due to time-sensitive closed filter (Nikolai Prokoschenko)
402
- >
403
- > The board view filters closed issues to show only those closed "today"
404
- > (since midnight). The test was using `now - 60*60*1000` (1 hour ago)
405
- > for C-1's closed_at timestamp. If the test runs shortly after midnight,
406
- > this timestamp falls on the previous day and gets filtered out.
407
- >
408
- > Changed to `now - 1000` (1 second ago) to ensure both test items
409
- > reliably fall within the "today" window.
410
- >
411
- > 🤖 Generated with [Claude Code](https://claude.com/claude-code)
412
- >
413
- > Co-Authored-By: Claude <noreply@anthropic.com>
414
- >
415
- - [`fee8671`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fee8671b28a4ad5b98cdca585d4855b5aa1405d7)
416
- 0.4.3 (Maximilian Antoni)
417
- - [`4a5b4cd`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4a5b4cda8b22437eac2636c0a5556d0b52897f5f)
418
- Add author (ignore in changes) (Maximilian Antoni)
419
- - [`a34855e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a34855ea26304554df2056ac6ed5224db25d795a)
420
- Ignore tsconfig.tsbuildinfo (Maximilian Antoni)
421
- - [`a7ebbc1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a7ebbc1ba8538107f0ec106638115c4d78c48711)
422
- Add logging instead of ignoring issues (Maximilian Antoni)
423
- - [`54c9488`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/54c94885c28a9bbdaaa60de6eaf8b91eac567bec)
424
- Mention `npm link` for development (Maximilian Antoni)
425
- - [`a137db0`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a137db02386457b7277f9566b5f6fc0079581bf7)
426
- Display beads issue ID as is (Maximilian Antoni)
427
- - [`ee343ee`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ee343ee39cc5ef9c7d7ec7df0a4f2b2f0e4b51ba)
428
- Remove try-catch around localStorage access (Maximilian Antoni)
429
- - [`619a107`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/619a107948b47bcfa6c7102ca0e90f3d575ac3a8)
430
- Upgrade vitest to v4 (Maximilian Antoni)
431
- - [`caed1b5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/caed1b5005645c2cf566ac3c3eddc4b5b73a4f74)
432
- Use vitest restoreMocks config (Maximilian Antoni)
433
- - [`0a28b5b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0a28b5bf5cc278a6775a051c712ff560dfab2b81)
434
- Fix: Use BEADS_DB env var instead of --db flag (Nikolai Prokoschenko)
435
- >
436
- > The bd CLI removed support for --db flag in commit 7dcde13, causing all
437
- > bd commands spawned by beads-ui to fail with "unknown flag: --db".
438
- > This prevented any data from loading in the UI.
439
- >
440
- > Fix: Use BEADS_DB environment variable when spawning bd processes,
441
- > which is the proper way to specify database location.
442
- >
443
- > Changes:
444
- > - server/bd.js: Set BEADS_DB env var instead of adding --db args
445
- > - Remove obsolete withDbArg() helper function
446
- > - Format long line and remove trailing newline
447
- > - Add .beads/issues.jsonl to .gitignore
448
- >
449
- > Validation:
450
- > - All 206 tests pass
451
- > - Typecheck and lint pass
452
- > - Issue list now populates correctly in dev mode
453
- >
454
- > 🤖 Generated with [Claude Code](https://claude.com/claude-code)
455
- >
456
- > Co-Authored-By: Claude <noreply@anthropic.com>
457
- >
458
- - [`47f6978`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/47f69788a7ee10246e6379a8cae0acf9f2648597)
459
- 0.4.2 (Maximilian Antoni)
460
- - [`66e31ff`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/66e31ff0e053f3691657ce1175fd9b02155ca699)
461
- Fix pre-bundled app: Check for bundle instead of NODE_ENV (Maximilian Antoni)
462
- - [`dbaecac`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/dbaecac199dc55736fc89205c9bd0c3e4d6dd0af)
463
- 0.4.1 (Maximilian Antoni)
464
- - [`03d3477`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/03d34774cd35bf03d142d2869633327cbe4902bd)
465
- Fix missing protocol.js in bundle (Maximilian Antoni)
466
- - [`3abf366`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3abf366099723a08cb6aca58076b3b924954d638)
467
- 0.4.0 (Maximilian Antoni)
468
- - [`20a787c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/20a787c248225b4959b18b703894daf483f380b6)
469
- Refine and apply coding standards (Maximilian Antoni)
470
- - [`aedc73f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/aedc73f0c494dd391fcc9ec7ecbf19b01b37e69a)
471
- Invert CLI option from no_open to open (Maximilian Antoni)
472
- - [`03a2a4f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/03a2a4f0ddb93df717e9f12b0c4600be12b390b5)
473
- Add debug-based logging across codebase (Maximilian Antoni)
474
- - [`eed2d5c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/eed2d5c71c45131023d1ec047a9f84e84d057fdb)
475
- Pre-bundle frontend for npm package (Maximilian Antoni)
476
- - [`d07f743`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d07f7437c67bfdbded470c6ccea556a78b3452b3)
477
- Remove obsolete BDUI_NO_OPEN (Maximilian Antoni)
478
- - [`1c1a003`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1c1a0035fd069d030430d56713e64fbaf0224db8)
479
- Improve project description (Maximilian Antoni)
480
- - [`a7f737b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a7f737bd9c34e4fa4ad4f3802a247fec104a4873)
481
- 0.3.1 (Maximilian Antoni)
482
- - [`3912ae5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3912ae552b1cc97e61fbaaa0815ca77675c542e4)
483
- Status filter intermittently not applied on Issues screen (Maximilian Antoni)
484
- - [`a160484`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a16048479d1d7d61ed4ad4e53365a5736eb053af)
485
- Upgrade eslint-plugin-jsdoc and switch config (Maximilian Antoni)
486
- - [`1ae22d7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1ae22d79b08c961c20ad9bad545a98c3e24b9189)
487
- 0.3.0 (Maximilian Antoni)
488
- - [`6695620`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/669562026783b7a45d9894536e44ef1a5697497a)
489
- Improve help and README (Maximilian Antoni)
490
- - [`60b7646`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/60b7646d225be2e44a445d922f5ccc5192af4662)
491
- Replace custom markdown parser with "marked" (Maximilian Antoni)
492
- - [`2478309`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2478309ef5427aed879d5ffa42dba3a15ebdea25)
493
- Bug: duplicate 'subscribe-list' for 'tab:issues' on issue click (Maximilian Antoni)
494
- - [`33479be`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/33479beec1b31384a2691e4a5bb8681ae4dd8b00)
495
- Docs: Update protocol and architecture to push‑only (v2) (Maximilian Antoni)
496
- - [`48b021c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/48b021cd3280d7e65dcbea770f8c1cda5080beb8)
497
- Replace unsupported ‘issues-for-epic’ subscription with epic detail + dependents (Maximilian Antoni)
498
- - [`5c29ca4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5c29ca47061383dce5b2699d7e644441883ba9eb)
499
- Epics tab shows empty due to bd 'epic status' JSON shape (Maximilian Antoni)
500
- - [`af1ad62`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/af1ad62948bf11120e565698b1c278e7e7d6ba3e)
501
- Remove `show-issue` RPC and UI fallback (Maximilian Antoni)
502
- - [`a60a4df`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a60a4df9e8710736492b425c0eb454c8debf5efb)
503
- Centralize and reuse issue sort comparators (Maximilian Antoni)
504
- - [`d0182c0`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d0182c08e91e3f8c2d768057bfd7a41f21983c71)
505
- Fix: Server rejects `subscribe-list` for `issue-detail` (Maximilian Antoni)
506
- - [`019fcdc`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/019fcdc3183d953d6224ec4420eb209c6bd55cee)
507
- Sort lists by priority→created_at; closed by closed_at only (Maximilian Antoni)
508
- - [`8376982`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8376982fe70d7cbea6a94d8e1789a2eb6189a8d9)
509
- Remove SubscriptionSchema (Maximilian Antoni)
510
- - [`3d652e5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3d652e500d5b851c4b2ab8fc116df60e174e90f8)
511
- Remove 'issues-changed' flow; switch detail to subscription push (Maximilian Antoni)
512
- - [`9e9b7b1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/9e9b7b111216d0280b22d03eec524d442c18214e)
513
- Remove legacy WS subscriptions (Maximilian Antoni)
514
- - [`3105d13`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3105d13d75dcaeb86ffd378b0854597e514fd178)
515
- Docs: Update developer docs and diagrams (Maximilian Antoni)
516
- - [`da1b620`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/da1b620117f6a65654bc2aa086d29ba28ca1ab20)
517
- Server: batching and revision sequencing for issue pushes (Maximilian Antoni)
518
- - [`a2a4525`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a2a45258563cf156760cefcef5e40277058d9004)
519
- Add E2E test and cleanup JSDoc types (Maximilian Antoni)
520
- - [`42c5dac`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/42c5dac915eea416ef94f70a3be981d2ab5ca78f)
521
- Server: Push protocol sends full issue payloads per subscription (Maximilian Antoni)
522
- - [`a7b9f80`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a7b9f80fab2cf166fbccd04ff8f439e18a2f11fe)
523
- Cleanup: Remove central issue store and delta fan-out (Maximilian Antoni)
524
- - [`5eccd4e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5eccd4ef91497405602ba35404c04d4f65621565)
525
- UI: Wire push client to per-subscription stores (Maximilian Antoni)
526
- - [`77d4ab8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/77d4ab808f4e26a1b50083a531e993dedc5dbf56)
527
- UI: Implement `SubscriptionIssueStore` abstraction (Maximilian Antoni)
528
- - [`44e4c3a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/44e4c3a4b72e65a147b990a9277e74c5885d8be4)
529
- ADR: Per-subscription stores and full-issue push payloads (Maximilian Antoni)
530
- - [`e98117b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e98117b9d37a2a9b46e03da4d0ff18727e2f9e82)
531
- Epic: Simplify push protocol — one store per subscription (Maximilian Antoni)
532
- - [`2985673`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2985673840c8e4a887e8d0a0640e2bc53c961408)
533
- UI-151: Fix board/epics push-only regressions (Maximilian Antoni)
534
- - [`91a76c6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/91a76c667315dc5459bcedb7025741db3b118b36)
535
- Server: Remove read RPCs after migration (Maximilian Antoni)
536
- - [`72e09c6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/72e09c6bd32c09a4fa013fdbcc5443ef4415e32f)
537
- UI: Wire up createListSelectors for list rendering (Maximilian Antoni)
538
- - [`f940751`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f940751ee0f5dad186c77f2f8de17e45fdb5ec61)
539
- Cleanup: Remove data/providers list reads; keep mutations (Maximilian Antoni)
540
- - [`8bd33cf`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8bd33cf54d4fcdbd3d327af04963a6a2e5b0beee)
541
- Client: List selectors utility (ids → entities + sort) (Maximilian Antoni)
542
- - [`da87d8f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/da87d8fdc0e78e88c17396c5b78da68701b7e6db)
543
- ADR: Push‑only lists architecture and migration plan (Maximilian Antoni)
544
- - [`128ba38`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/128ba38545df88af1b0e0c79c022539f2ba29a9a)
545
- Tests: Convert list/board/epics tests to push fixtures (no RPC stubs) (Maximilian Antoni)
546
- - [`7c6774f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7c6774fa6006f8762636af8443dcb8264b01c96a)
547
- Epics/Board views: fix reload and view-switch behavior (Maximilian Antoni)
548
- - [`626f862`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/626f862b45b05523aa2c31e07269a33046d99851)
549
- Fix: Call `bd epic status --json` for epic tab (Maximilian Antoni)
550
- - [`d9bf76d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d9bf76daa579bd27ef5bdfec8a4373272c3c4df4)
551
- Client: Epics view derives groups from issues; live children via subscriptions (Maximilian Antoni)
552
- - [`7a3f73b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7a3f73b7d8d13aab4fa44c17619a8efebda038c9)
553
- Fix: Ready column shows empty on board (Maximilian Antoni)
554
- - [`071efd3`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/071efd33b622fde4d561c06439c3a231e4ad239e)
555
- Client: Board renders from subscriptions + issues store (Maximilian Antoni)
556
- - [`b264e8a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b264e8a464f78b5ae4c56277441edcdb8a9367a6)
557
- Client: List view renders from subscriptions + issues stores (Maximilian Antoni)
558
- - [`4348c76`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4348c767690be9239309c34fe983a0389b0f4c58)
559
- Plan push‑only lists end‑to‑end (Maximilian Antoni)
560
- - [`187e99a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/187e99af5e37a5697295b11cf56aae12c42d02aa)
561
- Implement pure push-based issue updates (Maximilian Antoni)
562
- - [`8476f9f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8476f9f58209d0d9c94d7e6e3588043240bb06e5)
563
- Plan pure push-based issue updates (Maximilian Antoni)
564
- - [`9501b20`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/9501b20e7b8df98d1ccc2ab6bf8da20da18a2570)
565
- Use `bd ready` for ready board column (Maximilian Antoni)
566
- - [`66e2e2b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/66e2e2b01c16c7090cb2d99ec6b2045f16c2d8c7)
567
- Remove unused `subscribed` flag (Maximilian Antoni)
568
- - [`b6a94dc`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b6a94dc27a68409533aadda3ed98b51b5b3fed7b)
569
- Update data exchange subscription plan (Maximilian Antoni)
570
- - [`ea546cb`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ea546cb89a6f38a5777d3090c03a2a7d89e978a3)
571
- Client: UI integration for tabs and epic expansion (Maximilian Antoni)
572
- - [`a23ca15`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a23ca15c5945cea92cab797171a98222bf5c19fe)
573
- Security: explicit mutation ops and param validation (Maximilian Antoni)
574
- - [`c5eac51`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c5eac5164a185c9b3a8b8c859b80b750bac489b4)
575
- Client: subscription store and delta application (Maximilian Antoni)
576
- - [`0bd09fe`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0bd09feb6445ee77bd7ce84f72e6d2840dd48024)
577
- Server: mutation window and once-listener gating (Maximilian Antoni)
578
- - [`d63842f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d63842f3a12bc64c8aade0f4a0538ebca517761f)
579
- Server: diff engine and closed-issues pre-filter (Maximilian Antoni)
580
- - [`91973d2`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/91973d28a912609409e9523cdc256f68f0b79d37)
581
- Server: subscription registry and lifecycle management (Maximilian Antoni)
582
- - [`e8e3cc7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e8e3cc754d802431b2adab85ce6679665dcc337e)
583
- Server: bd list adapters for subscription types (Maximilian Antoni)
584
- - [`743e23d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/743e23d16714f1f6341e48976f6f15c1ba746a83)
585
- Server: subscription registry and lifecycle management (Maximilian Antoni)
586
- - [`6469eb7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6469eb77aa5643a57a22ce32379d8eb087e83250)
587
- Plan data exchange model refactor (Maximilian Antoni)
588
- - [`f33e02e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f33e02e351618a30e3c21f4ba1db3efc1aa2980b)
589
- Improve AGENTS.md (Maximilian Antoni)
590
- - [`30e5b4e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/30e5b4ec8181e0c59705a7a9b3b6cdf01ce9d997)
591
- Markdown: support ordered lists (Maximilian Antoni)
592
- - [`872e4f9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/872e4f9566f61b6c807484bf28f5ffa54fc5f306)
593
- Fix test (hard coded date) (Maximilian Antoni)
594
- - [`b075ea4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b075ea4c9947227da0e58d647ce203285c0dc6ce)
595
- Fix: Always resolve db from cwd (Maximilian Antoni)
596
- - [`b36635b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b36635b66a70f32bde7b84c70bd0a4ee05fba8d0)
597
- Log resolved db on start/restart (Maximilian Antoni)
598
- - [`f9ab1df`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f9ab1dfb6e35af1622b0dc38bb00941759b0c20d)
599
- Cleanup stylesheet (Maximilian Antoni)
600
- - [`883d5e6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/883d5e656f45cb6cf62f6069da92d310bdd35e46)
601
- 0.2.0 (Maximilian Antoni)
602
- - [`33c89b9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/33c89b92cdf93e46076c6f6d6d6a308d81a31491)
603
- Remove --limit 10 when fetching closed issues (Maximilian Antoni)
604
- - [`f38d390`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f38d3907099c11ca810244d852f7b41cd33b4f6e)
605
- Add "Blocked" column to board (Maximilian Antoni)
606
- - [`526b72d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/526b72d6323fc244b8664d0203299185f009c0ac)
607
- Support `design` in issue details (Maximilian Antoni)
608
- - [`a4158dd`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a4158dd619d3af7796af5a3b57fe7e7989a35f1a)
609
- Add filter to closed column and improve sorting (Maximilian Antoni)
610
- - [`30009a8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/30009a8bf901882097f9dd4ce9805910f21db389)
611
- Unblock issue description editing (Maximilian Antoni)
612
- - [`59e2f68`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/59e2f68380e95ce0925bdcef18cdec0b22617cc3)
613
- CLI: require --open to launch browser, also on restart (Maximilian Antoni)
614
- - [`efcc55e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/efcc55ee5e9e48d4919a646283d8e6c6ba0ad864)
615
- Events: coalesce issues-changed to avoid redundant full refresh (Maximilian Antoni)
616
- - [`d355886`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d3558866668eece4c711d94c6fda570af414eb30)
617
- Up/down/left/right keyboard navigation on board (Maximilian Antoni)
618
- - [`58dbb94`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/58dbb949de662093925f4e4ed1fc170d06487252)
619
- Up/down keyboard navigation on issues list (Maximilian Antoni)
620
- - [`d790387`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d79038725326edab11f674bd9713a59191112efa)
621
- CLI: require --open to launch browser (Maximilian Antoni)
622
- - [`bfb2727`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/bfb2727df296bd12d4c166915484773521f498ed)
623
- Make issue notes editable (Maximilian Antoni)
624
- - [`3a48009`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3a4800919bfa4ccd5eace557ae965269e0ea6e16)
625
- Update issues (Maximilian Antoni)
626
- - [`46b2a34`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/46b2a344e9ac95bc8c4944a8277ea12a373c1b9a)
627
- Align callback function naming (Maximilian Antoni)
628
- - [`7fcab6f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7fcab6fb26b1f2ac1a32515c2874161bc175b7dc)
629
- Show toast on disconnect/reconnect (Maximilian Antoni)
630
- - [`48cfaff`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/48cfaff2d554cc7b4ae38d47277025bf6c298a84)
631
- Support creating a new issue via "New" dialog (Maximilian Antoni)
632
- - [`5244153`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/524415312c4268e7e9b0dfa5355e04f03f9d95f5)
633
- Copy issue IDs to clipboard (Maximilian Antoni)
634
- - [`c451963`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c451963c2c0dc22119ef17fe8486f507ea518b9a)
635
- Improve README (Maximilian Antoni)
636
- - [`a60fb4a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a60fb4a08b4baea0352c408a08abd245e6b9f4be)
637
- Open issue details in dialog (Maximilian Antoni)
638
- - [`796995d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/796995d4406b6450c189b4f1cdff401cc8d0f372)
639
- Add package description, homepage and repo (Maximilian Antoni)
640
- - [`5ee08bf`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5ee08bfac5bb1535e244ef36ed61f1e6492b1a3a)
641
- 0.1.2 (Maximilian Antoni)
642
- - [`05f06f1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/05f06f10cee04283ab75bfaeee24e7e337f702af)
643
- Specify files to package (Maximilian Antoni)
644
- - [`9fa2dec`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/9fa2dec4a2cdb49c17cf9f572a61b489f67caf56)
645
- 0.1.1 (Maximilian Antoni)
646
- - [`40efeb5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/40efeb5beaf1fe90c364859eb36799ee289d9cfa)
647
- Make screenshot src absolute and add license (Maximilian Antoni)
648
- - [`6ec912c`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6ec912c2899302b93c500d6e60f8d1fd6efc703d)
649
- 0.1.0 (Maximilian Antoni)
650
- - [`014df46`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/014df463836f8059c50133d6b0bfd3e00413a984)
651
- Use @studio/changes for changelog (Maximilian Antoni)
652
- - [`87b3964`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/87b3964482a65f1772fe0e2dfe5a9cbe0c4c9bd3)
653
- Improve README (Maximilian Antoni)
654
- - [`5fcca41`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5fcca411654a39aad0e9c745d6fe793f0959ca88)
655
- Add UI/UX refinement issues (Maximilian Antoni)
656
- - [`56da312`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/56da31203b7bb9e967b28629035ae606c87c4106)
657
- Agents should assign issues to "agent" (Maximilian Antoni)
658
- - [`f5052bd`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f5052bdf81c95d30110b8152ffc27fafb0b1586c)
659
- Add support for labels (Maximilian Antoni)
660
- - [`7a44b02`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7a44b02509e9515009474e2799f8c5c3db150d97)
661
- Update README and quickstart (Maximilian Antoni)
662
- - [`41afd98`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/41afd989baad416bc4b14c8eff3de5d572ef494a)
663
- Add tests for start|stop|restart and PID handling (Maximilian Antoni)
664
- - [`9a428d0`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/9a428d0d3bad0070e4b493c1c3db4901f1296441)
665
- bdui: Auto-open default browser on start (Maximilian Antoni)
666
- - [`3155935`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/31559350a750c4411e4caea0fd0dbab656157dc0)
667
- bdui: Daemonize server with PID management (Maximilian Antoni)
668
- - [`aceaff1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/aceaff17f19ce8736e26df2d36b7a98211af18be)
669
- bdui: Package binary and local linking (Maximilian Antoni)
670
- - [`081d477`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/081d47738b73685585f4d9f9051dc3a3f10bf196)
671
- Implemented CLI scaffold for `bdui` (Maximilian Antoni)
672
- - [`011ea22`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/011ea22b6c70150315a6753736248fd7e823ba91)
673
- Add issues for `bdui` command (Maximilian Antoni)
674
- - [`7f6641a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7f6641a213a09bac31de6f1d75dd92f9026e1e4f)
675
- Refresh views on updates (Maximilian Antoni)
676
- - [`61f774b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/61f774b32e95a4ddb344eed549add937f09b6c72)
677
- Push updates to subscribed clients (Maximilian Antoni)
678
- - [`daef2f7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/daef2f7daaa59081a4412134dac2d48950b5c518)
679
- Display "no epics found" placeholder (Maximilian Antoni)
680
- - [`b42654a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b42654af8f721036b5edc1b82481bc961d13f878)
681
- Filter issues by type (Maximilian Antoni)
682
- - [`6361a1e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6361a1e9109f4f79eac0491047845002b8b1d57a)
683
- Add client view test (Maximilian Antoni)
684
- - [`5e3f6fa`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/5e3f6fa78d12b3192a6ac33f1ee7e29ac75db2c8)
685
- Add protocol tests (Maximilian Antoni)
686
- - [`16b83dc`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/16b83dcbb56ece4e709908b3a4e410261f61188a)
687
- Style tweaks and cleanup (Maximilian Antoni)
688
- - [`c3c8ce1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c3c8ce1039dc40eb5c2c41b3f3c081d95e80c70c)
689
- Improve details screen (Maximilian Antoni)
690
- - [`60aab6a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/60aab6a2cd3e02c4858765ba3946be9e63c1711b)
691
- Support editing issue assignee (Maximilian Antoni)
692
- - [`f76707f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f76707f4fda5bf26e1da6fdfc7a524b6dca0641c)
693
- Fix same issue showing in "open" and "in progress" columns (Maximilian Antoni)
694
- - [`6e8444d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6e8444de65de67212f0aef6234c2cd4c54a8c044)
695
- Fix regression on UI-84 (Maximilian Antoni)
696
- - [`c832502`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c832502db87df64a8b4bb5a9d9901d50e16de54f)
697
- Merge tabs into header (Maximilian Antoni)
698
- - [`49e89f1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/49e89f1b955a90428a42dc9fab9ef2637c03e24e)
699
- Board cards styling (Maximilian Antoni)
700
- - [`ab8c2da`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ab8c2da55909dd1c35a1783248ab100159ff546a)
701
- Fix board persists when switching views (Maximilian Antoni)
702
- - [`81c5a5d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/81c5a5ddef181876785f4e4201098be0d2eca257)
703
- Remove redundant board title (Maximilian Antoni)
704
- - [`d83676f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d83676f0713255acb528044252e4b450795c903d)
705
- Make board column fill available vertical space (Maximilian Antoni)
706
- - [`1be97b5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1be97b5efb70fd59e9c1b5235524455ad6852a63)
707
- Add "Open" column to board screen (Maximilian Antoni)
708
- - [`b870c44`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b870c44c5b1a84127ba0d5825e6d1bdc1a28f301)
709
- Fix "Closed" column on board screen (Maximilian Antoni)
710
- - [`05af890`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/05af890ef1349933667c81325d2f4c75beaae4b3)
711
- Align issues and epic screens (Maximilian Antoni)
712
- - [`90ab2f7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/90ab2f7c65198902506a9d8a839c29cb6e880b0c)
713
- Fix status and priority in details (Maximilian Antoni)
714
- - [`739077f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/739077f59852ff461fa4813f34700323783adb17)
715
- Colors (Maximilian Antoni)
716
- - [`ff02205`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ff02205f4cfe347df29576f9800d3a33005ddef6)
717
- Remove type editing (not supported by bd) (Maximilian Antoni)
718
- - [`599d9b8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/599d9b8d2c70231e076395aa7e25afe4e258da0c)
719
- Styling (Maximilian Antoni)
720
- - [`d7fce36`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d7fce360c47dc022aacfd8e74fa965f24586e0a0)
721
- Epic screen improvements (Maximilian Antoni)
722
- - [`549646d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/549646d72acdccf2087a744faf8dcf0a10900b86)
723
- UI consistency: IDs, translations, and epic inline editing (Maximilian Antoni)
724
- - [`f5ab436`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f5ab4361342c80ade346dbc5e81cef2d071582f2)
725
- Fix showing issues (Maximilian Antoni)
726
- - [`fd23e20`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fd23e20ae5cd9d00ebab8326ca5e50d03896cfe6)
727
- Improve styling (Maximilian Antoni)
728
- - [`fe3cf9b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fe3cf9bfb6915a16a65bf37dbaa4dc24f7ac1534)
729
- Add board view (Maximilian Antoni)
730
- - [`66caaa5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/66caaa56085983d04cc064a19d5ad01511a0bda3)
731
- Tests, typing, and docs for new UI (Maximilian Antoni)
732
- - [`e71c155`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e71c1550c49774d8c84c3297897920260e69c308)
733
- Switch default port to 3000 (Maximilian Antoni)
734
- - [`c4edee5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c4edee573e2d1334387d5637c83fe3f89490de3b)
735
- Top navigation and routing: Issues, Epics, Board (Maximilian Antoni)
736
- - [`e2a4e1b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e2a4e1b37831a61a120dd3ddd4c7837145784d3d)
737
- Add build workflow (Maximilian Antoni)
738
- - [`c917edf`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c917edf0f637bd576d12c02e73cd51f512ce7b91)
739
- Add data layer (Maximilian Antoni)
740
- - [`639d05a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/639d05a5ae8c96ac81dfa0c7465eaecaa1172e26)
741
- Plan new design (Maximilian Antoni)
742
- - [`e2e43ca`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/e2e43ca7433525c856e4b27ac44399571252f34b)
743
- Supress lit dev-mode warning in tests (Maximilian Antoni)
744
- - [`fd51c2e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fd51c2ed457e1b884451da0abb9bcbc7e7291b16)
745
- Render with lit-html (Maximilian Antoni)
746
- - [`d96260f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d96260f089f31b0b3e1395f50c629482ca165e58)
747
- Editing description not supported (Maximilian Antoni)
748
- - [`647409a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/647409a5450e9177fc20384ab931ed1a3eeabdcc)
749
- Layout (Maximilian Antoni)
750
- - [`4cafdd7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/4cafdd725c1853472e08a4c300952dfc06d9cfec)
751
- Fix status filter issue (Maximilian Antoni)
752
- - [`58b6a8d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/58b6a8d4c6dd9868435ac942e01ac657c04c795a)
753
- Fix restore selected issue on reload (Maximilian Antoni)
754
- - [`6045c59`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6045c59fc81d2247427b7153fba86a0ec77e3202)
755
- Fix restore filter on reload (Maximilian Antoni)
756
- - [`2b81d3f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2b81d3f498071036930272b8847ecf2ac42f0d1f)
757
- Styling improvements and dark mode toggle (Maximilian Antoni)
758
- - [`fa1ed07`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fa1ed07f4061204d82d583f1a51a96b5c67edb00)
759
- Issue type badges (Maximilian Antoni)
760
- - [`f1599eb`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/f1599eb7a99a13937006f2750e48d52410653f60)
761
- Improve dependencies and dependents (Maximilian Antoni)
762
- - [`ebc5dd9`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ebc5dd9908095d7555f051a1c7f4c37733a62e21)
763
- Add "ready" filter (Maximilian Antoni)
764
- - [`add9cc5`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/add9cc52e96231cc8094341f1d938fcc00aec3e0)
765
- Adjust prettier settings and re-format (Maximilian Antoni)
766
- - [`428d912`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/428d91270aa633e20fb73afe4fe479283352d76e)
767
- Add README.md and docs/architecture.md (Maximilian Antoni)
768
- - [`cdd6221`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/cdd6221d1dbffd5346a8a8c6dd9c7b0871a157fc)
769
- Cleanup (Maximilian Antoni)
770
- - [`0af0810`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0af08108baeab7b55b1613f9184127cb83129901)
771
- Adding Quickstart docs (Maximilian Antoni)
772
- - [`7f169f4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/7f169f4125bd31e3928d94e3d478927d50c57bb0)
773
- Add more issues (Maximilian Antoni)
774
- - [`8e10473`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/8e10473f8a083458f5f16b2769476a208e9da66d)
775
- Remove unused "/src" (Maximilian Antoni)
776
- - [`eb8b6c1`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/eb8b6c11405bcce7a6f941af04d2d462fc2476c6)
777
- Fix Blocks / Blocked by in UI (Maximilian Antoni)
778
- - [`0ba7f12`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0ba7f1226f63d5d96a4d811d7667c2aa42c5ead3)
779
- Add npm "all" script (Maximilian Antoni)
780
- - [`6ffb8ed`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6ffb8edb92c33450f5c1e21b8e01dc5f1f572c17)
781
- No console.warn in tests (Maximilian Antoni)
782
- - [`84ce2e7`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/84ce2e7caf3caf841fdde10814526b850c9eeb8b)
783
- Watch SQLite DB instead of issues.jsonl (Maximilian Antoni)
784
- - [`2e27fb2`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/2e27fb2a3dfe104469d8b1b2ac61ce59b0d05629)
785
- Add unit tests for markdown util (Maximilian Antoni)
786
- - [`6247b47`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/6247b475d46986b7a2d1fd2b3e39a8e2c8d48073)
787
- Markdown rendering and inline editing (Maximilian Antoni)
788
- - [`a82b390`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a82b390c8b3e5607838332f09a93dfec9946dec9)
789
- Add more issues (Maximilian Antoni)
790
- - [`22b3f89`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/22b3f898ba47479c929ab1a47d5bc83e3d9b4ba4)
791
- Client state store and router (Maximilian Antoni)
792
- - [`0530c05`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0530c0567383e9985fb4991fe266e19988104b4a)
793
- Vitest setup (Maximilian Antoni)
794
- - [`77e4cb4`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/77e4cb421251a5f188ba44e0cfcf4a39e9c27cce)
795
- Client edit interactions (Maximilian Antoni)
796
- - [`384d7a6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/384d7a6ddd2104e7da9005ba377305fc18558485)
797
- WebSocket client (Maximilian Antoni)
798
- - [`0de5784`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/0de5784c13f55a327f039a057a6267394d3eb448)
799
- Issue detail view (Maximilian Antoni)
800
- - [`b06f87a`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b06f87afb29842d6457ee165a74dc090af670097)
801
- Issues list view (Maximilian Antoni)
802
- - [`992d11e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/992d11ec6ca8c6166f7125014b06ffc9b09a0844)
803
- App scaffolding and base styles (Maximilian Antoni)
804
- - [`d366071`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/d36607132cd1e81558302133219c8411cdc66733)
805
- File watcher on .beads/issues.jsonl (Maximilian Antoni)
806
- - [`a80a3ee`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/a80a3ee178040ffe2379c8bf49a83b6c9ba7ba2f)
807
- WS handlers for update/edit (Maximilian Antoni)
808
- - [`b95cc6b`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/b95cc6bfa489121d7b3ce98cae509272be413d72)
809
- WS handlers for list/show (Maximilian Antoni)
810
- - [`1dc6395`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1dc6395259c4ec310f2329f42dfb73f4f871a6be)
811
- bd command runner wrapper (Maximilian Antoni)
812
- - [`c4facf8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c4facf8c9d257b13e56ed3326711b5323b50ffd2)
813
- WebSocket server with ws (Maximilian Antoni)
814
- - [`29e9093`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/29e9093d5a219ea320b92ff4b9f5113d16172e65)
815
- Define WebSocket protocol and message schema (Maximilian Antoni)
816
- - [`c774781`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/c774781035b32ed6ae87189a85f5c3faf1967584)
817
- Express server skeleton in /server (Maximilian Antoni)
818
- - [`1d4c8bf`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/1d4c8bfc3558a1fe361db64bfeee165df036d7c0)
819
- Bootstrap Node project and tooling (Maximilian Antoni)
820
- - [`921c8d8`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/921c8d8aa64c3c7fa12f7d3616b9c67641561286)
821
- Initial beads issues (Maximilian Antoni)
822
- - [`fb6a42e`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/fb6a42edec0ba5f69436150896fb36d834a0a174)
823
- Add AGENTS.md (Maximilian Antoni)
824
- - [`57d026f`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/57d026fd368b5052467a9a211a62ef5f958bdfab)
825
- Configure tsc (Maximilian Antoni)
826
- - [`3268f6d`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/3268f6d9f06bca228591de237ca139b7730c8215)
827
- Configure prettier (Maximilian Antoni)
828
- - [`28bc666`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/28bc6667bbdf1923a559823a20b4854f738ec383)
829
- Configure eslint (Maximilian Antoni)
830
- - [`ee7e3b6`](https://github.com/AlexeyPlatkovsky/beads-enhanced-ui/commit/ee7e3b69f99e99252266cc4ebc0a46dbbaaade6b)
831
- Inception (Maximilian Antoni)
26
+ Released April 02, 2026
27
+
28
+ ### Changed
29
+
30
+ - Refined the Epics experience with a redesigned layout, updated spacing, and clearer title and status alignment across the view.
31
+ - Tightened issue ID rendering across the UI so Beads IDs display consistently in lists, rows, and issue dialogs.
32
+ - Rebranded the fork as `beads-enhanced-ui` and updated package metadata for publishing and installation under the new name.
33
+
34
+ ### Fixed
832
35
 
833
- _Released by [Alexey Platkovsky](https://github.com/AlexeyPlatkovsky) on 2026-04-02._
36
+ - Fixed Epics sorting, row sizing, and column width regressions that made the page harder to scan.
37
+ - Fixed the issues table ID cell rendering so Beads identifiers stay readable and aligned in the main list view.