feat: add multi-channel Devii sessions with docs search mode and channel-aware conversation persistence

This commit is contained in:
2026-06-13 21:37:13 +00:00
parent 873186b274
commit 61c1ae8c5d
25 changed files with 1250 additions and 134 deletions
+5 -2
View File
@@ -44,7 +44,11 @@
</aside>
<article class="docs-main">
{% if kind == 'search' %}
{% include "docs/_search.html" %}
{% if search_mode == 'agent' %}
{% include "docs/_chat.html" %}
{% else %}
{% include "docs/_search.html" %}
{% endif %}
{% elif kind == 'api' %}
{% include "docs/_api_page.html" %}
{% elif prose_html %}
@@ -54,7 +58,6 @@
{% endif %}
</article>
</div>
<span data-devii-autoopen hidden></span>
{% endblock %}
{% block extra_js %}
<script type="module" src="/static/js/ApiDocs.js"></script>