dotHello GenAI Addon — v1.0.0
========================================

Requires: dotHello Core v1.9.0

Files included
──────────────
  dothello-genai.css      Full unminified stylesheet
  dothello-genai.min.css  Minified stylesheet
  dothello-genai.js       Full unminified JavaScript
  dothello-genai.min.js   Minified JavaScript
  genai-catalog.html      Interactive component catalog

Load order
──────────
  <link rel="stylesheet" href="tokens.css">
  <link rel="stylesheet" href="dothello.min.css">
  <link rel="stylesheet" href="dothello-genai.min.css">
  <script src="dothello.min.js" defer></script>
  <script src="dothello-genai.min.js" defer></script>

  DH.GenAI.init() is called automatically on DOMContentLoaded.
  Programmatic toast: DH.GenAI.toast('Message', 'info', 3000)

Components (32 total, dh-ai- prefix)
──────────────────────────────────────
  Inputs:    prompt input, system prompt editor, file attachments,
             slash command palette, voice input, prompt library
  Outputs:   streaming text, thinking/reasoning, tool use,
             citations, canvas/artifact, image gen preview, TTS player
  Controls:  model selector, gen parameters, context window,
             persona/tone, step tracker, approval gate,
             history sidebar, memory panel, thread branching, conversation turns
  Status:    feedback, confidence, badges, loading/skeleton, toasts,
             refusal block, hallucination warning, usage dashboard, latency indicator

Live demo: https://hellodjt.com/dothello/templates/addon/genai-catalog.html
Framework: https://hellodjt.com/dothello/

License: MIT  |  https://hellodjt.com/dothello/
