Artfical AI Open tAI →
← All announcements
tAI × GitHub

tAI Connects to GitHub

August 26, 2026 · Integrations

Point tAI at a repo, let it read the code and open a pull request, and review every change before anything reaches your default branch.

GitHub joins Gmail and Notion as the third connector available in tAI. Once connected, you can pick a repo from the composer and ask tAI to explore the code, fix a bug, or add something, the same way you'd hand a task to a teammate, minus the risk of them ever touching your main branch directly.

Read
Your picked repo is cloned into that chat's own workspace the moment you send your first message, from the repo's default branch. From there, tAI reads and edits files with normal file tools, the same as anything else you'd upload into the chat.
Branch + Commit
When tAI is ready to push a change (or you click the composer's own Commit button), it automatically creates a new branch off your default branch first, it never commits there directly. Every following push in that chat lands on that same branch.
Pull Request
Once the work is done, tAI opens a pull request from that branch. Nothing reaches your default branch until you personally review and merge it, tAI never merges its own PRs.

How to connect

  1. Open Settings → Connectors and select GitHub.
  2. Sign in and authorize through GitHub's own consent screen (requests the repo scope, needed to read and change both public and private repos).
  3. In the composer, click + → Connectors → GitHub and pick the repo you want tAI to work in for that chat.

tAI is an AI and can make mistakes. Every commit it makes carries a "Co-authored-by: tAI" trailer, so it's always clear in your history which changes were AI-made, and nothing it writes should go into production without your own review.

Picking a repo doesn't lock in the whole chat to it forever, you're shown a quick confirmation the first time so you know exactly what you're enabling before tAI touches anything. Every assistant message also gets its own Commit button, so you can push the current state of the workspace to your branch yourself, any time.

Your data

tAI only touches a repo when you ask it to, never commits to your default branch, and never uses your code for advertising or model training. Full details are in the GitHub Integration Privacy Policy.

Connect your GitHub account from Settings → Connectors.

Open tAI →