Oxigit: Managing AI-Assisted Code with Git

AI coding tools are writing a growing share of our codebases. Claude Code, Cursor, GitHub Copilot, Codex -- they're producing commits faster than ever. But our version control systems haven't caught up. Git doesn't know which commits came from AI, which prompt produced them, or which commits belong to the same coding session. This creates real problems for teams: - When something breaks, tracing it back to the AI session that caused it is manual detective work - Code review is harder when you can't distinguish focused AI sessions from scattered ones - There's no visibility into what percentage of your codebase is AI-generated or which tools produce the cleanest code We built Oxigit to solve this. It's a self-hosted Git platform (like Gitea or GitLab) that treats AI-assisted development as a first-class concept: - Commits carry metadata identifying the AI tool, model, and prompt - AI commits are grouped into sessions and displayed as conversation timelines - Each session gets a quality score ("vibe score") based on efficiency, focus, and risk - You can revert, squash, or cherry-pick entire AI sessions - Guardrails scan pushes for security issues and quality problems - A recipe marketplace lets teams share proven AI workflows Built entirely in Rust (Leptos + Axum + SQLite), it runs as a single Docker container and supports both HTTP and SSH git protocol. As AI writes more of our code, we need better tools to understand, review, and manage what it produces. That's what Oxigit is for. If self-hosting isn't for you: a fully managed version can you find here https://oxigit.com. Same platform, zero infrastructure to maintain. Try it for free. More plans soon available! Try it: https://lnkd.in/dhyprMnJ #AI #DevTools #GitOps #Rust #OpenSource #SoftwareEngineering #VibeCoding

To view or add a comment, sign in

Explore content categories