+ Admin-only explainer: this badge belongs to Admin Settings only and does not need to appear in the user-facing Latest Features pages.
+
+
Use this badge as the quick status check for whether your environment is already registered to receive SimpleChat release updates.
+
+
Unregistered means this environment has not saved release notification registration details yet.
+
Registered means the environment already has saved contact details for release and community call notifications.
+
Clicking the badge opens the registration modal where admins can add or edit the name, email, and organization for this instance.
+
Submitting the form opens a prefilled email draft to simplechat@microsoft.com and stores the registration details back in Admin Settings.
+
The badge lives beside the version number at the top of Admin Settings so admins can confirm status without hunting through tabs.
+
+
+
+
+
@@ -2010,7 +2051,7 @@
Multi-Endpoint GPT Selection
-
Admins can now expose multiple GPT choices across Azure OpenAI and Azure AI Foundry, then set a default fallback model for chat, agents, and background operations.
+
Admins can expose multiple GPT choices across Azure OpenAI and Azure AI Foundry, set a saved default fallback model, and now review agent rebinding in a modal before applying changes.
Users can now save Instructions and Facts on their profile so the assistant can apply durable preferences every time and recall relevant personal context only when needed.
+ Review local agents in a modal, bulk-bind inherited agents to the saved default model endpoint, and explicitly override selected agent model choices when you need to manage cost or move to newer models.
+
+
+
+
+
+
+
+ {% if settings.enable_multi_model_endpoints %}
+ Save your AI model settings before reviewing or migrating agents.
+ {% else %}
+ Enable multi-endpoint model management to review and rebind agents to a saved default model.
+ {% endif %}
+
+ Open the review modal to search, filter, and selectively rebind agents to the saved default model.
+
+
+
+
+
+
+
+
+
Agent Default Model Review
+
+ Search, filter, and explicitly choose which agents should adopt the saved default model. Manual review rows are never selected automatically.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
No agents selected.
+
+
+
+
+
Select
+
Scope
+
Agent
+
Status
+
Current Binding
+
Reason
+
+
+
+
+
Run a review to load migration candidates.
+
+
+
+
+
+
+
+
+
+ {% else %}
+
+
+
+
Agent Default Model Review
+
+ Enable Agents first to use default-model review in AI Models. Once enabled, admins can use it to move inherited agents to new defaults, selectively override explicit agent model choices, and manage costs as models evolve.
+
data-bs-auto-close="outside"
aria-expanded="false">
- {% if settings.enable_gpt_apim %}
+ {% if enable_multi_model_endpoints and initial_chat_model_selection %}
+ {{ initial_chat_model_selection.display_name }}
+ {% elif settings.enable_gpt_apim %}
{% set raw = settings.azure_apim_gpt_deployment or "" %}
{% set apim_list = raw.split(',') %}
{% set first_dep = apim_list[0].strip() if apim_list and apim_list[0].strip() else 'Select a Model' %}
@@ -447,7 +436,24 @@
+{% if user_settings.get('settings', {}).get('showTutorialButtons', True) %}
enable_thoughts: {{ settings.enable_thoughts|tojson }}
};
- window.multiEndpointNotice = {{ multi_endpoint_notice_data|tojson|safe }};
-
// Layout related globals (can stay here or move entirely into chat-layout.js if preferred)
let splitInstance = null;
let currentLayout = 'split'; // Default layout
diff --git a/application/single_app/templates/latest_features.html b/application/single_app/templates/latest_features.html
index 032669ae..ebea3fe4 100644
--- a/application/single_app/templates/latest_features.html
+++ b/application/single_app/templates/latest_features.html
@@ -357,6 +357,9 @@
{{ feature.title }}
{% endfor %}
+ {% if feature.id == 'guided_tutorials' %}
+
Guided tutorial buttons are shown by default. If you want them out of the way after onboarding, use the profile shortcut above to hide or restore them for your own account.
+ {% endif %}
{% else %}
This is mostly a behind-the-scenes improvement managed by your admins. You will usually notice it through a smoother experience rather than a new user control.
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 %}
@@ -566,6 +722,88 @@
To revoke/block microphone access:
+
+
+
+
+
+ Delete Fact Memory
+
+
+
+
+
Delete this saved memory? This cannot be undone, and supported chats will stop receiving it immediately.