Fixed
- Handle common LLM type mismatches (e.g. string vs number) in
alerting_manage_rulesto prevent tool call failures (#816) - Convert ISO 8601 timestamps to epoch milliseconds in deeplink time ranges for correct Grafana URL generation (#808)
- Remove broken
search_logstool that was returning errors (#815) - Normalize trailing slash in Grafana URL within
WithGrafanaConfigto prevent malformed API requests (#809) - Include on-behalf-of tokens in
fetchPublicURLconfig so delegated identity works for public URL resolution (#810) - Walk legacy dashboard rows (schemaVersion <= 14) in panel walkers so older dashboards are fully traversed (#817)