Skip to main content

AI Workloads

Commit messages that tell the story

Orchestrator writes commit messages that explain the why, match your project's conventions, and make your git history a useful artefact — not an afterthought.

Before & after

No more “wip” commits

See what Orchestrator generates from a staged diff with no message provided.

Before — commit message
wip
After — AI-generated
feat(auth): add PKCE flow to OAuth2 authorization

Replace the implicit grant with PKCE to comply with RFC 9700.
The code verifier is generated per-session and stored in
sessionStorage rather than localStorage to reduce XSS exposure.

Closes #412

How it works

Every commit earns its message

Orchestrator writes commit messages you'd be proud of — and your team would find useful six months later.

Diff-aware messages

The AI reads the full diff — not just the filenames — to understand what actually changed and why, producing messages that explain the intent, not just the mechanics.

Convention-aware formatting

Orchestrator learns your project's commit style — Conventional Commits, gitmoji, custom prefixes — and formats messages to match without any configuration.

Task context included

When a task spec is available, commit messages reference the relevant requirement or ticket — giving future git blame readers the full picture.

History that tells a story

Good commit messages make git log useful. Orchestrator ensures every commit is a clear, searchable entry in your project's history.

A git log worth reading

Join the early access program and let Orchestrator write commit messages that make your project history genuinely useful.

Get Early Access