mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-02 03:59:12 +02:00
* feat: help agent - interactive documentation-grounded help chat (#59) * feat: help agent links doc references to the published manual * feat: help agent UX snapshot includes open client/agent settings modal (name, type, selected tab) * feat: settings modals yield to the help chat drawer (scrimless, no focus trap, shifted left) with a help shortcut in their title bar * fix: agent modal gains an explicit close button (scrim click was its only close path) * feat: help agent doc lookups run concurrently via focal; lookups-per-round raised (default 5, max 16) * feat: help agent can emit in-app navigation links (agent settings, world editor, director console) and deflects scene-content questions to director chat * feat: help chat gets its own blue message palette (hchat_msg_*) distinct from director orange * feat: help chat palette - blueGrey messages with blue doc lookup results * feat: world editor navigation blocks with a dialog when no scene is loaded; chat markdown tables get borders, padding and zebra rows * fix: address PR review - on_done only on success, single-flight rejection feedback, shared chat-title module, unified reverse_trim_history in util, atomic chat store writes * test: baseline prompt rendering tests for the help agent (chat, scene-aware, doc-lookup/final-round, title)