Releases: lohitkolluri/codasaurus
Releases · lohitkolluri/codasaurus
Release list
v0.1.0
Codasaurus v0.1.0
First public release.
Added
- Self-hosted GitHub App PR review agent (Rust + Axum + PostgreSQL)
- Tier-1 detectors: hallucinated imports, phantom deps, secrets, vulnerabilities (OSV), risky patterns, IaC, and more
- Optional BYOK LLM (OpenRouter / Ollama / custom OpenAI-compatible) with fail-closed offline mode
@codasaurusslash commands on PRs (review, describe, improve, security, impact, ignore, fix, and more)- Svelte dashboard: Reviews, Repos, Stats, Team, Settings, Audit log
- Settings side-nav with progressive disclosure (LLM, Review, Connections, System, Account, Learning)
- Review presets, strictness cards, and detector groups (Safety / Quality / Advanced)
- Durable review job queue (
FOR UPDATE SKIP LOCKED) - Learning from dismissed findings (ignore rules)
- Finding provenance and dismiss / FP proxy stats
- In-process
app_configcache with TTL + write-through (CODASAURUS_CONFIG_CACHE_TTL_SECS) - Docker Compose and Render free-tier deploy path
- Linux
x86_64release tarball via GitHub Actions onv*tags
Security
- AGPL-3.0-or-later with attribution notice
- Non-root container image, hardened Compose defaults
- Session auth, RBAC (owner / maintainer / viewer), optional OIDC
Install: extract the tarball and run ./codasaurus serve. Needs PostgreSQL (DATABASE_URL).
Docs: README · Changelog