GitHub App

Issue से fix PR तक।

Codna के पास automated triage, root-cause comments, और verified fix pull requests के लिए एक native GitHub App है।

How it works

From first issue to merged fix.

01

Repos पर install करें

वे repositories चुनें जिन्हें Codna map कर सकता है और private-mode egress rules configure करें।

02

Issues triage करें

Codna repo को map करता है और suspect files, root cause, और अनुशंसित अगले steps के साथ comment करता है।

03

Fix PRs खोलें

एक verified fix pull request trigger करने के लिए labels, commands, या failing checks उपयोग करें।

04

Control रखें

Merge से पहले review, branch protections, test gates, और approval की आवश्यकता रखें।

Issue command

Comment करके Codna चलाएं।

Issue में पूरा trail रखते हुए सीधे GitHub में एक fix trigger करें।

@codna fix this
@codna explain blast radius
@codna open-pr
PR evidence

हर PR खुद को explain करता है।

Codna root cause, test plan, confidence score, और regression-risk estimate attach करता है ताकि reviewers तेज़ आगे बढ़ सकें।

Root causesession race
Confidence91%
RiskLow

Frequently asked

Codna's deterministic engine maps the relevant code in ~60ms for zero LLM tokens, then an AI agent works from a ~600-token evidence bundle to write the fix. Your own tests verify it before the pull request opens.

No. Codna only opens an automated fix pull request when the fix passes your test suite. If verification fails, nothing is merged and nothing is opened.

Because the AI agent works from a ~600-token evidence bundle — 162x less context than reading the whole repo — a verified fix runs about $0.037 in measured testing, where a typical agentic edit that reads the whole repo costs roughly $1.

No. You self-host the engine, bring your own API key, and egress is fail-closed. Your code is never used for training.

Codna supports 250+ languages — it mapped 130 repos in 9.2 seconds for zero tokens, so coverage is broad by design.

In head-to-head testing against Cursor across 87 tasks, Codna used 5× fewer tokens and ran 1.7× faster, with every fix verified by a passing test.