|
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: 3 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. |
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…