Add raw JSONL endpoint and improve error display #17

Merged
probablycorey merged 1 commits from probablycorey/raw-jsonl-endpoint into main 2026-03-10 18:05:27 +00:00

Adds content negotiation to /logs endpoint so agents can request raw JSONL files without HTML wrapping. Also improves error debugging by properly extracting and displaying error messages and stack traces in the log viewer detail panel.

Adds content negotiation to /logs endpoint so agents can request raw JSONL files without HTML wrapping. Also improves error debugging by properly extracting and displaying error messages and stack traces in the log viewer detail panel.
probablycorey added 1 commit 2026-03-10 18:05:11 +00:00
Improve error display in logs viewer: show message and stack trace
Some checks failed
CI / test (pull_request) Has been cancelled
afb15a8584
Errors from JSONL files are serialized as plain objects with message/stack
properties, not Error instances. The summary line now displays the error
message correctly, and the expandable detail panel shows the full stack
trace in a monospace preformatted block for easier debugging.
probablycorey merged commit 7408c02d64 into main 2026-03-10 18:05:27 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/workshop#17
No description provided.