Autonomous dependency healing for your codebase.
Telex watches your dependencies. When a package ships a breaking change, Telex finds every call-site in your codebase, generates a CI-verified patch, and opens a pull request — before your users notice.
Three steps. Zero broken builds.
From upstream SDK break to CI-verified pull request — fully automated, human-reviewed.
Registry Monitoring & Breaking Change Detection
Telex polls npm and PyPI for new package versions. When a new version ships, it extracts the changelog and uses Gemini to identify renamed, removed, or signature-changed symbols.
AST-Precise Call-Site Scanning & Gemini Patch Synthesis
Tree-sitter parses every TypeScript and Python file in the repo. Only files that actually call the changed symbol are targeted. Gemini synthesizes a minimal unified diff.
Ephemeral CI Gate & Human-Reviewed Pull Request
The patch runs through an isolated GitHub Actions gate (real install, tsc, and test suite) before a pull request is opened. Nothing merges automatically — a human always reviews.
Zero lost revenue. Zero broken builds.
Deploy autonomous dependency healing agents to detect breaking changes, generate CI-verified patches, and ship human-reviewed pull requests before your users notice anything broke.