Artfical AI / Connectors
All connectors Open tAI Connect GitHub
Use cases

Use cases

  • Make a focused change and open it for review. tAI edits the relevant files in its sandbox clone, commits with a clear message, and opens a pull request describing what changed.
  • Understand a large, unfamiliar repo. github_search_code finds where something is defined across the whole repo, not just what happened to get cloned locally.
  • Triage the issue tracker. github_list_issues surfaces what is currently open, and github_comment_on_issue replies with findings directly on the issue.
  • File a bug from a conversation. github_create_issue turns a problem just discussed into a tracked issue, with the relevant detail already in the body.
  • Check recent history before changing something. github_list_commits shows what has recently touched a specific file, for context before editing it.
  • Commit a generated asset. github_upload_file commits a single file, including binaries such as a generated image, straight to the working branch.