{"id":37071839,"url":"https://github.com/quinneden/acmsg","last_synced_at":"2026-01-14T08:26:11.750Z","repository":{"id":285334951,"uuid":"957765703","full_name":"quinneden/acmsg","owner":"quinneden","description":"AI generated git commit messages using the OpenRouter API.","archived":false,"fork":false,"pushed_at":"2025-05-16T15:55:32.000Z","size":177,"stargazers_count":29,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T20:50:19.945Z","etag":null,"topics":["ai","commit-message-generator","git-commit-messages","openrouter","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quinneden.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-31T05:01:05.000Z","updated_at":"2025-07-23T09:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"491b8638-1ae2-4604-9830-96dfd1caf433","html_url":"https://github.com/quinneden/acmsg","commit_stats":null,"previous_names":["quinneden/acmsg"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/quinneden/acmsg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinneden%2Facmsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinneden%2Facmsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinneden%2Facmsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinneden%2Facmsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quinneden","download_url":"https://codeload.github.com/quinneden/acmsg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quinneden%2Facmsg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:16:59.381Z","status":"ssl_error","status_checked_at":"2026-01-14T08:13:45.490Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","commit-message-generator","git-commit-messages","openrouter","python"],"created_at":"2026-01-14T08:26:11.074Z","updated_at":"2026-01-14T08:26:11.739Z","avatar_url":"https://github.com/quinneden.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acmsg (automated commit message generator)\n\nA cli tool written in Python that generates git commit messages using AI models\nthrough the OpenRouter API.\n\n[![Create Release and Publish to PyPI](https://github.com/quinneden/acmsg/actions/workflows/publish-and-release.yaml/badge.svg)](https://github.com/quinneden/acmsg/actions/workflows/publish-and-release.yaml)\n[![Run Tests](https://github.com/quinneden/acmsg/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/quinneden/acmsg/actions/workflows/test.yaml)\n\n## Features\n\n- Analyzes staged changes in your git repository\n- Generates contextual commit messages using AI\n- Supports multiple AI models via [OpenRouter](https://openrouter.ai)\n- Optionally edit generated commit message\n- Automatically commits changes with generated message, if confirmed\n\n## Prerequisites\n- OpenRouter API Key\n\n## Installation\n\n### with pipx:\n```bash\npipx install acmsg\n```\n\n### with nix:\nusing flakes (i.e. nixos/nix-darwin/home-manager):\n```bash\n# Add `acmsg` to your flake inputs\ninputs.acmsg.url = \"github:quinneden/acmsg\";\n\n# Add the nixpkgs overlay \u0026 include the package in your configuration\nnixpkgs.overlays = [ inputs.acmsg.overlays.default ];\nenvironment.systemPackages = [ pkgs.acmsg ];\n# or home.packages = [ pkgs.acmsg ];\n\n# Or include the package directly from inputs\nenvironment.systemPackages = [ inputs.acmsg.packages.${pkgs.system}.acmsg ];\n```\nusing a standalone profile:\n```bash\n$ nix profile install \"github:quinneden/acmsg\"\n```\n\n## Configuration\n\nThe configuration file is located at `~/.config/acmsg/config.yaml`.\n\nOn first run, acmsg will prompt you to configure your OpenRouter API token.\n\nYou can also run the following command:\n```bash\n$ acmsg config set api_token \u003cyour_api_token\u003e\n```\n\n## Usage\n\n```\nusage: acmsg [-h] [--version] {commit,config} ...\n\nAutomated commit message generator\n\npositional arguments:\n  {commit,config}  Commands\n    commit         generate a commit message\n    config         manage configuration settings\n\noptions:\n  -h, --help       show this help message and exit\n  --version        display the program version and exit\n```\n\n## License\n\nacmsg is licenced under the MIT License, as included in the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinneden%2Facmsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquinneden%2Facmsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinneden%2Facmsg/lists"}