Skip to content

Releases: onthedrops/devcheck-ai

v0.1.0 — Initial Release

Choose a tag to compare

@onthedrops onthedrops released this 30 Aug 20:02

devcheck-ai v0.1.0

Preflight dependency reality check for AI-generated code.

Features

  • Dependency scanning — checks PyPI and npm registries for version drift
  • Breaking changes detection — 234 documented breaking changes across 19 AI SDK packages
  • Auto-fix mode — 103 safe one-line fix rules across 13 SDKs (dry-run + write modes)
  • Deprecated/yanked package detection — PyPI and npm
  • Risk scoring — Low / Medium / High / Critical
  • Multiple output formats — CLI table, JSON, Markdown

Covered SDKs (auto-fix)

openai, google-generativeai, google-cloud-aiplatform, transformers, langchain (v0.2 + v0.3+), llamaindex, pinecone, weaviate-client, chromadb, cohere, mistralai, haystack-ai

Install

pip install devcheck-ai

Quick Start

devcheck-ai ./my-project           # scan
devcheck-ai ./my-project --fix     # preview fixes
devcheck-ai ./my-project --write-fixes  # apply with backups

Uses the ai-sdk-breakage-registry for breaking change data.