Commitly is a small, developer-focused publisher that emerged from the open-source community around the GitHub handle glconti. Its single offering, Commitly – AI powered git commits, belongs to the emerging category of IDE-adjacent productivity utilities that embed machine-learning assistance directly into everyday engineering workflows. The tool plugs into local Git repositories and, by scanning staged diffs, automatically suggests concise, conventional-commit-style messages that summarize the essence of each change. Typical use cases range from solo hackers who want to maintain a tidy log without context-switching, to agile teams enforcing consistent message formatting across pull-requests; CI pipelines also benefit because well-structured messages feed directly into automated changelogs, semantic-versioning scripts and release-notes generators. Written in cross-platform Go, the lightweight binary runs unobtrusively in terminals, VS Code terminals, or as a pre-commit hook, and respects privacy by processing code entirely on-device with no external API calls. Commitly therefore sits alongside other dev-opting aids such as linters, formatters and static analyzers, yet targets the often-overlooked commit-message layer of the software supply chain. Users receive continual refinements through the publisher’s public GitHub tracker, where issues, feature requests and community pull requests shape the roadmap. Commitly’s software is available for free on get.nero.com, with downloads delivered through trusted Windows package sources like winget, always installing the latest release and supporting batch installation alongside other utilities.

Commitly

AI powered git commits

Details