beads-ui 0.4.2 → 0.4.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,9 +1,32 @@
1
1
  # Changes
2
2
 
3
+ ## 0.4.3
4
+
5
+ - [`4a5b4cd`](https://github.com/mantoni/beads-ui/commit/4a5b4cda8b22437eac2636c0a5556d0b52897f5f)
6
+ Add author (ignore in changes)
7
+ - [`a34855e`](https://github.com/mantoni/beads-ui/commit/a34855ea26304554df2056ac6ed5224db25d795a)
8
+ Ignore tsconfig.tsbuildinfo
9
+ - [`a7ebbc1`](https://github.com/mantoni/beads-ui/commit/a7ebbc1ba8538107f0ec106638115c4d78c48711)
10
+ Add logging instead of ignoring issues
11
+ - [`54c9488`](https://github.com/mantoni/beads-ui/commit/54c94885c28a9bbdaaa60de6eaf8b91eac567bec)
12
+ Mention `npm link` for development
13
+ - [`a137db0`](https://github.com/mantoni/beads-ui/commit/a137db02386457b7277f9566b5f6fc0079581bf7)
14
+ Display beads issue ID as is
15
+ - [`ee343ee`](https://github.com/mantoni/beads-ui/commit/ee343ee39cc5ef9c7d7ec7df0a4f2b2f0e4b51ba)
16
+ Remove try-catch around localStorage access
17
+ - [`619a107`](https://github.com/mantoni/beads-ui/commit/619a107948b47bcfa6c7102ca0e90f3d575ac3a8)
18
+ Upgrade vitest to v4
19
+ - [`caed1b5`](https://github.com/mantoni/beads-ui/commit/caed1b5005645c2cf566ac3c3eddc4b5b73a4f74)
20
+ Use vitest restoreMocks config
21
+ - [`0a28b5b`](https://github.com/mantoni/beads-ui/commit/0a28b5bf5cc278a6775a051c712ff560dfab2b81)
22
+ Fix: Use BEADS_DB env var instead of --db flag (Nikolai Prokoschenko)
23
+
24
+ _Released by [Maximilian Antoni](https://github.com/mantoni) on 2025-11-01._
25
+
3
26
  ## 0.4.2
4
27
 
5
28
  - [`66e31ff`](https://github.com/mantoni/beads-ui/commit/66e31ff0e053f3691657ce1175fd9b02155ca699)
6
- Fix pre-bundled app: Check for bundle instead of NODE_ENV (Maximilian Antoni)
29
+ Fix pre-bundled app: Check for bundle instead of NODE_ENV
7
30
 
8
31
  _Released by [Maximilian Antoni](https://github.com/mantoni) on 2025-10-29._
9
32
 
package/README.md CHANGED
@@ -65,8 +65,8 @@ See `bdui --help` for options.
65
65
 
66
66
  - 🔨 Clone the repo and run `npm install`.
67
67
  - 🚀 Start the dev server with `npm start`.
68
- - 📦 Make sure you have `beads-mcp` installed.
69
- - 🤖 Ask your agent of choice. It will know.
68
+ - 🔗 Alternatively, use `npm link` to link the package globally and run
69
+ `bdui start` from any project.
70
70
 
71
71
  ## Debug Logging
72
72