Announcements
August 23, 2024
Share post:
Today, we're excited to announce that Kodezi CLI now integrates directly with GitHub, GitLab, and Bitbucket pipelines!
This means you can now:
Auto-debug, auto-document, auto-optimize, and auto-secure code inside your pull requests
Generate patches like
kodezi-patch-123
automatically after every runSpeed up your CI/CD workflows and ship better code faster
Kodezi CLI works natively inside:
GitHub Actions (via
.github/workflows/kodezi-cli.yml
)Bitbucket Pipelines (via
bitbucket-pipelines.yml
)GitLab CI/CD (via
.gitlab-ci.yml
)Jenkins Pipelines (with simple bash scripts)
Example for GitHub Actions:
Kodezi CLI will automatically fix issues, generate documentation, optimize code, and even push changes into a new branch — ready for review.
Ship faster. Ship cleaner. Ship safer.
Welcome to the new era of automated development with Kodezi CLI.
Share post: