<?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: samuelurones28</title>
    <description>The latest articles on DEV Community by samuelurones28 (@samuelurones28).</description>
    <link>https://dev.to/samuelurones28</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3916737%2F0f1cdf54-2ec6-4a87-a5a7-0ac8776471a2.png</url>
      <title>DEV Community: samuelurones28</title>
      <link>https://dev.to/samuelurones28</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samuelurones28"/>
    <language>en</language>
    <item>
      <title>Released my first open source project — MIT-licensed CLI for AI-assisted commit messages</title>
      <dc:creator>samuelurones28</dc:creator>
      <pubDate>Wed, 06 May 2026 21:54:58 +0000</pubDate>
      <link>https://dev.to/samuelurones28/released-my-first-open-source-project-mit-licensed-cli-for-ai-assisted-commit-messages-3ll3</link>
      <guid>https://dev.to/samuelurones28/released-my-first-open-source-project-mit-licensed-cli-for-ai-assisted-commit-messages-3ll3</guid>
      <description>&lt;p&gt;Released my first open source project this week and wanted to share it here in case it's useful or if anyone wants to contribute.&lt;br&gt;
The project: aicontext-commit — a small CLI that generates commit messages by sending your staged diff and your last 30 commits to Claude or OpenAI. The history acts as a style reference so the suggestions match your repo's existing conventions (language, Conventional Commits, casing, level of detail).&lt;br&gt;
Why open source: the alternatives I found were either closed source, locked into one IDE, or didn't expose the prompt. I wanted something I could fork, audit the prompt of, and run alongside any LLM provider. MIT made that easy for anyone.&lt;br&gt;
Stack: TypeScript compiled to CommonJS, no bundler. Tests run via node:test against the compiled output. ~200 lines of source split across git, prompt, ai, and errors modules.&lt;br&gt;
State of the project: published to npm, working end-to-end with both Anthropic and OpenAI APIs. Feature surface is intentionally small. Things I'd love help with:&lt;/p&gt;

&lt;p&gt;Local model support (Ollama integration, probably)&lt;br&gt;
Branch-name and PR-title as additional context&lt;br&gt;
Tests for edge cases (very large diffs, weird commit history, binary files)&lt;br&gt;
Documentation improvements (especially translations)&lt;/p&gt;

&lt;p&gt;Maintenance commitment: I'll keep responding to issues and PRs. If interest grows beyond what I can handle solo, I'm open to co-maintainers.&lt;br&gt;
&lt;a href="https://github.com/samuelurones28/aicontext-commit" rel="noopener noreferrer"&gt;https://github.com/samuelurones28/aicontext-commit&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>github</category>
      <category>commit</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
