<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MonoBuild Studio</title>
    <description>The latest articles on DEV Community by MonoBuild Studio (@monobuildstudio).</description>
    <link>https://dev.to/monobuildstudio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4018046%2F2fb09f26-8962-4b94-b6ea-ea53e4075f23.png</url>
      <title>DEV Community: MonoBuild Studio</title>
      <link>https://dev.to/monobuildstudio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/monobuildstudio"/>
    <language>en</language>
    <item>
      <title>Built a Conventional Commits CLI with free AI tools (zero cost)</title>
      <dc:creator>MonoBuild Studio</dc:creator>
      <pubDate>Mon, 06 Jul 2026 15:40:38 +0000</pubDate>
      <link>https://dev.to/monobuildstudio/built-a-conventional-commits-cli-with-free-ai-tools-zero-cost-17i3</link>
      <guid>https://dev.to/monobuildstudio/built-a-conventional-commits-cli-with-free-ai-tools-zero-cost-17i3</guid>
      <description>&lt;h1&gt;
  
  
  Built a Conventional Commits CLI with free AI tools (zero cost)
&lt;/h1&gt;

&lt;p&gt;Staring at a staged diff trying to summarize it in one sentence is a tax every developer pays. "fix stuff" and "wip" pile up in the history until a &lt;code&gt;git blame&lt;/code&gt; six months later leaves you guessing.&lt;/p&gt;

&lt;p&gt;That's why I built &lt;strong&gt;commit-sage&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;commit-sage is a Python CLI that reads your staged git diff, sends it to an AI provider, and returns a ready-to-use Conventional Commit message — no manual writing.&lt;/p&gt;

&lt;p&gt;Flow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reads staged diff via git&lt;/li&gt;
&lt;li&gt;Sends diff to configured AI provider (OpenAI or Gemini)&lt;/li&gt;
&lt;li&gt;Parses response into Conventional Commit format&lt;/li&gt;
&lt;li&gt;You review before committing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Handles edge cases cleanly: missing API key, no staged files, API failures — all caught with clear error messages instead of crashes.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it was built
&lt;/h2&gt;

&lt;p&gt;Entire build used free AI-assisted coding tools, zero paid tooling. Started as a single-provider script, refactored into a dispatch pattern once a second backend was added.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why it matters
&lt;/h2&gt;

&lt;p&gt;Commit history is documentation. A clean log makes changelogs, code review, and debugging easier. commit-sage doesn't replace judgment — it still shows the message before commit — it just removes the blank-page problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;MVP stage, feedback and PRs welcome.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/monobuildstudio/commit-sage" rel="noopener noreferrer"&gt;https://github.com/monobuildstudio/commit-sage&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>git</category>
      <category>ai</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
