{"id":28375686,"url":"https://github.com/accursedgalaxy/noidea","last_synced_at":"2026-04-01T17:50:03.517Z","repository":{"id":345280852,"uuid":"1184615913","full_name":"AccursedGalaxy/noidea","owner":"AccursedGalaxy","description":"AI-powered commit message suggestions via git hooks.","archived":false,"fork":false,"pushed_at":"2026-03-28T15:25:07.000Z","size":6208,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T17:44:43.630Z","etag":null,"topics":["ai","git","git-hooks","llm"],"latest_commit_sha":null,"homepage":"https://noidea-ai.readthedocs.io/en/latest/","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/AccursedGalaxy.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-17T19:01:35.000Z","updated_at":"2026-03-28T15:25:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AccursedGalaxy/noidea","commit_stats":null,"previous_names":["accursedgalaxy/noidea"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/AccursedGalaxy/noidea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccursedGalaxy%2Fnoidea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccursedGalaxy%2Fnoidea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccursedGalaxy%2Fnoidea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccursedGalaxy%2Fnoidea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AccursedGalaxy","download_url":"https://codeload.github.com/AccursedGalaxy/noidea/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AccursedGalaxy%2Fnoidea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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","git","git-hooks","llm"],"created_at":"2025-05-29T23:06:29.059Z","updated_at":"2026-04-01T17:50:03.487Z","avatar_url":"https://github.com/AccursedGalaxy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# noidea\n\n**Because you shouldn't have to think about commit messages.**\n\nStages your diff, sends it to an AI, and pre-fills your commit editor — so you never have to write a commit message again.\n\n[![PyPI](https://img.shields.io/pypi/v/noidea?style=flat-square\u0026color=blue)](https://pypi.org/project/noidea/)\n[![Downloads](https://img.shields.io/pypi/dm/noidea?style=flat-square\u0026color=green)](https://pypi.org/project/noidea/)\n[![Stars](https://img.shields.io/github/stars/AccursedGalaxy/noidea?style=flat-square)](https://github.com/AccursedGalaxy/noidea/stargazers)\n[![License](https://img.shields.io/github/license/AccursedGalaxy/noidea?style=flat-square)](https://github.com/AccursedGalaxy/noidea/blob/main/LICENSE)\n\n\u003cbr\u003e\n\n\u003cimg src=\"assets/demo.gif\" alt=\"noidea demo\" width=\"700\"\u003e\n\n\u003c/div\u003e\n\n---\n\n## Quick Start\n\n```bash\npipx install noidea\nnoidea init\n```\n\nThat's it. Every `git commit` now opens your editor with a suggested message pre-filled.\n\n\u003e Requires [pipx](https://pipx.pypa.io). Alternatively: `pip install noidea`\n\n## API Key Setup\n\nnoidea needs an Anthropic API key. Three options (checked in order):\n\n| Method | Command |\n|--------|---------|\n| **Keyring** (recommended) | `noidea keys add` |\n| **Environment variable** | `export ANTHROPIC_API_KEY=sk-ant-...` |\n| **`.env` file** | `ANTHROPIC_API_KEY=sk-ant-...` in a `.env` file |\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `noidea init` | Install the `prepare-commit-msg` hook. Backs up any existing hook. Respects `core.hooksPath`. |\n| `noidea suggest` | Generate a commit message from the staged diff and print it. |\n| `noidea status` | Show current config, API key status, and hook installation. |\n| `noidea keys` | Manage API keys in the system keyring (`show` / `add` / `remove`). |\n| `noidea test` | Send a test message to Claude to verify connectivity. |\n| `noidea update` | Upgrade noidea via `pipx` (falls back to `pip`). |\n| `noidea --version` | Print the current version. |\n\n### `noidea suggest` options\n\n```\n-F, --file TEXT    Write message to file instead of stdout (used by the hook)\n-M, --model TEXT   Override the model used for generation\n```\n\n## Config\n\nTwo optional config levels — both are `config.json` files:\n\n- **User**: `~/.noidea/config.json` — applies everywhere\n- **Repo**: `\u003crepo\u003e/.noidea/config.json` — overrides user config\n\nPrecedence: built-in defaults → user config → repo config.\n\n```json\n{\n  \"llm\": {\n    \"max_tokens\": 1024,\n    \"small_model\": \"claude-haiku-4-5\",\n    \"large_model\": \"claude-sonnet-4-6\",\n    \"context_limit\": 600000,\n    \"temperature\": 1.0,\n    \"system_prompt\": \"Your custom prompt here\"\n  }\n}\n```\n\nFalls back to built-in defaults if no config file exists. The default prompt follows conventional commits style (`feat`/`fix`/`refactor`/etc.) with a 72-character subject line limit. Smaller diffs use `small_model` (Haiku) for speed; larger diffs automatically switch to `large_model` (Sonnet). `temperature` controls output creativity (0.0–1.0); the default of `1.0` maximises variety.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines. This project follows [TigerStyle](STYLE.md) for coding standards.\n\n## Requirements\n\n- Python 3.10+\n- Anthropic API key\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccursedgalaxy%2Fnoidea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccursedgalaxy%2Fnoidea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccursedgalaxy%2Fnoidea/lists"}