|
Update from previous version failed due to there not being a ui release variant (this is ok I suppose though you might want to mention it in release notes): Probably selecting 1 may work, I didn't test but just tried to reinstall using the script installer: Downloading the tar.gz directly and running install.sh manually also fails. |
Replies: 4 comments 1 reply
|
Thanks for the thorough report, @iandol — you found two distinct bugs, and both are now slated for v0.10.2, the next fix release. 1. The variant chooser is obsolete — and not just in your old binary. As of v0.10.0 there is only ONE build per platform, with the graph UI always embedded; the 2. The install.sh failure is a real bug we're actively hunting — Also worth grabbing when you retry: v0.10.1 fixes an important MCP output bug in 0.10.0 (tool results rendering empty in MCP clients). Sorry for the bumpy upgrade, and thanks again — reports like this, with full transcripts of both paths, are exactly what makes fixes fast. |
|
Both issues are fixed in v0.10.2, released just now: https://github.com/DeusData/codebase-memory-mcp/releases/tag/v0.10.2
Thanks again for the detailed transcripts of both paths — they made this considerably faster to pin down. |
|
Heads-up for anyone still following this thread: v0.10.3 is building now, and it fixes the remaining install failures that v0.10.2 did not. The one most likely to have affected people here: the daemon refused to start when any ancestor of its cache directory was group-writable — the same rule v0.10.2 removed on the installer side, in a sibling check that was missed. A group-writable Worse, the error message was inventing its own evidence: that refusal path set no error code, so it printed whatever Also in v0.10.3: Thank you to everyone in this thread who kept reporting through three releases of install trouble — nearly every fix above came from someone posting an exact error rather than giving up. |
Thanks for the thorough report, @iandol — you found two distinct bugs, and both are now slated for v0.10.2, the next fix release.
1. The variant chooser is obsolete — and not just in your old binary. As of v0.10.0 there is only ONE build per platform, with the graph UI always embedded; the
ui-*archives no longer exist, which is why your "2) ui" choice 404s. What we hadn't realized until your report: the chooser still ships in current binaries too, offering a "ui" option that can only 404 and a "standard" option that quietly is the full UI build. Two fixes coming: the chooser is being removed entirely (update just downloads the one real archive), and we'll attachui-*-named alias assets t…