About this project

omni-dev is a comprehensive developer utility built in Rust that provides AI-driven enhancements for Git workflows and a suite of integrations for common enterprise tools. Key capabilities include: - **Git Intelligence**: Uses AI (Claude, OpenAI, Ollama, etc.) to analyze code changes and rewrite messy commit histories into professional Conventional Commits. It can also generate detailed pull request descriptions based on branch context. - **MCP Server**: Implements the Model Context Protocol (MCP) to expose tools for Jira, Confluence, Datadog, Gmail, and Google Drive to AI agents. - **Atlassian Integration**: Full CLI support for reading, writing, and editing Jira issues and Confluence pages, including offline Markdown to ADF conversion. - **Cloud Service Integrations**: - **Datadog**: Read-only access to metrics, monitors, dashboards, and logs. - **Google Workspace**: OAuth2-based integration for Gmail (search, read, sync) and Google Drive (search, read, and gated write operations). - **YouTube**: Tools to fetch captions and transcripts in various formats (SRT, VTT, JSON). - **Browser Bridge**: A unique feature that allows driving HTTP requests through an already authenticated browser tab to access SSO-gated internal dashboards without exfiltrating cookies. - **System Daemon**: A supervised background process to host long-lived services like the browser bridge and worktrees registry.