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
Fixes#3148
The migrate_legacy_knowledge_base function was incorrectly moving
other agent directories into the current agent's directory when
running /knowledge show. This happened because the migration logic
didn't distinguish between files and directories.
Now only files are migrated from the knowledge_bases root, leaving
other agent directories untouched.
0 commit comments