Conversation
API: tail reads from end of file for single-date queries. Supports ISO datetime ranges (start--end format) for sub-day filtering alongside existing YYYYMMDD-YYYYMMDD format. CLI unchanged. Frontend: 1h/6h presets send actual datetime ranges. Day presets send YYYYMMDD as before. Default limit bumped to 1000. Live is default for realtime bots. IntervalValue has type field (live|range). API proxy now forwards all query params instead of cherry-picking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: tail-based log reads, hour presets, Live default
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for the0-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Tail-based log reads
Datetime range filtering
--separator (e.g.2026-04-03T10:00:00Z--2026-04-03T11:00:00Z)Interval picker improvements
type: "live" | "range"fieldtype)Console pagination
hasMorefield indicating more entries existTest plan
🤖 Generated with Claude Code