-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I am just installed 2.3.0 and most appears to be working.
/cortex-visualize
Claude’s response:
_We already tried both of these and they failed — the UI HTML files aren't bundled in the Cortex 2.3.0 package. The ui/ directory is completely missing from the installed package at /Users/rick/.cache/uv/archive-v0/.../site-packages/.
This is a packaging bug in Cortex 2.3.0 — the memory-dashboard.html and unified-viz.html files weren't included in the distribution. The backend data is all working fine (codebase_analyze just pulled 3,636 entities), it's just the browser frontends that are missing.
You could file an issue with the Cortex plugin maintainer, or wait for a 2.3.1 fix. In the meantime, the CLI tools (recall, navigate_memory, memory_stats, etc.) give you the same underlying data — just without the pretty browser UI._