Skip to content

Commit 6b73c29

Browse files
committed
0.12.3
1 parent cee1d6d commit 6b73c29

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGES.md

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

3+
## 0.12.3
4+
5+
- [`cee1d6d`](https://github.com/mantoni/beads-ui/commit/cee1d6d945828e33eebaf7ca76604fe8a457a772)
6+
fix(list): remove the silent 50-issue list limit (#99) (Inconceivable Labs)
7+
>
8+
> Pass --limit 0 for all-issues and in-progress subscriptions so the UI does not silently truncate bd results.
9+
- [`04c78e3`](https://github.com/mantoni/beads-ui/commit/04c78e352fb6c0af0616962701a39e42bc938cb3)
10+
fix(ws): pin bd invocations to the active workspace cwd (#88) (Inconceivable Labs)
11+
>
12+
> Ensure every bd mutation and follow-up read runs in the active workspace, and centralize non-zero bd exit logging.
13+
14+
_Released by gprocunier on 2026-07-17._
15+
316
## 0.12.2
417

518
- [`92b80f9`](https://github.com/mantoni/beads-ui/commit/92b80f90339a7619dc0d8f7a10046b023658004d)

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": "beads-ui",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Local UI for Beads — Collaborate on issues with your coding agent.",
55
"keywords": [
66
"agent",

0 commit comments

Comments
 (0)