Skip to main content

AI Review Chat

Interact with the AI using a dedicated, persistent chat interface directly in VS Code.

Persistent Chat Sidebar

The AI Review Chat is always accessible from the VS Code Activity Bar ($(comment-discussion) icon).

  • Conversation History: Your chats are saved and persist across VS Code sessions.
  • Discuss Button: After any code review, click the 💬 Discuss button to send the full review into the sidebar for follow-up questions.
  • Agentic Editing: When using models like Claude 3.7 or v0, the AI can autonomously edit files in your workspace (after your confirmation).

@-Context Mentions

Type @ in the chat input to instantly inject rich context into your conversation.

MentionDescription
@fileInclude a specific file from your workspace.
@diffInclude the current staged git changes.
@selectionInclude the text currently selected in the editor.
@reviewInclude the most recent AI code review.
@knowledgeInclude entries from your Team Knowledge Base.

Chat Commands

Use slash commands for quick actions:

  • /staged: Load the currently staged git diff as context.
  • /help: Show all available chat commands.