codedna 0.9.3__tar.gz → 0.9.4__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.9.3 → codedna-0.9.4}/PKG-INFO +1 -1
- {codedna-0.9.3 → codedna-0.9.4}/codedna/__init__.py +1 -1
- {codedna-0.9.3 → codedna-0.9.4}/codedna/cli.py +8 -1
- {codedna-0.9.3 → codedna-0.9.4}/pyproject.toml +1 -1
- {codedna-0.9.3 → codedna-0.9.4}/.gitignore +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/LICENSE +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/README.md +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/ai.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/ai_box.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/ai_fingerprint.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/analyzer.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/api.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/auth.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/bus_factor.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/db.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/demo.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/git_hook.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/integrations/__init__.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/integrations/github_bot.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/integrations/jira.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/integrations/lemonsqueezy.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/interview.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/natureco_account.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/nl.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/nl_tools.json +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/onboarding.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/plan.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/protection.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/rate_limit.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/scorer.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/sprint_health.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/survey.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/tech_debt.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/codedna/webhooks.py +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/.env.local.example +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/.gitignore +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/Dockerfile +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/README.md +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/ai-compare/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/api/auth/login/route.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/api/auth/logout/route.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/api/auth/me/route.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/api/auth/register/route.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/api/billing/checkout/route.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/billing/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/bus-factor/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/commits/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/debt/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/favicon.ico +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/feedback/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/files/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/fonts/GeistMonoVF.woff +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/fonts/GeistVF.woff +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/globals.css +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/interview/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/layout.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/login/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/onboarding/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/pricing/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/protected/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/register/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/repos/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/settings/integrations/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/sprints/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/app/trends/page.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/AuthProvider.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/ClientProviders.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/CommitTable.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/CostInfoTooltip.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/ErrorBanner.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/FeatureGate.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/FileHeatmap.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/LanguageSwitcher.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/NavClient.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/OverviewTitles.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/QuickInsights.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/RiskBadge.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/SummaryCards.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/UnderstandingChart.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/components/UpgradeBanner.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/lib/api.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/lib/auth.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/lib/i18n/en.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/lib/i18n/index.tsx +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/lib/i18n/tr.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/lib/plan.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/next-env.d.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/next.config.mjs +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/package-lock.json +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/package.json +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/postcss.config.mjs +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/tailwind.config.ts +0 -0
- {codedna-0.9.3 → codedna-0.9.4}/dashboard/tsconfig.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codedna
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.4
|
|
4
4
|
Summary: AI Code Transparency Tool — detect AI-written code, analyze commit quality, track understanding debt, sprint health, bus factor, and more
|
|
5
5
|
Project-URL: Homepage, https://codedna.dev
|
|
6
6
|
Project-URL: Repository, https://github.com/natureco-official/codedna
|
|
@@ -2134,7 +2134,14 @@ def ask(
|
|
|
2134
2134
|
dry_run: bool = typer.Option(False, "--dry-run", help="Show the command without running it."),
|
|
2135
2135
|
) -> None:
|
|
2136
2136
|
"""Run a CodeDNA command from a natural-language request (powered by Needle)."""
|
|
2137
|
-
|
|
2137
|
+
try:
|
|
2138
|
+
from codedna.nl import route_command
|
|
2139
|
+
except ImportError as e:
|
|
2140
|
+
# The natural-language router needs the Needle model, which isn't part of
|
|
2141
|
+
# the published package. Degrade gracefully instead of crashing.
|
|
2142
|
+
console.print("[yellow]The natural-language [bold]ask[/bold] command needs the Needle model, which isn't available in this install.[/yellow]")
|
|
2143
|
+
console.print("[dim]Use the direct commands instead — e.g. [bold]codedna scan[/bold]. Run [bold]codedna --help[/bold] for the full list.[/dim]")
|
|
2144
|
+
raise typer.Exit(1) from e
|
|
2138
2145
|
route_command(" ".join(query), dry_run=dry_run)
|
|
2139
2146
|
|
|
2140
2147
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "codedna"
|
|
3
|
-
version = "0.9.
|
|
3
|
+
version = "0.9.4"
|
|
4
4
|
description = "AI Code Transparency Tool — detect AI-written code, analyze commit quality, track understanding debt, sprint health, bus factor, and more"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
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
|