Provides GitHub repositories as additional context.
Fra
A Tampermonkey userscript that enhances T3 Chat by providing GitHub repository context to your conversations. This script allows you to import repositories and use their contents as additional context for your chat interactions.
repo-gist.js into the editorThe script requires two API configurations:
You can configure these in two ways:
You can also configure the APIs through Tampermonkey's menu:
You have two options for using the RepoGist API:
The script supports the following URL formats:
https://github.com/username/repohttps://github.com/username/repo/tree/branch[email protected]:username/repo.githttps://github.com/username/repo.githttps://gitlab.com/username/repohttps://gitlab.com/username/repo/-/tree/branchTo enable debug mode:
Debug mode will show detailed logs in the browser console, which can be helpful for troubleshooting.
The script stores repository data locally using IndexedDB. You can clear all stored data using the "Reset IndexedDB for all chats" option in the Tampermonkey menu.
For issues, feature requests, or contributions, please visit the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.