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
- CreateKbDialog shows a live "Will be created at <root>/<name>" preview (fetched
from /api/v1/kbs root) and an optional Custom path field that overrides it.
- Settings › General adds a Knowledge base root field (top-level kb_root merge-patch;
empty -> null/default) with a note when it's pinned by OPENKB_KB_ROOT.
- KbList cards show each KB's path (now that KBs can live outside the root).
Claude-Session: https://claude.ai/code/session_01XMxbhmAkxxVV8CFWCZDBaG
Copy file name to clipboardExpand all lines: frontend/src/locales/en/settings.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,11 @@
19
19
"undoClear": "Undo"
20
20
},
21
21
"general": {
22
-
"langDesc": "The output language written into the compile prompt, e.g. en / 中文 / 日本語"
22
+
"langDesc": "The output language written into the compile prompt, e.g. en / 中文 / 日本語",
23
+
"kbRootLabel": "Knowledge base root",
24
+
"kbRootDesc": "Default location for new knowledge bases (<root>/<name>); leave empty to restore the built-in default. Individual KBs can set a custom path at creation.",
25
+
"kbRootPlaceholder": "e.g. ~/openkb",
26
+
"kbRootEnvPinned": "Pinned by the OPENKB_KB_ROOT environment variable; edits here won't take effect until it's unset."
23
27
},
24
28
"conn": {
25
29
"note": "Cloud data-source connectors (OAuth / S3) are in development and not yet available; for now, upload local files from the KB detail page. Want a connector? Click a card below to vote on GitHub and help us prioritize."
0 commit comments