Skip to content

Commit 85bbbc9

Browse files
leifericfclaude
andcommitted
chore: bump version to 0.5.4
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d64a651 commit 85bbbc9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## Unreleased
44

5+
## 0.5.4
6+
57
### Fixes
68

9+
- **MCP daemon lock contention**`noum serve` now auto-detects a running local daemon via `daemon.edn` and proxies tool calls to it instead of opening the database directly. Previously, the daemon's exclusive file lock caused every MCP tool call to fail with a generic "unexpected internal error."
10+
- **MCP error messages** — Tool call errors now include the actual cause and tool name instead of "An unexpected internal error occurred." Database lock errors include actionable kill instructions and explicitly tell AI agents not to retry.
11+
- **MCP proxy auth header** — Proxy mode no longer sends `Authorization: Bearer null` when connecting to a local daemon without a token.
12+
- **Setup binary path**`noum setup code` now resolves the `noum` binary via `PATH` (e.g. Homebrew at `/opt/homebrew/bin/noum`) instead of always hardcoding `~/.local/bin/noum`.
713
- **Demo release fallback**`noum demo` now searches the 5 most recent GitHub releases for a demo tarball instead of only checking the latest. Prevents "not found" errors when a patch release ships without a new demo database.
814
- **Progress bar lifecycle** — The launcher's progress handler now resets the bar on completion and creates a new bar when the total changes. Fixes the flashing green bar during digest benchmark and spurious "✓ digest done." lines between steps.
915
- **Progress bar step labels** — Digest sub-steps (analyze, benchmark) tag their SSE progress events with `:step`, so the bar shows "✓ analyze done." instead of "✓ digest done."

resources/version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version "0.5.3"}
1+
{:version "0.5.4"}

0 commit comments

Comments
 (0)