{"id":26591604,"url":"https://github.com/tsvikas/vibes","last_synced_at":"2026-07-25T00:32:23.698Z","repository":{"id":277067312,"uuid":"931178242","full_name":"tsvikas/vibes","owner":"tsvikas","description":"Get a commit message from ChatGPT, with emojies! ✨","archived":false,"fork":false,"pushed_at":"2026-07-14T10:23:26.000Z","size":1345,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-14T11:13:57.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tsvikas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-11T20:58:50.000Z","updated_at":"2026-07-14T10:21:10.000Z","dependencies_parsed_at":"2026-02-07T16:13:25.658Z","dependency_job_id":null,"html_url":"https://github.com/tsvikas/vibes","commit_stats":null,"previous_names":["tsvikas/vibes"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tsvikas/vibes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsvikas%2Fvibes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsvikas%2Fvibes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsvikas%2Fvibes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsvikas%2Fvibes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsvikas","download_url":"https://codeload.github.com/tsvikas/vibes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsvikas%2Fvibes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35861393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"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":"2025-03-23T14:18:46.240Z","updated_at":"2026-07-25T00:32:23.692Z","avatar_url":"https://github.com/tsvikas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vibes\n\n[![Tests][tests-badge]][tests-link]\n[![uv][uv-badge]][uv-link]\n[![Ruff][ruff-badge]][ruff-link]\n[![Black][black-badge]][black-link]\n[![codecov][codecov-badge]][codecov-link]\n\\\n[![Made Using tsvikas/python-template][template-badge]][template-link]\n[![GitHub Discussion][github-discussions-badge]][github-discussions-link]\n[![PRs Welcome][prs-welcome-badge]][prs-welcome-link]\n\n## Overview\n\nGet a commit message from ChatGPT or Claude, with [gitmoji](https://gitmoji.dev/) ✨.\\\nTalk to the AI and request changes, until you're happy with the message.\n\n![Screenshot](assets/screenshot.png)\n\n## Install\n\nInstall with pipx or uv:\n\n```bash\npipx install git+https://github.com/tsvikas/vibes.git\n```\n\nor\n\n```bash\nuv tool install git+https://github.com/tsvikas/vibes.git\n```\n\n## Configuration\n\nConfigure your AI provider using either a TOML config file or environment variables.\n\n### Option 1: TOML Config File\n\nCreate `~/.config/vibes/config.toml`:\n\n```toml\nprovider = \"anthropic\"  # or \"openai\" or \"google\"\n\n[providers.anthropic]\napi_key = \"sk-ant-...\"\nmodel = \"claude-sonnet-4-5\"  # optional\n```\n\n### Option 2: Environment Variables\n\n```bash\nexport VIBES_PROVIDER=anthropic\nexport ANTHROPIC_API_KEY=sk-ant-...\nexport ANTHROPIC_MODEL=claude-sonnet-4-5  # optional\n```\n\n## Usage\n\nJust run `vibes` in your git repo, to get an LLM to suggest a commit message for\nyour current changes (the index, or the working directory, or the last commit)\n\nUse `-r` to specify a path to the repo (default `.`).\nUse `-c` to specify a specific commit, or a commit range.\nUse `-d` to describe the change to the LLM yourself.\n\nUse `vibes --help` to learn more.\n\nYou can chat with the LLM and request changes.\nWhen you finish, end the conversation (^C, ^D, exit, quit, or Enter)\nand use the message.\n\nFuture improvements: The ability to control the prompt, and the template.\n\n## Contributing\n\nInterested in contributing?\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guideline.\n\n[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg\n[black-link]: https://github.com/psf/black\n[codecov-badge]: https://codecov.io/gh/tsvikas/vibes/graph/badge.svg\n[codecov-link]: https://codecov.io/gh/tsvikas/vibes\n[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions\u0026message=Ask\u0026color=blue\u0026logo=github\n[github-discussions-link]: https://github.com/tsvikas/vibes/discussions\n[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n[prs-welcome-link]: https://opensource.guide/how-to-contribute/\n[ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n[ruff-link]: https://github.com/astral-sh/ruff\n[template-badge]: https://img.shields.io/badge/%F0%9F%9A%80_Made_Using-tsvikas%2Fpython--template-gold\n[template-link]: https://github.com/tsvikas/python-template\n[tests-badge]: https://github.com/tsvikas/vibes/actions/workflows/ci.yml/badge.svg\n[tests-link]: https://github.com/tsvikas/vibes/actions/workflows/ci.yml\n[uv-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json\n[uv-link]: https://github.com/astral-sh/uv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsvikas%2Fvibes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsvikas%2Fvibes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsvikas%2Fvibes/lists"}