codedna 0.3.4__tar.gz → 0.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codedna-0.3.4 → codedna-0.4.1}/CHANGELOG.md +30 -0
- {codedna-0.3.4 → codedna-0.4.1}/PKG-INFO +1 -1
- {codedna-0.3.4 → codedna-0.4.1}/codedna/__init__.py +1 -1
- {codedna-0.3.4 → codedna-0.4.1}/codedna/cli.py +221 -5
- {codedna-0.3.4 → codedna-0.4.1}/pyproject.toml +1 -1
- {codedna-0.3.4 → codedna-0.4.1}/.env.example +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/CODEOWNERS +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/dependabot.yml +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/workflows/codedna.yml +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/workflows/codeql.yml +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.github/workflows/test.yml +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.gitignore +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/.python-version +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/CONTRIBUTING.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/LICENSE +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/README.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/SECURITY.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/ai.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/ai_box.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/ai_fingerprint.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/analyzer.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/api.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/auth.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/bus_factor.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/db.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/git_hook.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/integrations/__init__.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/integrations/github_bot.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/integrations/jira.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/integrations/lemonsqueezy.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/interview.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/onboarding.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/plan.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/protection.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/rate_limit.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/scorer.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/sprint_health.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/survey.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/codedna/tech_debt.py +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/.env.local.example +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/.gitignore +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/README.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/ai-compare/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/api/auth/login/route.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/api/auth/logout/route.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/api/auth/me/route.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/api/auth/register/route.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/api/billing/checkout/route.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/billing/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/bus-factor/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/commits/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/debt/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/favicon.ico +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/files/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/fonts/GeistMonoVF.woff +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/fonts/GeistVF.woff +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/globals.css +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/interview/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/layout.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/login/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/onboarding/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/pricing/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/protected/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/register/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/settings/integrations/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/app/sprints/page.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/AuthProvider.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/ClientProviders.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/CommitTable.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/CostInfoTooltip.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/ErrorBanner.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/FeatureGate.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/FileHeatmap.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/LanguageSwitcher.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/NavClient.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/OverviewTitles.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/QuickInsights.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/RiskBadge.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/SummaryCards.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/UnderstandingChart.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/components/UpgradeBanner.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/lib/api.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/lib/auth.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/lib/i18n/en.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/lib/i18n/index.tsx +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/lib/i18n/tr.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/lib/plan.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/next-env.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/next.config.mjs +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/package-lock.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/package.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/postcss.config.mjs +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/tailwind.config.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/dashboard/tsconfig.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/hooks/post-commit +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/uv.lock +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/.bin/tsc +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/.bin/tsserver +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/.package-lock.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/LICENSE +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/README.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/assert/strict.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/assert.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/async_hooks.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/buffer.buffer.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/buffer.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/child_process.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/cluster.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/compatibility/disposable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/compatibility/index.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/compatibility/indexable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/console.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/constants.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/crypto.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/dgram.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/dns/promises.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/dns.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/domain.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/events.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/fs/promises.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/fs.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/globals.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/globals.typedarray.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/http.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/http2.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/https.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/index.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/inspector.generated.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/module.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/net.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/os.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/package.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/path.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/process.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/punycode.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/querystring.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/readline/promises.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/readline.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/repl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/sea.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/stream/promises.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/stream/web.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/stream.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/string_decoder.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/test.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/timers/promises.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/timers.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/tls.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/trace_events.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/ts5.6/index.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/tty.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/url.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/util.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/v8.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/vm.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/wasi.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/web-globals/domexception.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/web-globals/events.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/web-globals/fetch.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/worker_threads.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/zlib.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/vscode/LICENSE +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/vscode/README.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/vscode/index.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/vscode/package.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/LICENSE.txt +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/README.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/SECURITY.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/ThirdPartyNoticeText.txt +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/bin/tsc +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/bin/tsserver +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/_tsc.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/_tsserver.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/_typingsInstaller.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.decorators.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.dom.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2016.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2021.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2023.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.collection.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.object.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.promise.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.regexp.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es2024.string.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es5.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.es6.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.error.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.float16.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.iterator.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.scripthost.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.webworker.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/tsc.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/tsserver.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/tsserverlibrary.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/typesMap.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/typescript.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/typescript.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/typingsInstaller.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/watchGuard.js +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/typescript/package.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/LICENSE +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/README.md +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/agent.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/api.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/cache.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/client.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/connector.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/content-type.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/cookies.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/dispatcher.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/errors.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/eventsource.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/fetch.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/file.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/filereader.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/formdata.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/global-origin.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/handlers.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/header.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/index.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/interceptors.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/mock-agent.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/mock-client.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/mock-errors.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/mock-pool.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/package.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/patch.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/pool-stats.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/pool.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/readable.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/retry-agent.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/retry-handler.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/util.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/webidl.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/undici-types/websocket.d.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/out/apiClient.js.map +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/out/decorations.js.map +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/out/extension.js.map +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/out/statusBar.js.map +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/package-lock.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/package.json +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/src/apiClient.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/src/decorations.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/src/extension.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/src/statusBar.ts +0 -0
- {codedna-0.3.4 → codedna-0.4.1}/vscode-extension/tsconfig.json +0 -0
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.1] - 2026-06-24 — "Legacy Style"
|
|
4
|
+
|
|
5
|
+
### 🎨 Redesigned
|
|
6
|
+
- **`codedna setup --show`** — now uses rich Table with cyan border, emoji title, status panel
|
|
7
|
+
- Old style: bare `print()` lines
|
|
8
|
+
- New style: "🧬 CodeDNA — AI Configuration" title, status panel ("AI Ready" green)
|
|
9
|
+
- **`codedna update`** — status panels replace plain text
|
|
10
|
+
- "🧬 CodeDNA — Up to date" green panel when current
|
|
11
|
+
- "🧬 CodeDNA — Update Check" yellow panel when update available
|
|
12
|
+
- "🧬 CodeDNA — Update Complete" green panel after install
|
|
13
|
+
|
|
14
|
+
Matches the legacy CodeDNA CLI visual style (border_style="dim"/"cyan", padding, emoji titles).
|
|
15
|
+
|
|
16
|
+
## [0.4.0] - 2026-06-24 — "Setup Wizard"
|
|
17
|
+
|
|
18
|
+
### ✨ Added
|
|
19
|
+
- **`codedna setup` command** — interactive AI analysis configuration wizard
|
|
20
|
+
- Provider selection (Anthropic / OpenAI / MiniMax)
|
|
21
|
+
- API key entry (with secure file storage at `~/.codedna/ai_config.json`, chmod 600)
|
|
22
|
+
- Model selection with sensible defaults
|
|
23
|
+
- Enable/disable AI analysis toggle
|
|
24
|
+
- Live connectivity test after save ("test ping" prompt)
|
|
25
|
+
- Reconfigure existing setup (`codedna setup --reset`)
|
|
26
|
+
- Reuses existing `codedna.ai` module — no new dependencies
|
|
27
|
+
- **`--reset` flag** — clear existing AI config and start fresh
|
|
28
|
+
- **`--show` flag** — display current AI configuration (no edits)
|
|
29
|
+
|
|
30
|
+
### 🔄 Changed
|
|
31
|
+
- Minor version bump (0.3.4 → 0.4.0) because `setup` is a new user-facing command
|
|
32
|
+
|
|
3
33
|
## [0.3.4] - 2026-06-24 — "Doctor Redesign"
|
|
4
34
|
|
|
5
35
|
### 🎨 Redesigned
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codedna
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: AI Code Transparency Tool - detect AI-written code and measure developer understanding
|
|
5
5
|
Project-URL: Homepage, https://codedna.dev
|
|
6
6
|
Project-URL: Repository, https://github.com/natureco-official/codedna
|
|
@@ -1961,13 +1961,28 @@ def update(
|
|
|
1961
1961
|
|
|
1962
1962
|
if _parse(current) >= _parse(desired) and not target:
|
|
1963
1963
|
console.print()
|
|
1964
|
-
console.print(
|
|
1964
|
+
console.print(Panel(
|
|
1965
|
+
f"[bold green]✓ Already on the latest version.[/bold green]\n\n"
|
|
1966
|
+
f"[dim]Current:[/dim] [cyan]{current}[/cyan]\n"
|
|
1967
|
+
f"[dim]Latest:[/dim] [cyan]{latest}[/cyan]",
|
|
1968
|
+
title="[bold green]🧬 CodeDNA — Up to date[/bold green]",
|
|
1969
|
+
border_style="green",
|
|
1970
|
+
padding=(1, 2),
|
|
1971
|
+
))
|
|
1972
|
+
console.print()
|
|
1965
1973
|
return
|
|
1966
1974
|
|
|
1967
1975
|
console.print()
|
|
1968
1976
|
if check_only:
|
|
1969
|
-
console.print(
|
|
1977
|
+
console.print(Panel(
|
|
1978
|
+
f"[bold yellow]⚠ Update available[/bold yellow]\n\n"
|
|
1979
|
+
f"[dim]Current:[/dim] [yellow]{current}[/yellow] → [dim]Latest:[/dim] [green]{latest}[/green]",
|
|
1980
|
+
title="[bold yellow]🧬 CodeDNA — Update Check[/bold yellow]",
|
|
1981
|
+
border_style="yellow",
|
|
1982
|
+
padding=(1, 2),
|
|
1983
|
+
))
|
|
1970
1984
|
console.print(f" [dim]Run [bold]codedna update[/bold] to install.[/dim]")
|
|
1985
|
+
console.print()
|
|
1971
1986
|
return
|
|
1972
1987
|
|
|
1973
1988
|
# 4. Detect installer (uv > pip)
|
|
@@ -2011,10 +2026,211 @@ def update(
|
|
|
2011
2026
|
|
|
2012
2027
|
console.print()
|
|
2013
2028
|
if new_ver == desired:
|
|
2014
|
-
console.print(
|
|
2029
|
+
console.print()
|
|
2030
|
+
console.print(Panel(
|
|
2031
|
+
f"[bold green]✓ Updated {current} → {new_ver}[/bold green]\n\n"
|
|
2032
|
+
f"[dim]Installer:[/dim] [cyan]{label}[/cyan]\n"
|
|
2033
|
+
f"[dim]Config:[/dim] [dim]{'chmod 644 token removed' if 'github' in label else '~/.codedna/ai_config.json'}[/dim]",
|
|
2034
|
+
title="[bold green]🧬 CodeDNA — Update Complete[/bold green]",
|
|
2035
|
+
border_style="green",
|
|
2036
|
+
padding=(1, 2),
|
|
2037
|
+
))
|
|
2038
|
+
console.print()
|
|
2015
2039
|
else:
|
|
2016
|
-
console.print(
|
|
2017
|
-
console.print(
|
|
2040
|
+
console.print()
|
|
2041
|
+
console.print(Panel(
|
|
2042
|
+
f"[bold green]✓ Update complete.[/bold green]\n\n"
|
|
2043
|
+
f"[dim]Installed:[/dim] [green]{desired}[/green]\n"
|
|
2044
|
+
f"[dim]Current process shows:[/dim] [yellow]{new_ver}[/yellow]\n\n"
|
|
2045
|
+
f"[yellow]Restart your shell to pick up the new binary.[/yellow]",
|
|
2046
|
+
title="[bold green]🧬 CodeDNA — Update Complete[/bold green]",
|
|
2047
|
+
border_style="green",
|
|
2048
|
+
padding=(1, 2),
|
|
2049
|
+
))
|
|
2050
|
+
console.print()
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
# ---------------------------------------------------------------------------
|
|
2054
|
+
# codedna setup (interactive AI analysis configuration wizard)
|
|
2055
|
+
# ---------------------------------------------------------------------------
|
|
2056
|
+
@app.command()
|
|
2057
|
+
def setup(
|
|
2058
|
+
reset: bool = typer.Option(False, "--reset", help="Clear existing AI config and reconfigure"),
|
|
2059
|
+
show: bool = typer.Option(False, "--show", help="Show current AI configuration"),
|
|
2060
|
+
) -> None:
|
|
2061
|
+
"""Configure AI analysis provider, API key, and model."""
|
|
2062
|
+
from codedna.ai import AIConfig, AI_CONFIG_PATH, PROVIDERS, DEFAULT_MODELS, ai_analyze
|
|
2063
|
+
|
|
2064
|
+
# ── --show: just display current config ────────────────────────────
|
|
2065
|
+
if show:
|
|
2066
|
+
cfg = AIConfig.load()
|
|
2067
|
+
if not cfg:
|
|
2068
|
+
console.print()
|
|
2069
|
+
console.print(Panel(
|
|
2070
|
+
"[yellow]⚠ No AI configuration found.[/yellow]\n\n"
|
|
2071
|
+
"Run [bold cyan]codedna setup[/bold cyan] to create one.",
|
|
2072
|
+
border_style="yellow",
|
|
2073
|
+
padding=(1, 2),
|
|
2074
|
+
))
|
|
2075
|
+
console.print()
|
|
2076
|
+
return
|
|
2077
|
+
console.print()
|
|
2078
|
+
table = Table(
|
|
2079
|
+
title="[bold cyan]🧬 CodeDNA — AI Configuration[/bold cyan]",
|
|
2080
|
+
title_style="bold white",
|
|
2081
|
+
border_style="cyan",
|
|
2082
|
+
show_lines=True,
|
|
2083
|
+
header_style="bold cyan",
|
|
2084
|
+
padding=(0, 2),
|
|
2085
|
+
)
|
|
2086
|
+
table.add_column("Field", style="bold white", min_width=14)
|
|
2087
|
+
table.add_column("Value", style="white")
|
|
2088
|
+
table.add_row("[bold]Provider[/bold]", f"[cyan]{cfg.provider}[/cyan]")
|
|
2089
|
+
table.add_row("[bold]Model[/bold]", f"[cyan]{cfg.model}[/cyan]")
|
|
2090
|
+
api_display = f"{cfg.api_key[:8]}…{cfg.api_key[-4:]}" if len(cfg.api_key) > 12 else "(set)"
|
|
2091
|
+
table.add_row("[bold]API key[/bold]", f"[dim]{api_display}[/dim]")
|
|
2092
|
+
status_str = "[green]✓ enabled[/green]" if cfg.enabled else "[yellow]⚠ disabled[/yellow]"
|
|
2093
|
+
table.add_row("[bold]Status[/bold]", status_str)
|
|
2094
|
+
table.add_row("[bold]Config file[/bold]", f"[dim]{AI_CONFIG_PATH}[/dim]")
|
|
2095
|
+
console.print(table)
|
|
2096
|
+
|
|
2097
|
+
# ── Status panel ──────────────────────────────────────────────
|
|
2098
|
+
if cfg.enabled and cfg.api_key:
|
|
2099
|
+
border = "green"
|
|
2100
|
+
body = (
|
|
2101
|
+
f"[green]✓ AI analysis is active.[/green]\n"
|
|
2102
|
+
f"[dim]Provider {cfg.provider} will be used for commit interpretation.[/dim]"
|
|
2103
|
+
)
|
|
2104
|
+
title = "[bold green]✓ AI Ready[/bold green]"
|
|
2105
|
+
elif cfg.enabled and not cfg.api_key:
|
|
2106
|
+
border = "yellow"
|
|
2107
|
+
body = "[yellow]⚠ Enabled but no API key set — calls will fail.[/yellow]"
|
|
2108
|
+
title = "[bold yellow]⚠ Incomplete[/bold yellow]"
|
|
2109
|
+
else:
|
|
2110
|
+
border = "yellow"
|
|
2111
|
+
body = "[yellow]⚠ AI analysis is disabled.[/yellow]\n[dim]Re-run with [bold]codedna setup --reset[/bold].[/dim]"
|
|
2112
|
+
title = "[bold yellow]⚠ Disabled[/bold yellow]"
|
|
2113
|
+
|
|
2114
|
+
console.print()
|
|
2115
|
+
console.print(Panel(body, title=title, border_style=border, padding=(1, 2)))
|
|
2116
|
+
console.print()
|
|
2117
|
+
return
|
|
2118
|
+
|
|
2119
|
+
# ── Welcome panel ──────────────────────────────────────────────────
|
|
2120
|
+
console.print()
|
|
2121
|
+
console.print(
|
|
2122
|
+
Panel.fit(
|
|
2123
|
+
"[bold cyan]🧬 CodeDNA — Setup Wizard[/bold cyan]\n"
|
|
2124
|
+
"[dim]Configure AI analysis for commit interpretation.[/dim]",
|
|
2125
|
+
border_style="cyan",
|
|
2126
|
+
padding=(1, 4),
|
|
2127
|
+
)
|
|
2128
|
+
)
|
|
2129
|
+
console.print()
|
|
2130
|
+
|
|
2131
|
+
# ── --reset: clear existing ───────────────────────────────────────
|
|
2132
|
+
existing = AIConfig.load()
|
|
2133
|
+
if existing and not reset:
|
|
2134
|
+
console.print(
|
|
2135
|
+
Panel(
|
|
2136
|
+
f"[yellow]Existing configuration found:[/yellow]\n"
|
|
2137
|
+
f" Provider : {existing.provider}\n"
|
|
2138
|
+
f" Model : {existing.model}\n"
|
|
2139
|
+
f" API key : {existing.api_key[:8]}...{existing.api_key[-4:]}\n\n"
|
|
2140
|
+
f"[dim]Run [bold]codedna setup --reset[/bold] to reconfigure.[/dim]\n"
|
|
2141
|
+
f"[dim]Run [bold]codedna setup --show[/bold] for details.[/dim]",
|
|
2142
|
+
border_style="yellow",
|
|
2143
|
+
)
|
|
2144
|
+
)
|
|
2145
|
+
return
|
|
2146
|
+
|
|
2147
|
+
if existing and reset:
|
|
2148
|
+
console.print(f" [yellow]![/yellow] Resetting existing configuration...")
|
|
2149
|
+
AIConfig.clear()
|
|
2150
|
+
console.print(f" [green]✓[/green] Old config cleared")
|
|
2151
|
+
console.print()
|
|
2152
|
+
|
|
2153
|
+
# ── Step 1: Provider ──────────────────────────────────────────────
|
|
2154
|
+
console.print("[bold]Step 1/4 — Choose AI provider[/bold]")
|
|
2155
|
+
for i, p in enumerate(PROVIDERS, 1):
|
|
2156
|
+
default_model = DEFAULT_MODELS.get(p, "?")
|
|
2157
|
+
console.print(f" [cyan]{i}[/cyan]) {p} [dim](default model: {default_model})[/dim]")
|
|
2158
|
+
console.print()
|
|
2159
|
+
|
|
2160
|
+
while True:
|
|
2161
|
+
choice = typer.prompt(" Select provider (1-3)", default="1")
|
|
2162
|
+
try:
|
|
2163
|
+
idx = int(choice) - 1
|
|
2164
|
+
if 0 <= idx < len(PROVIDERS):
|
|
2165
|
+
provider = PROVIDERS[idx]
|
|
2166
|
+
break
|
|
2167
|
+
except ValueError:
|
|
2168
|
+
pass
|
|
2169
|
+
console.print(f" [red]✗[/red] Invalid choice '{choice}'. Try 1, 2, or 3.")
|
|
2170
|
+
|
|
2171
|
+
console.print(f" [green]✓[/green] Provider: [bold]{provider}[/bold]")
|
|
2172
|
+
console.print()
|
|
2173
|
+
|
|
2174
|
+
# ── Step 2: API key ───────────────────────────────────────────────
|
|
2175
|
+
console.print("[bold]Step 2/4 — Enter API key[/bold]")
|
|
2176
|
+
env_var = {"anthropic": "ANTHROPIC_API_KEY", "openai": "OPENAI_API_KEY", "minimax": "MINIMAX_API_KEY"}.get(provider, "API_KEY")
|
|
2177
|
+
console.print(f" [dim]Tip: leave blank to use ${env_var} environment variable[/dim]")
|
|
2178
|
+
while True:
|
|
2179
|
+
api_key = typer.prompt(f" {provider} API key", hide_input=True, default="")
|
|
2180
|
+
if api_key:
|
|
2181
|
+
break
|
|
2182
|
+
import os
|
|
2183
|
+
env_val = os.environ.get(env_var, "").strip()
|
|
2184
|
+
if env_val:
|
|
2185
|
+
api_key = env_val
|
|
2186
|
+
console.print(f" [green]✓[/green] Using ${env_var} from environment")
|
|
2187
|
+
break
|
|
2188
|
+
console.print(f" [red]✗[/red] API key is required. Press Ctrl+C to abort.")
|
|
2189
|
+
console.print()
|
|
2190
|
+
|
|
2191
|
+
# ── Step 3: Model ──────────────────────────────────────────────────
|
|
2192
|
+
console.print("[bold]Step 3/4 — Choose model[/bold]")
|
|
2193
|
+
default_model = DEFAULT_MODELS.get(provider, "")
|
|
2194
|
+
model = typer.prompt(f" Model", default=default_model)
|
|
2195
|
+
console.print(f" [green]✓[/green] Model: [bold]{model}[/bold]")
|
|
2196
|
+
console.print()
|
|
2197
|
+
|
|
2198
|
+
# ── Step 4: Enable + save ─────────────────────────────────────────
|
|
2199
|
+
console.print("[bold]Step 4/4 — Enable & save[/bold]")
|
|
2200
|
+
enabled = typer.confirm(" Enable AI analysis?", default=True)
|
|
2201
|
+
|
|
2202
|
+
cfg = AIConfig(provider=provider, api_key=api_key, model=model, enabled=enabled)
|
|
2203
|
+
cfg.save()
|
|
2204
|
+
|
|
2205
|
+
console.print()
|
|
2206
|
+
console.print(
|
|
2207
|
+
Panel(
|
|
2208
|
+
f"[bold green]✓ Configuration saved![/bold green]\n\n"
|
|
2209
|
+
f" Provider : {provider}\n"
|
|
2210
|
+
f" Model : {model}\n"
|
|
2211
|
+
f" Enabled : {'yes' if enabled else 'no'}\n"
|
|
2212
|
+
f" Location : {AI_CONFIG_PATH} [dim](chmod 600)[/dim]",
|
|
2213
|
+
border_style="green",
|
|
2214
|
+
padding=(1, 2),
|
|
2215
|
+
)
|
|
2216
|
+
)
|
|
2217
|
+
|
|
2218
|
+
# ── Optional: test the connection ─────────────────────────────────
|
|
2219
|
+
if enabled and typer.confirm("\n Run a quick connectivity test?", default=True):
|
|
2220
|
+
console.print(f" [dim]Pinging {provider}...[/dim]")
|
|
2221
|
+
try:
|
|
2222
|
+
result = ai_analyze(command="ping", output="Reply with just the word 'pong' and nothing else.")
|
|
2223
|
+
console.print(f" [green]✓[/green] Connection OK — response: [dim]{(result or '').strip()[:80]}[/dim]")
|
|
2224
|
+
except Exception as e:
|
|
2225
|
+
console.print(f" [yellow]![/yellow] Connection test failed: {type(e).__name__}: {e}")
|
|
2226
|
+
console.print(f" [dim]Your config is saved, but the API key may be invalid.[/dim]")
|
|
2227
|
+
|
|
2228
|
+
console.print()
|
|
2229
|
+
console.print("[dim]Next steps:[/dim]")
|
|
2230
|
+
console.print(" • [cyan]codedna setup --show[/cyan] view current config")
|
|
2231
|
+
console.print(" • [cyan]codedna setup --reset[/cyan] reconfigure")
|
|
2232
|
+
console.print(" • [cyan]codedna scan[/cyan] start analyzing your repo")
|
|
2233
|
+
console.print()
|
|
2018
2234
|
|
|
2019
2235
|
|
|
2020
2236
|
# ---------------------------------------------------------------------------
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/assert/strict.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/buffer.buffer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/child_process.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/compatibility/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codedna-0.3.4 → codedna-0.4.1}/vscode-extension/node_modules/@types/node/diagnostics_channel.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|