Copilot
Copilot
Call Directory extensions were immediately deactivating after activation due to incorrect class hierarchy causing conflicts with .NET's static registrar. ## Changes ### CallDirectoryHandler.cs - Removed `ICXCallDirectoryExtensionContextDelegate` from `CallDirectoryHandler` class declaration...
Adds automated building and publishing of platform-specific release binaries suitable for cargo-binstall. On tag pushes, builds release artifacts for 5 targets and uploads them to GitHub Releases after all validation...
## Summary Enhanced the `common_factor` attack to handle non-coprime exponents (where `gcd(e, φ(n)) > 1`) and uncommented the `crypton_intro_challenge_3` test from the Crypton RSA encryption challenges. ## Scope - **Attack...
## Problem Copilot agents and contributors sometimes skip the format and lint steps even when explicitly stated in `.github/copilot-instructions.md`, leading to CI failures and requiring additional commits to fix formatting...
Implementing HTTP load balancer to fix issue #67 - client IP forwarding in cluster mode - [x] Create HTTP-based load balancer that adds X-Forwarded-For headers - [x] Add configuration option...
This PR implements complete React Server Components (RSC) support for the SSR boilerplate, enabling server-side component rendering with React 19's new server components architecture.  ## Overview React...
This PR upgrades the monorepo from Angular 16.2.0 and Nx 16.7.0 to Angular 17.3.0 and Nx 17.3.0, bringing the project up to date with the latest stable versions. ## Changes...
This PR adds public `getAccessToken()` methods to both `OpenFgaApi` and `OpenFgaClient` to allow users to retrieve the OAuth2 access token obtained from the client credentials endpoint. This enables users to...
This PR adds a complete SQL data access layer as an alternative to the existing LDAP backend, allowing users to choose their preferred storage mechanism via configuration. ## Problem Statement...
## Summary Successfully added the `summary` field to Views, following the same pattern as Elements (#2234). ## Changes Made ### Core Types (`packages/core/src/types/view-common.ts`) - [x] Added `summary: scalar.MarkdownOrString | null`...