Changes
- Add optional user research rules via
.dexter/RULES.md(loaded into the system prompt when present). - Cache financial API responses locally with per-endpoint TTLs so repeat queries hit disk instead of the network when still fresh.
- Improve financial search aggregation: 15s timeouts on nested sub-tool calls and markdown table-style summaries for key
get_financials/get_market_dataresults (statements, ratios, estimates, etc.). - Update stock screener modeling: use
infor membership, model ranges withgte+lteinstead of a singlebetweenop, and document decimal vs percent fields (e.g. margins as0.15for 15%).
Fixes
- None called out; this release is primarily behavior and UX improvements.