compactableToolNames top-level constant
Tools whose results can be safely cleared during microcompaction.
Implementation
const Set<String> compactableToolNames = {
'Read',
'Bash',
'Grep',
'Glob',
'WebSearch',
'WebFetch',
'Edit',
'Write',
};