Files
Skald-Circle/crates/plugin-honcho/i18n/en.json
T
Daniele 9feaaaff29
Nightly Build / build (push) Successful in 2m24s
feat(plugin-honcho): show what Honcho remembers about you
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.
2026-08-24 21:47:36 +01:00

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."
}