Skip to content

Release 12.2.2#963

Merged
zeiler merged 1 commit intomasterfrom
release
Feb 26, 2026
Merged

Release 12.2.2#963
zeiler merged 1 commit intomasterfrom
release

Conversation

@patricklundquist
Copy link
Copy Markdown
Contributor

Release 12.2.2

Added

  • Added App CRUD commands and clarifai whoami to the CLI (#958)
  • Added health check configuration for clarifai model local-runner via --health-check-port, --disable-health-check, and --auto-find-health-check-port flags (#957)

Changed

  • Improved CLI performance by lazily loading modules and reducing startup overhead (#958)
  • Converted GitHub Copilot contributor instructions into modular agent skills with a symlink-based structure (#935)

Fixed

  • Fixed env var clobbering in tests by using @patch.dict and corrected test patch paths after the CLI lazy-loading refactor (#959)
  • Fixed ModelRunner health server startup being invoked twice, which could cause “Address already in use” errors; added support to disable the health server and optionally auto-select an available port (#957)
  • Reduced overhead in the admission control poll loop in ModelRunner to improve runner efficiency (#956)

@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Health
clarifai 45%
clarifai.cli 69%
clarifai.cli.templates 46%
clarifai.client 65%
clarifai.client.auth 67%
clarifai.constants 100%
clarifai.datasets 100%
clarifai.datasets.export 80%
clarifai.datasets.upload 75%
clarifai.datasets.upload.loaders 37%
clarifai.models 100%
clarifai.rag 0%
clarifai.runners 52%
clarifai.runners.models 64%
clarifai.runners.pipeline_steps 39%
clarifai.runners.pipelines 71%
clarifai.runners.utils 62%
clarifai.runners.utils.data_types 72%
clarifai.schema 100%
clarifai.urls 58%
clarifai.utils 61%
clarifai.utils.evaluation 16%
clarifai.workflows 95%
Summary 62% (10128 / 16415)

Minimum allowed line rate is 50%

@zeiler zeiler merged commit 918e6c2 into master Feb 26, 2026
11 checks passed
@zeiler zeiler deleted the release branch February 26, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants