Skip to content

GitHub

The GitHub integration allows the Code Agent to clone repositories, search codebases, and open Pull Requests. This guide covers setup and usage.

Open settings by clicking your profile icon in the top right corner.

Open settings

Navigate to the GitHub integration under Integrations.

GitHub settings

Click “Create Token on GitHub” to open GitHub’s token creation page with the required permissions pre-selected. Give the token a descriptive name, set an expiration, and generate it.

Create GitHub token

Copy the token back into Althea and click Connect.

Once connected, you can ask Althea to investigate any repository. For example:

“Find the official code base of the FSNet paper (NeurIPS 2025), clone the repo and figure out if they use dropout.”

Ask about code

The Code Agent clones the repository and runs a search for “dropout” across the codebase.

Code Assistant instructions

Search results

Within seconds, you get a clear answer with the relevant files and line numbers.

Final answer