Changelog

Release history

0.3.3February 2026

Added
  • --mute flag for agent-tail run — silence specific services from terminal and combined.log while still capturing their output to individual log files (e.g. --mute fe --mute worker)

0.3.2February 2026

Fixed
  • CLI and browser plugins now share the same session directory — agent-tail run passes session context to child processes via environment variable so Vite/Next.js plugins join the existing session instead of creating a separate one

0.3.1February 2026

Added
  • Cross-platform support for Windows and Linux (path handling, symlinks)
  • Diff-style code blocks on homepage and install pages using @pierre/diffs
  • Agent setup guide on the install page with copy-paste snippet for agent instructions files
  • New FAQ entry for “What gets captured?”
Improved
  • CLI is now available as agent-tail directly (renamed from agent-tail-core)
  • Redesigned docs homepage with How you use it, How agents use it, and Try it sections
  • Playground toolbar auto-opens when navigating to /playground

0.3.0February 2026

Improved
  • Renamed plugin exports to camelCase: agentTail, withAgentTail, AgentTailScript

0.2.0February 2026

Added
  • excludes option to filter noisy log lines by substring or regex — works in plugins and CLI (--exclude flag)
  • Umbrella agent-tail package with unified imports (agent-tail/vite, agent-tail/next)
  • Interactive playground page in the docs

0.1.0February 2026

Initial release. Vite plugin, Next.js plugin, and CLI for piping browser console logs to files on disk.

Added
  • Vite plugin with automatic script injection and log ingestion
  • Next.js plugin with config wrapper, API route handler, and script component
  • CLI commands: agent-tail run, agent-tail wrap, agent-tail init
  • Timestamped session directories with latest symlink
  • Auto-pruning of old sessions
  • Combined log file for multi-server setups
  • Gitignore detection and warnings
  • Configurable console method interception
  • Unhandled error and promise rejection capture