পণ্য

মানচিত্র সহ coding agent।

Codna প্রথম prompt ব্যয় হওয়ার আগেই আপনার কোডবেসের আকার বোঝে। Agent দ্রুত সমাধান করে কারণ তারা অনুমান করা বন্ধ করে।

পণ্য

নির্ধারণমূলক ইঞ্জিন

Model token ছাড়া Repo বোঝাপড়া।

Codna symbol, import, call path, test এবং নির্ভরতা একটি লাইভ গ্রাফে পার্স করে যা agent query করতে পারে।

Symbols mappedevery symbol
Languages250+ supported
LLM ব্যয়0 tokens
সুনির্দিষ্ট প্রেক্ষাপট

Agent সম্পূর্ণ repo নয়, প্রমাণ পায়।

একটি context window-এ file ঢেলে দেওয়ার পরিবর্তে, Codna একটি কম্প্যাক্ট bundle তৈরি করে: সন্দেহজনক file, call chain, ব্যর্থ test এবং risk map।

bundle:
  failing_test: checkout.spec.ts
  suspect_files: 4
  call_paths: 7
  estimated_context: ~600 tokens

মূল সক্ষমতা

Issue থেকে যাচাইকৃত pull request পর্যন্ত।

1

Triage

মিলিসেকেন্ডে যেকোনো লোকাল path বা git URL বুঝুন এবং কোথায় পরিবর্তন প্রয়োজন তা দেখুন।

2

Fix

মূল কারণ, আস্থার স্কোর এবং regression-ঝুঁকির অনুমান সহ একটি patch তৈরি করুন।

3

Review

blast radius, স্পর্শ করা test এবং API প্রভাব সহ তৈরি পরিবর্তনগুলি পর্যালোচনা করুন।

4

PR

প্রমাণ সংযুক্ত করে যাচাইকৃত fix pull request খুলতে GitHub App ব্যবহার করুন।

Distribution

Three ways to run Codna.

CLIRun codna fix in any repo, CI job, or container.
MCP serverGive Cursor and Claude codebase understanding as a local tool.
GitHub AppTriage issues and open verified fix pull requests.

Frequently asked

A deterministic engine builds a dependency and blast-radius graph in about 60ms, using zero LLM tokens. That graph produces a focused ~600-token evidence bundle — 162x less context than reading the repository — so the AI agent works only on what matters.

Every fix is verified by your own test suite before it ships. Nothing merges until your tests pass.

Codna supports 250+ languages, and has mapped 130 repositories in 9.2 seconds for zero tokens. If your project has tests, Codna can work with it.

In head-to-head testing across 87 tasks, Codna used 5× fewer tokens than Cursor and ran 1.7× faster, with every fix verified by the project's own tests (87/87). Both agents were measured on the same tasks.

Codna ships as a CLI, an MCP server that works inside Cursor and Claude, and a native GitHub App that opens verified fix pull requests directly in your repo.

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

আপনার কোডবেস, বোঝা গেছে।