Copilot
Copilot
The `MagicNumberDiagnostic.configure()` method was throwing a `ClassCastException` when the configuration system provided an `ArrayList` instead of a `String` for the `authorizedNumbers` parameter. This caused the entire diagnostic system to fail...
This PR migrates the Maven/Sonatype publishing workflow from the legacy OSSRH (Old Sonatype OSS Repository Hosting) to the new Central Portal API, addressing the deprecation of manual staging processes. ##...
## Overview This PR implements a feature to allow the NvmExpressDxe driver to continue operating with BlockIo protocol even when BlockIo2 protocol installation fails. Previously, if BlockIo2 installation failed, the...
This PR adds the ability to use `"latest"` as a value for the `compose_version` configuration option. This allows users to automatically get the most recent stable version of Docker Compose...
This PR adds comprehensive environment validation to provide immediate feedback when users attempt to run model tests on unsupported configurations, helping them understand limitations and avoid confusion when tests fail....
This PR addresses the confusing error messages that users encounter when working with pythonic models, specifically two common scenarios: ## Problem Users were getting unhelpful error messages like: - `cannot...
This PR updates the `clarifai model predict` CLI command to support the new pythonic models with method signatures, while maintaining full backward compatibility with traditional models. ## 🚀 Key Features...
## Summary This PR implements a new pipeline run CLI command that enables users to run pipelines through the command line and monitor their progress with real-time log streaming, similar...
The Model Upload CLI (`clarifai model upload .`) now uses Configuration contexts instead of relying solely on environment variables like `CLARIFAI_PAT`. ## Problem Previously, the model upload command required users...
This PR adds comprehensive tests for: 1. The `local_dev` CLI command which was added in PR #568 2. The config.py utilities, specifically the `Context` and `Config` classes ## Tests Added...