Copilot
Copilot
## Overview This PR adds support for configurable `MaximumAutoInvokeAttempts` in the .NET SDK's ToolCallBehavior, bringing feature parity with the Python SDK. This enables developers to control the maximum number of...
- [x] Understand the current Google connector implementation and identify what needs to be changed - [x] Add FunctionChoiceBehavior support to GeminiPromptExecutionSettings - [x] Update GeminiChatCompletionClient to handle FunctionChoiceBehavior -...
- [x] Add search functionality to Independent Panel chat history sidebar - [x] Implement real-time search filtering across session names, questions, and answers - [x] Add comprehensive translations for 13...
- [x] Initial implementation plan - [x] Add custom Selection Tools support to right-click context menu - [x] Add menu refresh functionality to Selection Tools settings - [x] Fix parseInt...
- [x] Support OpenAI reasoning models with intelligent pattern detection - [x] Implement regex-based model detection for o-series (o1, o3, o4) and gpt-5 models - [x] Add proper API parameter...
This PR implements OpenAI Text-to-Speech (TTS) functionality to address the issue of robotic and unnatural system voice synthesis. The implementation provides users with high-quality AI-generated voices while maintaining full backward...
This PR introduces provider-level management for OpenAI-compatible custom models, allowing users to configure multiple models under a single provider with shared API keys and base URLs. ## Problem Previously, each...
Plan to unmask all statically named content in the platform frontend for Sentry replays: - [x] Unmask error boundary components (3 files) - [x] global-error.tsx - error messages and headings...
## Problem The private-graph service has been experiencing recurring HTTP 404 errors being logged in telemetry since September 19, 2025. Investigation revealed that these were not actual errors but legitimate...
## Problem The backend was logging repeated errors with the message "failed to get embeddings for error group tag" with attributes showing `"error": "INVALID"` and `"error_object_id": "0"`. These errors were...