Skip to content

v0.5.4 - ACM-3: Fix tool-result role filter in acm_search

Choose a tag to compare

@rickross rickross released this 01 Apr 20:26
· 43 commits to main since this release

ACM-3: Fix tool-result role filter in acm_search

The role='tool-result' filter was matching all assistant messages instead of only messages containing tool-result parts. Now correctly checks msg.parts for type='tool-result' specifically.