feat: add pastable link for markdown endpoint

This commit is contained in:
hh
2026-05-21 23:38:25 +02:00
parent 64ad92b4c1
commit 48d292904b
2 changed files with 16 additions and 1 deletions
@@ -629,6 +629,11 @@ def _build_endpoint_catalog(
)
markdown_row = {
"url": f"{markdown_base}/chat",
# Bare frontend root for the Obsidian companion plugin — its
# settings field asks for the base, then appends ``/chat``,
# ``/chat/stream`` itself. Curl + admin /chat tester want the
# full ``url`` above; the plugin wants this.
"base": markdown_base,
"vault_path": str(markdown_fe.vault_path),
"default_agent": markdown_fe.default_agent,
"log_all_chats": markdown_fe.log_all_chats,