Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.36 KB

File metadata and controls

20 lines (14 loc) · 1.36 KB

Changelog

0.2.2

  • Extended RTK search processor notification: when Hermes uses the search_files tool (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_call to dispatch search_files and terminal separately, making the plugin aware of both tool types.

0.2.1

  • 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_marker config support; set it to false to keep previews as plain rtk ... commands.

0.2.0

  • Added visible RTK rewrite/suggestion notifications when terminal commands are changed or suggested by the plugin.
  • Added show_rewrite_notifications config support so rewrite visibility can be enabled or disabled explicitly.
  • Made rewrite notifications concise by default to avoid noisy terminal windows; set rewrite_notification_detail to full for audit traces.
  • Added tests for rewrite notifications, full audit notifications, suggestion-mode notifications, and disabled notification behavior.