AI in CodeSee

About AI in CodeSee

CodeSee uses Anthropic's Claude API to create summaries and tours of your codebase. Small amounts of your code or code changes are sent to Anthropic in order to produce these results. Please rest assured, their terms of service make clear that they will not use this data for training their models.

πŸ“˜

AI Platform boosts is an Enterprise-only feature

AI in Codebase Maps

CodeSee can create a summary of all the code in a file with the push of a button.

  1. Select the file on the map
  2. Click the yellow "AI" button
  3. CodeSee will add an AI summary to that node on the map

AI in Review Maps (code reviews)

CodeSee AI can create a summary or a tour of your code review in three different ways:

Summarize each changed file on the map

Generate a brief summary of the changes for each file right on the map -- no need to read each file, line by line!

  1. In the upper-right corner of the map, click the yellow "AI" button
  2. Click the "Generate Summary" button
  3. CodeSee will add an AI summary for each node on the map describing how its code changed.

Summarize the entire PR

Generate a brief summary of the changes of the entire PR! Great for authors looking to save time writing their PR description, or reviewers looking for more context before diving in.

  1. Select the "Description" tab in the upper-left corner
  2. Click the "Generate AI Description" button
  3. CodeSee will generate a summary of the entire PR
  4. If you find the description helpful, click the "Post as a comment" and CodeSee will post this description on the PR as if you just left a comment.

Create a tour of the PR

Generate a step-by-step tour walking you through the PR. These tours are a great way to help a reviewer get started!

  1. Select the "Tour" tab in the upper-left corner
  2. Click the "Generate AI Tour" button
  3. CodeSee will generate a step-by-step tour of the PR.
  4. Click "start tour" to begin the tour