You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Memories tab project picker showed raw `git:<hash>` / `dir:<hash>` identifiers instead of project names.** A regression from the v0.4.7 Memories filter fix: when the plugin started writing resolved project identities into memory rows, the dashboard's project picker still tried to resolve those identities as filesystem paths. With no path match, the OpenCode/Pi project lookup was skipped and the dropdown rendered the bare identifier.
6
+
7
+
Fixed by normalizing each memory's project value to its identity (handling both already-resolved identifiers and legacy raw paths), then matching against the full enumerated project list from OpenCode/Pi by identity. Picker now shows real project names like "magic-context" or "AFT".
8
+
9
+
## Upgrade
10
+
11
+
The Tauri auto-updater handles this release. Existing installations should pick it up on next launch or via Help → Check for Updates.
0 commit comments