{"id":48684050,"url":"https://github.com/klauern/muse","last_synced_at":"2026-04-11T03:47:45.141Z","repository":{"id":259791128,"uuid":"859007389","full_name":"klauern/muse","owner":"klauern","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-28T15:50:03.000Z","size":311,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T03:47:44.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klauern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-17T23:11:55.000Z","updated_at":"2025-06-28T15:50:06.000Z","dependencies_parsed_at":"2025-06-28T16:36:29.417Z","dependency_job_id":"709967a3-2a10-400c-856a-0d4c6f90b353","html_url":"https://github.com/klauern/muse","commit_stats":null,"previous_names":["klauern/muse"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/klauern/muse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fmuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fmuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fmuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fmuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klauern","download_url":"https://codeload.github.com/klauern/muse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauern%2Fmuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-04-11T03:47:43.893Z","updated_at":"2026-04-11T03:47:45.128Z","avatar_url":"https://github.com/klauern.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Muse: AI-Powered Git Commit Message Generator\n\nMuse is an intelligent tool designed to automatically generate meaningful and consistent Git commit messages using AI. It integrates with your Git workflow to analyze your changes and produce appropriate commit messages based on the diff.\n\n## How It Works\n\n1. Muse hooks into your Git commit process.\n2. When you stage changes and attempt to commit, Muse analyzes the diff.\n3. It uses a Language Model (LLM) to generate a commit message based on the changes.\n4. The generated message is presented for your review and can be used as-is or modified.\n\n## Features\n\n- Supports multiple LLM providers (OpenAI, Anthropic, Ollama)\n- Configurable commit message styles (Conventional, Gitmojis, Default)\n- Retrieval-Augmented Generation (RAG) for context-aware commit messages\n- Customizable configuration\n\n## Installation\n\n[Add installation instructions here]\n\n## Configuration\n\nMuse can be configured using a YAML file. The configuration file is typically located at `$HOME/.config/muse/config.yaml` or can be specified using the `--config` flag.\n\n### Example Configuration\n\n```yaml\nhook:\n  type: default\n  commit_style: conventional\n  dry_run: false\n  preview: true\n\nllm:\n  provider: anthropic\n  config:\n    api_key: your_api_key_here\n    model: claude-2\n```\n\n### Configuration Options\n\n- `hook.type`: The type of hook to use (default, llm)\n- `hook.commit_style`: The style of commit messages to generate (conventional, gitmojis, default)\n- `hook.dry_run`: Run without actually committing\n- `hook.preview`: Preview the generated commit message before applying\n- `llm.provider`: The LLM provider to use (anthropic, openai, ollama)\n- `llm.config`: Provider-specific configuration options\n\n## Usage\n\nOnce configured, Muse will automatically generate commit messages when you run `git commit`. You can also use the Muse CLI for more control:\n\n```\nmuse generate --provider anthropic --style conventional\n```\n\nFor more information on available commands and options, run:\n\n```\nmuse --help\n```\n\n## Contributing\n\n[Add contribution guidelines here]\n\n## License\n\n[Add license information here]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauern%2Fmuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklauern%2Fmuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauern%2Fmuse/lists"}