Skip to content

Tags: markmdev/reflex

Tags

v0.1.5

Toggle v0.1.5's commit message
Release v0.1.5

v0.1.4

Toggle v0.1.4's commit message
Fix duplicate hooks.json error — remove explicit hooks field from man…

…ifest

Claude Code now auto-loads hooks/hooks.json by convention, so declaring
it in manifest.hooks causes a "duplicate hooks file" error on plugin load.

v0.1.3

Toggle v0.1.3's commit message
Add tests for router, prompt builder, and log utilities

v0.1.2

Toggle v0.1.2's commit message
Reduce log bloat: remove duplicate fields from LogEntry

Prompt, Messages, and Excluded carried redundant data in every log
line. Replace Messages with MessageCount, drop Prompt and Excluded
entirely. Update route.go caller and rewrite logs display with
status indicators, reasoning, and larger scanner buffer.

v0.1.1

Toggle v0.1.1's commit message
Balance routing prompt — prefer precision over recall

The old prompt told the LLM to over-include ("when in doubt, include it").
This led to aggressive suggestions where tangentially related docs and
skills were injected constantly.

New rules: match against read_when hints, prefer fewer high-relevance
items, leave it out when in doubt. Empty results are explicitly noted
as valid and common.

v0.1.0

Toggle v0.1.0's commit message
Check if reflex is reachable after install, show PATH hint only if not