Releases: onthedrops/devcheck-ai
Releases · onthedrops/devcheck-ai
Release list
v0.1.0 — Initial Release
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-aiQuick Start
devcheck-ai ./my-project # scan
devcheck-ai ./my-project --fix # preview fixes
devcheck-ai ./my-project --write-fixes # apply with backupsUses the ai-sdk-breakage-registry for breaking change data.