AI-aware history
See which agent, prompt, and session produced every change. Git history finally explains the why, not only the what.
Oxygit turns AI coding sessions into reviewable, auditable Git history — so your team can move faster without losing control.
Every prompt, commit, review, and deployment stays connected — from first instruction to production.
See which agent, prompt, and session produced every change. Git history finally explains the why, not only the what.
Summaries and risk signals surface what matters before a human reads the diff.
Review, share, remix, or revert a complete AI coding session as one coherent unit.
Run on infrastructure you control, with familiar SSH and HTTP Git workflows.
A lean Rust core keeps repositories, diffs, and automation responsive as your team and history grow.
Oxygit keeps code, agent intent, and review signals in one focused workspace.
@@ -84,7 +84,11 @@ pub async fn summarize(diff: &Diff) let context = session.context();- review(diff).await+ review(diff, &context).await?;+ detect_risks(diff).await}Use the tools your team already knows. Oxygit captures AI context alongside each push.
Read the intent, inspect the diff, and focus attention on real risk instead of boilerplate.
Keep an auditable trail of the complete session and turn proven work into reusable recipes.
Start free and bring clarity to your next AI-assisted project.