Skip to content

reduce logging - #3

Merged
maks-ivanov merged 2 commits into
mainfrom
reduce-logging
Apr 28, 2026
Merged

reduce logging#3
maks-ivanov merged 2 commits into
mainfrom
reduce-logging

Conversation

@maks-ivanov

@maks-ivanov maks-ivanov commented Apr 28, 2026

Copy link
Copy Markdown

Note

Medium Risk
Changes pi --mode json output semantics from a full event stream (including session header and streaming updates) to a filtered transcript, which may break existing consumers parsing the previous JSONL event format.

Overview
pi --mode json now emits a compact JSONL transcript instead of streaming all session events, writing only agent_start, completed user messages (message_end), completed assistant turns (turn_end message), and agent_end.

Docs and CLI help text are updated to reflect the new JSON transcript mode, and tests are expanded to assert that non-transcript events (e.g., turn_start, message_update) are no longer printed.

Reviewed by Cursor Bugbot for commit 6c8fe10. Bugbot is set up for automated code reviews on this repo. Configure here.

@maks-ivanov
maks-ivanov merged commit 09d4ac8 into main Apr 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant