{"id":33339795,"url":"https://github.com/groall/upsource-ai-reviewer","last_synced_at":"2026-06-17T09:32:12.939Z","repository":{"id":325332587,"uuid":"1072471576","full_name":"groall/upsource-ai-reviewer","owner":"groall","description":"Automatically reviews code changes in Upsource using AI models","archived":false,"fork":false,"pushed_at":"2026-06-05T17:02:43.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-05T19:12:13.708Z","etag":null,"topics":["ai","gitlab","upsource"],"latest_commit_sha":null,"homepage":"","language":"Go","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/groall.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-08T19:07:28.000Z","updated_at":"2026-06-05T17:02:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/groall/upsource-ai-reviewer","commit_stats":null,"previous_names":["groall/upsource-ai-reviewer"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/groall/upsource-ai-reviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groall%2Fupsource-ai-reviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groall%2Fupsource-ai-reviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groall%2Fupsource-ai-reviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groall%2Fupsource-ai-reviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groall","download_url":"https://codeload.github.com/groall/upsource-ai-reviewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groall%2Fupsource-ai-reviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34443232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["ai","gitlab","upsource"],"created_at":"2025-11-21T11:03:58.564Z","updated_at":"2026-06-17T09:32:12.926Z","avatar_url":"https://github.com/groall.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upsource AI Reviewer\n\n## Description\n\nUpsource AI Reviewer is a Go application that automatically reviews code changes in Upsource using AI models from OpenAI, Gemini, Anthropic, or a local agent command(e.g. Codex). It fetches code reviews from Upsource, generates review comments using an AI model, and posts them back to Upsource.\n\nIn addition, when `replies.enabled` is set, the bot scans the discussions it previously authored and posts a threaded follow-up whenever a human commented after its last word. A per-thread cap (`replies.maxPerThread`) prevents runaway loops, and an empty LLM response is treated as a deliberate \"stay silent\".\n\n## Getting Started\n\n### Prerequisites\n\n- Go 1.2x installed\n- Access to an Upsource instance\n- Access to a GitLab instance\n- An API key from OpenAI, Google Gemini, or Anthropic (or an agent command)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd upsource-ai-reviewer\n   ```\n\n2. Build the application:\n   ```bash\n   go build -o reviewer ./cmd/reviewer\n   ```\n\n## Usage\n\n1. Create a `config.yaml` file. You can use the example below as a template.\n\n2. Run the application with the path to your configuration file:\n   ```bash\n   ./reviewer -config path/to/your/config.yaml\n   ```\n\n## Configuration\n\nThe application is configured using a YAML file. An example of the `config.yaml` file you can find in `configs/config.example.yaml`.\nYou can copy this file and modify it according to your needs.\n\nThe main review behavior is configured under the `review` section (prompt templates plus `maxPerReview` and `postInLine`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroall%2Fupsource-ai-reviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroall%2Fupsource-ai-reviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroall%2Fupsource-ai-reviewer/lists"}