- Extended RTK search processor notification: when Hermes uses the
search_filestool (shown as🔎in the activity feed), the plugin now logs"RTK search processor active"so users can verify RTK is active even for non-terminal searches. - Added
note: "RTK processed search output"to compacted search results, visible to the model in the JSON output. - Refactored
_pre_tool_callto dispatchsearch_filesandterminalseparately, making the plugin aware of both tool types.
- Added a plugin-side RTK preview marker for rewritten terminal commands.
- Rewritten terminal previews now show commands like
: RTK && rtk grep ..., making RTK activity visible in Hermes' normal tool-progress feed without patching Hermes core. - Added
preview_markerconfig support; set it tofalseto keep previews as plainrtk ...commands.
- Added visible RTK rewrite/suggestion notifications when terminal commands are changed or suggested by the plugin.
- Added
show_rewrite_notificationsconfig support so rewrite visibility can be enabled or disabled explicitly. - Made rewrite notifications concise by default to avoid noisy terminal windows; set
rewrite_notification_detailtofullfor audit traces. - Added tests for rewrite notifications, full audit notifications, suggestion-mode notifications, and disabled notification behavior.