Skip to content

ekohe/GL-CoreAI

Repository files navigation

GL CoreAI

GL CoreAI AI-powered GitLab assistant that summarizes issues and merge requests using OpenAI, Claude, or DeepSeek. Quickly understand complex issues without reading long comment histories.


The AI architecture includes a custom Chrome extension that summarizes GitLab issues.

This simplifies onboarding by providing detailed summaries of complex issues, allowing users to quickly understand an issue without navigating long histories.


Features

  • AI Summarize of GitLab Issues
  • Code Review on MR Requests

API intergrations

  • OpenAI API (/v1/chat/completions)
  • OpenRouter API (/v1/chat/completions)
  • Claude API (/v1/messages)
  • DeepSeek API (/v1/chat/completions)
  • GitLab API (/projects, /issues)

Requirements

Project Structure

➜  gitlab-ai-summarizer git:(main) ✗ tree src -d -L 4 -I "node_modules|dist"
src
├── assets
│   ├── icons
│   ├── images
│   └── styles
│       └── bulma-extra
├── background
├── components
├── containers
│   ├── app
│   │   ├── AIInbox
│   │   └── GitLab
│   ├── popup
│   └── settings
│       └── Settings
│           └── tabs
├── contentscript
├── contexts
├── locales
│   ├── en
│   ├── fr
│   ├── ja
│   └── zh_CN
├── resources
└── utils
    ├── llms
    ├── policies
    └── prompts

Generate a new package to use

Step 1: Build new packages using the latest code

yarn run build

Step 2: Load the dist folder for local installation

  • chrome://extensions/

Step 3: Configure your API key

  • GL CoreAI Settings

Step 4: Generate the release package

yarn run build:zip

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ekohe/GL-CoreAI. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected.

To see all contributors from https://github.com/ekohe/GL-CoreAI/graphs/contributors

Contribution

License

GL CoreAI is available as open source under the terms of the MIT License.

About

A Chrome Extension that uses OpenAI/Claude/DeepSeek and GitLab APIs to summarize issues and MRs from the their URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •