Copilot
Copilot
## Problem The ALDoc action was generating reference documentation with missing symbols and XML documentation not displaying properly. This manifested as: 1. **Missing Type Symbols**: Parameter types showing as `_MissingTypeSymbol_`...
## Problem DynamicProto-JS was causing issues in Angular Server-Side Rendering (SSR) environments, particularly in Cloudflare Workers, where: 1. The library attempted to redefine the `name` property, which is not allowed...
## ✅ COMPLETED: Adding non-root 'code' user to devcontainers This PR successfully adds a non-root user called 'code' to both C++ and Rust devcontainers, creating a secure, immutable development environment....
The `number.increment` and `number.decrement` services were failing with a TypeError when used with number entities that return their `value` property as a string instead of a numeric type. ## The...
## Problem PDF report generation crashes when `x.Q` contains struct-type fields with subfields, such as `x.Q.BASIL` with quantification settings like `InferATT`. This occurs because: 1. The QC collection functions (`xASL_qc_CollectQC_ASL.m`...
Identified and resolved performance bottlenecks in thermodynamic property lookups and equilibrium calculations, primarily affecting parametric studies and large species sets. ## Changes ### Cache lookups: O(n) → O(1) **Files**: `getGibbsEnergyArray.m`,...
## Description MCP configuration was exposing API keys in plain text. Now uses MCP input mechanism with secure password prompts. **Before:** ```json { "servers": { "aspire-dashboard": { "headers": { "x-mcp-api-key":...
## Description Implements parsing of `gen_ai.evaluation.result` events per OpenTelemetry GenAI semantic conventions. Evaluations are now captured from telemetry and exposed via `GenAIVisualizerDialogViewModel.Evaluations`. **Changes:** - **Model classes** - `EvaluationResultViewModel`: UI model...
## Description Default pipeline steps in `DistributedApplicationPipeline` were not tagged, preventing them from being queried by tag in pipeline configuration callbacks. This made it difficult to create dependencies on groups...
Screenshots: ## Description Implements parsing of `gen_ai.tool.definitions` attribute per OpenTelemetry semantic conventions. Tool definitions are now deserialized from span attributes, exposed as a collection on `GenAIVisualizerDialogViewModel`, and displayed in a...