jev_compact
Compacts conversation transcripts by pruning verbose tool outputs while preserving all messages verbatim. Reduces context size for coding agents without altering the conversation history.
Instructions
Verbatim context compaction: prunes old verbose tool results while preserving conversation messages 100% verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawJson | No | Raw JSON or JSONL transcript string | |
| messages | No | Array of conversation message objects | |
| truncateHeadChars | No | Chars of output retained before omission note (default 250) |