Skip to main content
When an agent edits or creates files during a conversation, TermMate renders a structured File Changes Artifact directly in the chat view upon completion of the turn.

File Changes Summary

The artifact displays an overview of all files modified by the agent, including the number of additions (+) and deletions (-):
  • Jump to File: Click on any file path in the artifact list to open that file directly in your active editor.
  • Agent Data Exclusion: Internal housekeeping files (such as agent memory or config files) are automatically excluded so only your project code is listed.

Inline Foldable Diffs

To keep your chat clean and readable, diffs are folded by default or when they exceed size limits:
  • Expand Diffs: Click the gutter arrow () next to any folded diff block to expand the unified diff inline.
  • Line Navigation: Double-click on diff lines or hunk headers to jump directly to that location in the target file.

Configuration Settings

You can customize diff folding and table rendering behaviors in Preferences → Package Settings → TermMate → Settings:

Example Settings