{% extends "base.html" %} {% block content %}

omni-dev

An intelligent Git commit message toolkit with AI-powered contextual intelligence.

Transform messy commit histories into professional, conventional commit formats with project-aware suggestions.

View on GitHub Install

What it does

Install

cargo install omni-dev

Or with Nix:

nix profile install github:rust-works/omni-dev

Demo

Four short asciicasts — each paired with the artefact it produces. The source for every cast lives at rust-works/omni-dev-demo.

A bug-report JFM file exercises nested numbered/bulleted lists, a warning panel, a task list with mixed states, dates and status pills, an inline code mark, a fenced JavaScript code block, a pipe table, and an expand block. One CLI call creates the issue in Jira; jira read rolls it back to identical Markdown.

Resulting Jira issue page rendered in Atlassian Cloud
Resulting Jira issue — panel, dates, status pills, nested lists, task list, code block, table, and expand all rendered from the JFM source.
{% endblock %} {% block scripts %} {% endblock %}