Web Search and other Misc items#624
Merged
paullizer merged 23 commits intoDevelopmentfrom Jan 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request introduces web search via Azure AI Foundry agents, conversationId query parameters for deep linking, control center date label fixes, an agent template gallery system, plugin authentication type definitions, and scaffolding for Azure AI Foundry agent support.
Changes:
- Adds web search capability through Azure AI Foundry agents with consent flow
- Implements conversationId query parameters for conversation deep linking
- Fixes control center chart date labels to parse dates in local time
- Introduces agent template gallery with admin review workflow
- Defines plugin authentication type constraints per plugin type
- Adds Azure AI Foundry agent type support in agent modal and backend
Reviewed changes
Copilot reviewed 66 out of 70 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| functional_tests/test_control_center_date_labels_fix.py | New functional test for date label parsing fix |
| functional_tests/test_backend_foundry_agent_payload.py | New test for Foundry agent payload validation (incomplete code) |
| docs/explanation/fixes/CONTROL_CENTER_DATE_LABELS_FIX.md | Documentation for control center date fix |
| application/single_app/templates/*.html | Logo reference updates, agent template UI, web search button, Foundry agent fields |
| application/single_app/static/js/control-center.js | Adds parseDateKey function for local date parsing |
| application/single_app/static/js/chat/*.js | Conversation deep linking, web search integration |
| application/single_app/static/js/agent_modal_stepper.js | Azure AI Foundry agent type support in wizard |
| application/single_app/static/js/plugin_modal_stepper.js | Auth type filtering based on plugin definitions |
| application/single_app/static/js/admin/*.js | Agent template review interface |
| application/single_app/static/json/schemas/*.json | Plugin auth definitions and agent schema updates |
| application/single_app/semantic_kernel_loader.py | Foundry agent loading logic |
| application/single_app/route_frontend_admin_settings.py | Web search consent flow and settings |
| application/single_app/requirements.txt | Version updates for openai and semantic-kernel |
| application/single_app/static/images/*.png | New logo image files |
paullizer
reviewed
Jan 22, 2026
paullizer
reviewed
Jan 22, 2026
paullizer
reviewed
Jan 22, 2026
Contributor
paullizer
left a comment
There was a problem hiding this comment.
None of my suggestions are show stoppers, we can track them as issues or implement with follow on PR. Let me know what you think.
application/single_app/static/js/admin/admin_agent_templates.js
Outdated
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.
A jump pull on Web Search. It also has conversationId query params, fixes for control center, agent templating, some scaffolding for ai agents and foundry models (should not impact operation), and plugin auth definitions.