Copilot
Copilot
- [x] Explore repository structure and understand current type system implementation - [x] Set up development environment (install dependencies, run tests) - [x] Analyze current state: type system exists in...
Resolvers in Pedal were returning inconsistent data types, causing CLI pipelines to break and requiring brittle workarounds. This PR standardizes all resolver return types to use a unified dictionary format....
## Problem Composite feedback functions decorated with `@CompositeFeedbackFunction` (like `prevent_advanced_iteration`) were incorrectly passing composite-level parameters such as `score` to each constituent function. This caused score parameters to be multiplied by...
This PR implements comprehensive mocking support for both Pygame and Arcade, the two most popular Python game development libraries used in educational settings. ## What's Added ### Arcade Mock (`MockArcade`)...
The existing README in the `/checklists` directory was minimal (only 5 lines) and lacked essential information for contributors. This update provides comprehensive documentation to help users understand and contribute to...
Identified and fixed inefficient string concatenation patterns causing unnecessary allocations in frequently-executed code paths. ### Changes - **`compile_boolean_matcher.rs`**: Pre-allocate string capacity and use `push_str()` instead of `+=` operator when building...
Updates `azure-storage-blob` to 12.27.0 to get latest features and bug fixes. ## Changes - **requirements.in**: Pin to `azure-storage-blob==12.27.0` - **requirements.txt**: Regenerated with new version using `uv pip compile` - **tests/mocks.py**:...
Dependabot only upgraded `react-dom` to v19, leaving `react` on v18, causing version mismatch failures. React 19 requires all packages in the ecosystem to be upgraded together. ### Package upgrades -...
When Entra client applications are manually deleted and then `azd up` is run, the `AZURE_SERVER_APP_SECRET` and `AZURE_CLIENT_APP_SECRET` environment variables were not being regenerated, even though the applications were recreated. This...
Updates Microsoft.Extensions.AI packages and OpenAI SDK to their latest stable/preview releases available on NuGet. ### Package Updates - `Microsoft.Extensions.AI`: 9.10.0 → 9.10.2 - `Microsoft.Extensions.AI.Abstractions`: 9.10.0 → 9.10.2 - `Microsoft.Extensions.AI.OpenAI`: 9.10.0-preview.1.25513.3...