Nightly Build / build (push) Successful in 2m24s
The opt-in page gains a debug panel, once the user's saved flag is on: service status (reachability, latency, the caller's own processing queue, with the specific Honcho error when something is wrong), a full overview (peer card, derived facts with ids, summary) and one text field with two actions — search (raw ranked facts) and ask (Honcho's server-side LLM answers), plus an in-page mini-guide. Every endpoint gates on the per-user opt-in server-side, fail closed, and derives the peer from the authenticated Caller — never from the request body — since the workspace is shared. Honcho 404s are translated per-endpoint as 'no memory yet' rather than failures.
11 lines
658 B
JSON
11 lines
658 B
JSON
{
|
|
"plugin.honcho.err.admin_only": "Admin only.",
|
|
"plugin.honcho.err.base_url_empty": "Enter the Honcho server URL first.",
|
|
"plugin.honcho.err.test_failed": "Could not reach Honcho: {detail}",
|
|
"plugin.honcho.err.not_opted_in": "Long-term memory is off for your account — turn it on above before using this.",
|
|
"plugin.honcho.err.query_required": "Enter some text first.",
|
|
"plugin.honcho.err.honcho_unreachable": "Cannot reach the Honcho server: {detail}",
|
|
"plugin.honcho.err.honcho_error": "Honcho returned an error (HTTP {status}): {detail}",
|
|
"plugin.honcho.err.no_data": "Honcho has no memory about you yet — it builds up as you chat."
|
|
}
|