Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds comprehensive documentation for version 0.236.011, which introduces multiple new features and bug fixes to SimpleChat. The documentation includes release notes updates and detailed feature/fix documentation following the repository's established documentation structure.
Changes:
- Added release notes for 7 new features (Retention Policy Defaults, Private Networking, User Agreement, Web Search, Conversation Deep Linking, Agent Templates, Plugin Auth Constraints, Azure AI Foundry Agent Support)
- Added 3 bug fix entries to release notes (Control Center Date Labels, Sovereign Cloud Cognitive Services Scope, User Search Toast Messages)
- Created 5 feature documentation files under
docs/explanation/features/v0.236.011/ - Created 3 fix documentation files under
docs/explanation/fixes/v0.236.011/
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/explanation/release_notes.md | Added new feature and bug fix entries for v0.236.011 release, including detailed descriptions and file references |
| docs/explanation/fixes/v0.236.011/CONTROL_CENTER_DATE_LABELS_FIX.md | Documents the fix for chart date label UTC parsing issue (contains version inconsistencies) |
| docs/explanation/fixes/v0.236.011/AGENT_TEMPLATE_MAX_LENGTHS_FIX.md | Documents validation improvements for agent template field lengths (contains version inconsistencies) |
| docs/explanation/fixes/v0.236.011/AGENT_PAYLOAD_FIELD_LENGTHS_FIX.md | Documents agent payload field length validation enhancements (contains version inconsistencies) |
| docs/explanation/features/v0.236.011/WEB_SEARCH_AZURE_AI_FOUNDRY.md | Comprehensive documentation for web search capability via Azure AI Foundry with admin consent workflow |
| docs/explanation/features/v0.236.011/PLUGIN_AUTH_TYPE_CONSTRAINTS.md | Details per-plugin authentication type restrictions and API endpoints |
| docs/explanation/features/v0.236.011/CONVERSATION_DEEP_LINKING.md | Documents URL-based conversation sharing and deep linking functionality |
| docs/explanation/features/v0.236.011/AZURE_AI_FOUNDRY_AGENT_SUPPORT.md | Describes native Azure AI Foundry agent integration with Semantic Kernel |
| docs/explanation/features/v0.236.011/AGENT_TEMPLATE_GALLERY.md | Documents the agent template gallery feature with submission and approval workflows |
Bionic711
reviewed
Jan 23, 2026
Bionic711
reviewed
Jan 23, 2026
Bionic711
reviewed
Jan 23, 2026
Bionic711
reviewed
Jan 23, 2026
docs/explanation/features/v0.236.011/AZURE_AI_FOUNDRY_AGENT_SUPPORT.md
Outdated
Show resolved
Hide resolved
Bionic711
reviewed
Jan 23, 2026
Collaborator
Bionic711
left a comment
There was a problem hiding this comment.
I think we need to update some of the release notes around agent templating and first-class ai foundry agents (outside of web search)
docs/explanation/fixes/v0.236.011/WEB_SEARCH_FAILURE_GRACEFUL_HANDLING_FIX.md
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(v0.236.011)
New Features
Retention Policy Defaults
activity_logscontainer for audit purposes with admin info, affected scopes, and results summary./api/retention-policy/defaults/<workspace_type>(GET) and/api/admin/retention-policy/force-push(POST) endpoints.functions_settings.py,admin_settings.html,route_frontend_admin_settings.py,route_backend_retention_policy.py,functions_retention_policy.py,functions_activity_logging.py,profile.html,control_center.html,workspace-manager.js.Private Networking Support
azd upwithENABLE_PRIVATE_NETWORKING=trueenvironment variable.postuphook automatically disables public network access when private networking is enabled.azure.yamlwith stepwise logging, explicit error handling, and clearer output for troubleshooting.deployers/azure.yaml,deployers/bicep/, private endpoint configuration, VNet integration)User Agreement for File Uploads
user-agreement.js(frontend module),route_backend_user_agreement.py(API endpoints).admin_settings.html,route_frontend_admin_settings.py,base.html,_sidebar_nav.html,functions_activity_logging.py,workspace-documents.js,group_workspaces.html,public_workspace.js,chat-input-actions.js.Web Search via Azure AI Foundry Agents
enable_web_searchtoggle,web_search_consent_acceptedtracking,enable_web_search_user_noticetoggle, andweb_search_user_notice_textcustomization in admin settings._web_search_foundry_info.html(setup guide modal).route_frontend_admin_settings.py,route_backend_chats.py,functions_activity_logging.py,admin_settings.html,chats.html,chat-input-actions.js,functions_settings.py.Conversation Deep Linking
conversationIdandconversation_idquery parameters.history.replaceState()for seamless URL updates without new history entries.chat-onload.js,chat-conversations.js.Plugin Authentication Type Constraints
AuthTypeenum fromplugin.schema.json..definition.jsonfiles can restrict available auth types./api/plugins/<plugin_type>/auth-typesendpoint returns allowed auth types and source.route_backend_plugins.py.Bug Fixes
Control Center Chart Date Labels Fix
new Date()was parsing date strings as UTC, causing labels to display previous day in western timezones.control_center.html(Chart.js date parsing logic).Sovereign Cloud Cognitive Services Scope Fix
chat_stream_apiandsmart_http_pluginused hardcoded commercial cognitive services scope URL instead of configurable value fromconfig.py.AZURE_OPENAI_TOKEN_SCOPEenvironment variable, dynamically resolved based on cloud environment.chat_stream_api,smart_http_plugin, sovereign cloud authentication, MAG support)User Search Toast and Inline Messages Fix
searchUsers()function to use inline and toast messages instead of browser alert pop-ups.