<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>gemini-commit-message, branch HEAD</title>
<subtitle>Unnamed repository; edit this file &#39;description&#39; to name the repository.
</subtitle>
<entry>
<id>3673b6f1a8e2c54763edf93233fe5ff5f2cf838f</id>
<published>2026-07-25T02:06:18Z</published>
<updated>2026-07-25T02:06:18Z</updated>
<title type="text">ci(workflows): add GitHub Actions workflows for testing and release (#9)</title>
<link rel="alternate" type="text/html" href="commit/3673b6f1a8e2c54763edf93233fe5ff5f2cf838f.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 3673b6f1a8e2c54763edf93233fe5ff5f2cf838f
parent 327eeb6df876ef678b659c2199bded91ed713f62
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Sat, 25 Jul 2026 11:06:18 +0900

ci(workflows): add GitHub Actions workflows for testing and release (#9)
</content>
</entry>
<entry>
<id>327eeb6df876ef678b659c2199bded91ed713f62</id>
<published>2026-05-02T04:57:59Z</published>
<updated>2026-05-02T04:57:59Z</updated>
<title type="text">docs: update commit message instructions (#8)</title>
<link rel="alternate" type="text/html" href="commit/327eeb6df876ef678b659c2199bded91ed713f62.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 327eeb6df876ef678b659c2199bded91ed713f62
parent 108de4c4df581ffadf5b2c0eaec5847bc5059ab0
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Sat,  2 May 2026 13:57:59 +0900

docs: update commit message instructions (#8)
</content>
</entry>
<entry>
<id>108de4c4df581ffadf5b2c0eaec5847bc5059ab0</id>
<published>2026-04-25T01:32:59Z</published>
<updated>2026-04-25T01:32:59Z</updated>
<title type="text">refactor(git): update model version and improve console output (#7)</title>
<link rel="alternate" type="text/html" href="commit/108de4c4df581ffadf5b2c0eaec5847bc5059ab0.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 108de4c4df581ffadf5b2c0eaec5847bc5059ab0
parent a31c282542143441466299353a71d17c4856e322
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Sat, 25 Apr 2026 01:32:59 +0000

refactor(git): update model version and improve console output (#7)

- Update gemini model to `gemini-flash-lite-latest`
- Format output by printing the raw message instead of debug string
- Suppress success message on clipboard copy to reduce terminal noise
</content>
</entry>
<entry>
<id>a31c282542143441466299353a71d17c4856e322</id>
<published>2026-02-19T02:25:32Z</published>
<updated>2026-02-19T02:25:32Z</updated>
<title type="text">refactor(deps): Replace async reqwest/tokio with ureq and use git CLI for diff (#6)</title>
<link rel="alternate" type="text/html" href="commit/a31c282542143441466299353a71d17c4856e322.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit a31c282542143441466299353a71d17c4856e322
parent 148876a38d23535bbdfd6adf12631168775c6218
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Thu, 19 Feb 2026 11:25:32 +0900

refactor(deps): Replace async reqwest/tokio with ureq and use git CLI for diff (#6)


</content>
</entry>
<entry>
<id>148876a38d23535bbdfd6adf12631168775c6218</id>
<published>2026-02-17T13:05:39Z</published>
<updated>2026-02-17T13:05:39Z</updated>
<title type="text">Update Cargo.toml (#4)</title>
<link rel="alternate" type="text/html" href="commit/148876a38d23535bbdfd6adf12631168775c6218.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 148876a38d23535bbdfd6adf12631168775c6218
parent 80268d3bc0c186940811460835705ac2577a6bb9
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Tue, 17 Feb 2026 22:05:39 +0900

Update Cargo.toml (#4)


</content>
</entry>
<entry>
<id>80268d3bc0c186940811460835705ac2577a6bb9</id>
<published>2025-12-07T04:21:28Z</published>
<updated>2025-12-07T04:21:28Z</updated>
<title type="text">Fix no env panic (#3)</title>
<link rel="alternate" type="text/html" href="commit/80268d3bc0c186940811460835705ac2577a6bb9.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 80268d3bc0c186940811460835705ac2577a6bb9
parent 125c873f0c48319b10fd88b339ce102b487e8448
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Sun,  7 Dec 2025 13:21:28 +0900

Fix no env panic (#3)

* chore: Update Rust dependencies and refactor main script

* refactor(api): Pass API key via X-Goog-Api-Key header instead of query parameter

* feat(config): Allow flexible API key provision via env or CLI arguments

* refactor(config)!: Remove dotenv and command-line API key parsing
</content>
</entry>
<entry>
<id>125c873f0c48319b10fd88b339ce102b487e8448</id>
<published>2025-11-11T23:59:18Z</published>
<updated>2025-11-11T23:59:18Z</updated>
<title type="text">chore: Update Rust dependencies and refactor main script (#2)</title>
<link rel="alternate" type="text/html" href="commit/125c873f0c48319b10fd88b339ce102b487e8448.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 125c873f0c48319b10fd88b339ce102b487e8448
parent 868b5fadef1be7d47f71402562a900832f28bfc0
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Wed, 12 Nov 2025 08:59:18 +0900

chore: Update Rust dependencies and refactor main script (#2)

* chore: Update Rust dependencies and refactor main script

* refactor(api): Pass API key via X-Goog-Api-Key header instead of query parameter
</content>
</entry>
<entry>
<id>868b5fadef1be7d47f71402562a900832f28bfc0</id>
<published>2025-10-24T22:31:04Z</published>
<updated>2025-10-24T22:31:04Z</updated>
<title type="text">Update README.md (#1)</title>
<link rel="alternate" type="text/html" href="commit/868b5fadef1be7d47f71402562a900832f28bfc0.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit 868b5fadef1be7d47f71402562a900832f28bfc0
parent b29e064eb6c29e71e8ae5d6aa57049b0af1f7fb8
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Sat, 25 Oct 2025 07:31:04 +0900

Update README.md (#1)

* Update README.md

* Add GitHub Actions workflow for Rust project

* Add CodeQL analysis workflow configuration
</content>
</entry>
<entry>
<id>b29e064eb6c29e71e8ae5d6aa57049b0af1f7fb8</id>
<published>2025-10-24T22:18:00Z</published>
<updated>2025-10-24T22:18:00Z</updated>
<title type="text">refactor(api): Unify API key acquisition and passing mechanism</title>
<link rel="alternate" type="text/html" href="commit/b29e064eb6c29e71e8ae5d6aa57049b0af1f7fb8.html" />
<author>
<name>minerva-jupiter</name>
<email>ryouturn@gmail.com</email>
</author>
<content type="text">commit b29e064eb6c29e71e8ae5d6aa57049b0af1f7fb8
parent 9ed3619734d79550328b20691861fd5cc5a0c614
Author: minerva-jupiter &lt;ryouturn@gmail.com&gt;
Date:   Sat, 25 Oct 2025 07:18:00 +0900

refactor(api): Unify API key acquisition and passing mechanism

</content>
</entry>
<entry>
<id>9ed3619734d79550328b20691861fd5cc5a0c614</id>
<published>2025-10-20T07:18:50Z</published>
<updated>2025-10-20T07:18:50Z</updated>
<title type="text">Merge branch &#39;main&#39; of https://github.com/minerva-jupiter/gemini-commit-message</title>
<link rel="alternate" type="text/html" href="commit/9ed3619734d79550328b20691861fd5cc5a0c614.html" />
<author>
<name>minerva-jupiter</name>
<email>ryouturn@gmail.com</email>
</author>
<content type="text">commit 9ed3619734d79550328b20691861fd5cc5a0c614
parent 9ddc97de0c145e05def149a471fe0c3c5825253f
Author: minerva-jupiter &lt;ryouturn@gmail.com&gt;
Date:   Mon, 20 Oct 2025 16:18:50 +0900

Merge branch &#39;main&#39; of https://github.com/minerva-jupiter/gemini-commit-message

</content>
</entry>
<entry>
<id>9ddc97de0c145e05def149a471fe0c3c5825253f</id>
<published>2025-10-20T07:18:37Z</published>
<updated>2025-10-20T07:18:37Z</updated>
<title type="text">docs(guidelines): update commit message guidelines to Conventional Commits</title>
<link rel="alternate" type="text/html" href="commit/9ddc97de0c145e05def149a471fe0c3c5825253f.html" />
<author>
<name>minerva-jupiter</name>
<email>ryouturn@gmail.com</email>
</author>
<content type="text">commit 9ddc97de0c145e05def149a471fe0c3c5825253f
parent 3d7cdd12040f81aaee5a8eab316815a4986836c0
Author: minerva-jupiter &lt;ryouturn@gmail.com&gt;
Date:   Mon, 20 Oct 2025 16:18:37 +0900

docs(guidelines): update commit message guidelines to Conventional Commits

</content>
</entry>
<entry>
<id>3d7cdd12040f81aaee5a8eab316815a4986836c0</id>
<published>2025-10-19T04:13:52Z</published>
<updated>2025-10-19T04:13:52Z</updated>
<title type="text">chore(config): Remove .env and add to gitignore</title>
<link rel="alternate" type="text/html" href="commit/3d7cdd12040f81aaee5a8eab316815a4986836c0.html" />
<author>
<name>minerva-jupiter</name>
<email>ryouturn@gmail.com</email>
</author>
<content type="text">commit 3d7cdd12040f81aaee5a8eab316815a4986836c0
parent ce36e0f96a3108b18a2c06653ee03b6a1dbe92c1
Author: minerva-jupiter &lt;ryouturn@gmail.com&gt;
Date:   Sun, 19 Oct 2025 13:13:52 +0900

chore(config): Remove .env and add to gitignore

</content>
</entry>
<entry>
<id>ce36e0f96a3108b18a2c06653ee03b6a1dbe92c1</id>
<published>2025-10-19T04:12:36Z</published>
<updated>2025-10-19T04:12:36Z</updated>
<title type="text">feat(commit-gen): Implement auto commit message generation</title>
<link rel="alternate" type="text/html" href="commit/ce36e0f96a3108b18a2c06653ee03b6a1dbe92c1.html" />
<author>
<name>minerva-jupiter</name>
<email>ryouturn@gmail.com</email>
</author>
<content type="text">commit ce36e0f96a3108b18a2c06653ee03b6a1dbe92c1
parent dbc3285148621552df1ae7d3caa448821e9c1f99
Author: minerva-jupiter &lt;ryouturn@gmail.com&gt;
Date:   Sun, 19 Oct 2025 13:12:36 +0900

feat(commit-gen): Implement auto commit message generation

</content>
</entry>
<entry>
<id>dbc3285148621552df1ae7d3caa448821e9c1f99</id>
<published>2025-10-19T02:26:05Z</published>
<updated>2025-10-19T02:26:05Z</updated>
<title type="text">Create LICENSE</title>
<link rel="alternate" type="text/html" href="commit/dbc3285148621552df1ae7d3caa448821e9c1f99.html" />
<author>
<name>Minerva_juppiter</name>
<email>94231606+minerva-jupiter@users.noreply.github.com</email>
</author>
<content type="text">commit dbc3285148621552df1ae7d3caa448821e9c1f99
parent 651db39dacf94004399f667d35e1a054994f9f47
Author: Minerva_juppiter &lt;94231606+minerva-jupiter@users.noreply.github.com&gt;
Date:   Sun, 19 Oct 2025 11:26:05 +0900

Create LICENSE
</content>
</entry>
<entry>
<id>651db39dacf94004399f667d35e1a054994f9f47</id>
<published>2025-10-19T02:25:04Z</published>
<updated>2025-10-19T02:25:04Z</updated>
<title type="text">init commit</title>
<link rel="alternate" type="text/html" href="commit/651db39dacf94004399f667d35e1a054994f9f47.html" />
<author>
<name>minerva-jupiter</name>
<email>ryouturn@gmail.com</email>
</author>
<content type="text">commit 651db39dacf94004399f667d35e1a054994f9f47
Author: minerva-jupiter &lt;ryouturn@gmail.com&gt;
Date:   Sun, 19 Oct 2025 11:25:04 +0900

init commit

</content>
</entry>
</feed>
