Commit graph

10 commits

Author SHA1 Message Date
c12c228eb8 fix(ai-bot): strip the bot mention from the search query and append a clickable sources footer to web answers 2026-06-04 22:44:56 +03:00
2b07b110dd feat(ai-bot): route Vojo product questions to a curated KB via the classifier's about_project signal so Grok answers from facts, not hallucination 2026-06-04 00:45:58 +03:00
7ae77da2d0 feat(ai-bot): paranoid epistemic-risk router that grounds checkable facts behind default-off flags, with booked grounding fee and offline eval harness 2026-06-02 21:08:27 +03:00
218d463be9 feat(ai-bot): thread a per-request trace id through logs and add per-user gated model request/response logging 2026-06-02 14:51:18 +03:00
185d0a60a7 feat(ai): replace the Vojo AI widget with a native, isolated ChatGPT-style chat surface (threads, history, typing) 2026-06-02 01:49:31 +03:00
ff8918dae1 feat(ai-bot): add a flag-gated, provider-neutral answer cascade with a reserved-USD ledger and request telemetry 2026-06-01 18:06:15 +03:00
f7f6984d18 feat(ai-bot): move the operational store off SQLite onto a dedicated Postgres database (vojo_ai) via pgx 2026-06-01 02:40:26 +03:00
ebb2363d9d fix(ai-bot): ack transactions instantly with async per-room processing to stop slow-call freezes, and signal system states via emoji reactions 2026-06-01 01:30:30 +03:00
a4429d9c31 replace the hand-rolled markdown renderer with goldmark/bluemonday and harden the ai-bot against quota abuse and third-party leaks 2026-05-31 20:39:10 +03:00
add6107d66 feat(ai-bot): add the Vojo AI Matrix appservice (xAI Grok backend) with push transactions, mention/DM replies, self-generated registration and spend limiter 2026-05-31 15:36:00 +03:00