{"id":26790654,"url":"https://github.com/axemanofic/gigacommitai","last_synced_at":"2026-04-30T00:07:44.278Z","repository":{"id":224418897,"uuid":"761983402","full_name":"axemanofic/gigacommitai","owner":"axemanofic","description":"CLI инструмент для генерации коммитов на основе ИИ","archived":false,"fork":false,"pushed_at":"2024-04-14T16:43:30.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-28T02:25:21.669Z","etag":null,"topics":["ai","cli","commit","gigachat","git"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gigacommitai","language":"Python","has_issues":true,"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/axemanofic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-02-22T21:21:28.000Z","updated_at":"2025-01-23T11:10:19.000Z","dependencies_parsed_at":"2024-02-25T21:31:25.674Z","dependency_job_id":"bda84ca5-7fce-4731-af66-25a1e483f3c2","html_url":"https://github.com/axemanofic/gigacommitai","commit_stats":null,"previous_names":["axemanofic/gigacommit","axemanofic/gigacommitai"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/axemanofic/gigacommitai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fgigacommitai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fgigacommitai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fgigacommitai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fgigacommitai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axemanofic","download_url":"https://codeload.github.com/axemanofic/gigacommitai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axemanofic%2Fgigacommitai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30275539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","cli","commit","gigachat","git"],"created_at":"2025-03-29T14:29:33.114Z","updated_at":"2026-03-08T22:32:16.078Z","avatar_url":"https://github.com/axemanofic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eGigaCommitAI\u003c/h1\u003e\n    \u003cp\u003eCLI инструмент для генерации коммитов на основе ИИ\u003c/p\u003e\n    \u003cimg alt=\"Pepy Total Downlods\" src=\"https://img.shields.io/pepy/dt/gigacommitai?style=for-the-badge\"\u003e\n    \u003cimg alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/gigacommitai?style=for-the-badge\"\u003e\n    \u003cimg alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/gigacommitai?style=for-the-badge\"\u003e\n\u003c/div\u003e\n\n---\n\n## Используемые технологии\n\n- gigachat\n- typer \n- platformdirs\n- rtoml\n\n## Установка\n\n\u003e Минимальная поддерживаемая версия Python - 3.8.\n\u003e Проверьте свою версию Python командой `python --version`\n\n1. Установить gigacommit\n\n- c помощью _pip_\n\n```sh\npip install gigacommitai\n```\n\n- c помощью _pipx_\n\n```sh\npipx install gigacommitai\n```\n\n- c помощью _poetry_\n\n```sh\npoetry add gigacommitai\n```\n\n2. Установить свой токен для авторизации\n\n- Получите свой Client Secret\n- Вставьте свой токен с помощью команды\n\n```sh\ngigacommitai config set gigachat.settings.credentials \u003cCLIENT_SECRET\u003e\n```\n\n## Как использовать?\n\n1. Командой ниже можно сгенерировать сообщение для коммита\n\n```sh\ngigacommitai commit\n```\n\n2. Командой ниже можно вывести всю конфигурацию\n\n```sh\ngigacommitai config show\n```\n\n3. Командой ниже можно вывести значение параметра, например:\n\n```sh\ngigacommitai config get gigachat.settings.model\n```\n\n4. Командой ниже можно изменить значение параметра, например:\n\n```sh\ngigacommitai config set gigachat.settings.model \u003cТВОЕ_ЗНАЧЕНИЕ\u003e\n```\n\n\n## Можно ли менять конфигурацию через файл?\n\nДа. Конфигурация хранится в вашей директории где хранятся пользовательские конфигурации\n\n- На Linux `~/.config/gigacommitai/config.toml`\n- На Mac `~/Library/Application Support/gigacommitai/config.toml`\n- На Windows `\u003cAPPDATA\u003e/gigacommitai/gigacommitai/config.toml`\n\n\u003e Рекомендуется делать бэкап конфигурации во избежании проблем с запуском CLI\n\n## Участие в проекте\n\nGigaCommitAI - это проект с иходным кодом. Приветсвуется любое участие в разработке или улучшение документации.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxemanofic%2Fgigacommitai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxemanofic%2Fgigacommitai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxemanofic%2Fgigacommitai/lists"}