Releases: markmdev/reflex
v0.1.5 — Fix Doc Discovery
Fixed
- Doc discovery scans wrong directory — Reflex was using the agent's current working directory instead of the project root (
CLAUDE_PROJECT_DIR). When the agentcds into subdirectories (e.g.,projects/meridian/), all docs and skills at the top level were invisible to routing. Now usesCLAUDE_PROJECT_DIRfirst, falling back tocwd.
Upgrade
curl -fsSL https://raw.githubusercontent.com/markmdev/reflex/main/install.sh | bashThen update the plugin:
/plugin update reflex@markmdev
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3 — Tests, log rotation, repo cleanup
- Tests: 18 tests for router filtering, prompt builder, and log utilities
- Log rotation: Truncates to 500 entries when log exceeds 500KB
- Repo cleanup: Gitignored compiled binary, removed openclaw debug log
Rebuild: go install github.com/markmdev/reflex@v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2 — Leaner logs
Log entries no longer store full messages, prompt, or excluded registry — cuts per-entry size ~70%.
reflex logs display now shows:
- Status indicators (✓/○/✗)
- Skip reasons inline
- LLM reasoning for each decision
- Compact timestamps
Rebuild: go install github.com/markmdev/reflex@v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1 — Balanced routing
Routing prompt rewritten to prefer precision over recall.
Before: "When in doubt, include it — it's better to over-suggest than to miss something relevant"
After: "When in doubt, leave it out — unnecessary context wastes the agent's attention"
The LLM now matches against read_when hints, prefers fewer high-relevance items, and treats empty results as a valid common outcome.
Rebuild from source: go install github.com/markmdev/reflex@v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/markmdev/reflex/commits/v0.1.0
Full Changelog: https://github.com/markmdev/reflex/commits/v0.1.0