Copilot
Copilot
This PR addresses the question about where user identification is positioned and implemented in this Vertical Slice Architecture by providing comprehensive documentation and working examples. ## Changes Made ### 📚...
## Problem The `IEntityTypeConfiguration` files were placed in `/Infrastructure/Persistence/Configurations/` instead of being co-located with their related features in the `Features/` directory. This violated the vertical slice architecture principle of keeping...
This PR adds support for spur.us as an alternative VPN detection provider while maintaining backward compatibility with the existing ipapi.is integration. ## Changes ### New Environment Variables - `OURBIGBOOK_VPN_CHECK` -...
## Overview This PR adds support for using LuisaCompute with build systems other than CMake by generating and installing a configuration header (`luisa-config.h`) and a pkg-config file (`luisacompute.pc`) during CMake...
## Description This PR addresses issue #[issue_number] by modifying `run_quick.py` to use a temporary directory for the workflow output, improving efficiency when using network drives for storage. ## Changes Previously,...
## Description This PR increases the WebSocket reconnect retry attempts on the agent side when the connection is closed with code 1008 (VIOLATED_POLICY) from 5 to 10. This change allows...
## Description This PR increases the wait time between WebSocket reconnect attempts from 10 seconds to 30 seconds when handling the VIOLATED_POLICY (code 1008) closing code in the AgentWebSocketClient. ##...
This PR upgrades the Azure extension dependencies to their latest versions as requested: - **@microsoft/vscode-azext-azureutils**: `^3.4.5` → `^3.5.0` - **@microsoft/vscode-azext-utils**: `^3.3.1` → `^3.4.0` The dependency `@microsoft/vscode-azext-azureauth` was not found in...
This PR upgrades critical development dependencies to their latest versions and resolves typing compatibility issues introduced by the stricter TypeScript 5.x checking. ## Changes Made ### Dependency Upgrades - **TypeScript**:...
This PR upgrades the TypeScript devDependency from `^4.3.5` to `^5.9.2` with minimal changes required to maintain compatibility while preserving modern regex syntax and existing project configuration. ## Changes Made ###...