From b8ecf70720cd7800f4d68238fcdcad0f3a046757 Mon Sep 17 00:00:00 2001 From: Paul Lizer Date: Wed, 8 Apr 2026 13:16:42 -0400 Subject: [PATCH 1/2] updates --- application/single_app/templates/profile.html | 839 +++++++++++++++++- 1 file changed, 832 insertions(+), 7 deletions(-) diff --git a/application/single_app/templates/profile.html b/application/single_app/templates/profile.html index 685315e7..5e6dd0a9 100644 --- a/application/single_app/templates/profile.html +++ b/application/single_app/templates/profile.html @@ -135,6 +135,52 @@ animation: spin 1s linear infinite; } + .preference-card-icon { + align-items: center; + background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(13, 202, 240, 0.18)); + border-radius: 14px; + color: var(--bs-primary); + display: inline-flex; + font-size: 1.25rem; + height: 52px; + justify-content: center; + width: 52px; + } + + .preference-status { + min-height: 1.5rem; + } + + .fact-memory-summary-card { + background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(13, 202, 240, 0.12)); + border: 1px solid rgba(13, 110, 253, 0.14); + border-radius: 16px; + padding: 1.25rem; + } + + .fact-memory-count { + font-size: 2rem; + font-weight: 700; + line-height: 1; + } + + .fact-memory-modal-list { + max-height: 55vh; + overflow-y: auto; + } + + .fact-memory-modal-card { + border: 1px solid var(--bs-border-color); + border-radius: 14px; + padding: 1rem; + background: var(--bs-body-bg); + } + + .fact-memory-pagination-summary { + min-height: 1.5rem; + } + + .preference-card-icon { align-items: center; background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(13, 202, 240, 0.18)); @@ -452,6 +498,117 @@
Fact Memory
+
+
+
+ + + +
+
Tutorial Preferences
+

Control whether the floating guided tutorial buttons appear on Chat and Personal Workspace for your account.

+

These launchers are shown by default. You can hide them now and turn them back on later from this page.

+
+
+ {% if app_settings.enable_support_menu and app_settings.enable_support_latest_features and app_settings.support_latest_features_has_visible_items %} + + View Latest Feature Notes + + {% endif %} +
+ +
+
+
+ + + Turn this off if you already know the interface and want to remove the floating walkthrough launchers. +
+
+
+ +
+
+ +
+
+ +
+
+
+ + + +
+
Fact Memory
+

Save durable facts for your account, then manage the full memory list from a compact popup editor.

+ {% if app_settings.enable_fact_memory_plugin %} + Enabled by admin + Supported chat and mini-SK flows can use these memories when fact memory is enabled. + {% else %} + Disabled by admin + You can still manage saved memories here. They will stay inactive until an administrator turns fact memory back on. + {% endif %} +
+
+
+ +
+
+ + +
+
+ + +
+
+ Use instruction memories for durable preferences like tone or formatting. Use fact memories for details about you that the model should recall only when relevant. + +
+
+
+
+
Saved Memories
+
0
+
No memories saved yet.
+
0 instructions, 0 facts
+
+
+ + +
+ Use the popup editor for search, paging, and updates. +
+
+
+ +
+
+ {% if app_settings.enable_retention_policy_personal %}
@@ -804,6 +961,88 @@
+ + + +