compactableToolNames top-level constant

Set<String> const compactableToolNames

Tools whose results can be safely cleared during microcompaction.

Implementation

const Set<String> compactableToolNames = {
  'Read',
  'Bash',
  'Grep',
  'Glob',
  'WebSearch',
  'WebFetch',
  'Edit',
  'Write',
};