Skip to content

Changelog (v2.9.0)

All notable updates and releases of the Laravel Agent-Debugger are recorded here.


v2.9.0 (2026-05-22)

Added

  • 🤖 AI-Optimized JSON/YAML Front-Matter Scoping: Automatically prepends clean YAML front-matter blocks to the beginning of every request log segment. This allows AI assistants and coding agents to parse the status, method, execution time, query count, and crash state instantly without processing the entire raw log body.
  • 🎛️ Command-Line Stream Tail Filters: Enhanced php artisan agent:debug-tail with an interactive --filter option. Developers can now stream logs matching specific scopes in real-time:
    • --filter=errors: Streams only request crashes and exceptions.
    • --filter=n+1: Streams only requests triggering N+1 relationship query warnings.
    • --filter=slow: Streams only requests containing slow database queries.
  • 📊 Local Sandbox Visual Dashboard: Introduced a zero-dependency, local-only interactive single-page visual dashboard served at /_agent_debug/dashboard. Features include:
    • Dark-mode glassmorphic interface with a beautiful Outfit font styling.
    • Search filtering and live request polling.
    • Query syntax coloring and inline caught/swallowed exception stack highlights.
    • Reverse-chronological request sidebar with status-colored method badges.