Anthropic began hiding parts of the CoT (code writing parts apparently) for Opus 4.6. Expect lower distillation quality in the future.
I should implement a raw input handler for those approval points that buffers input and waits to see if more characters arrive before treating it as a final submission. Writing the paste detection function... Writing input handling logic...
Actually, I'm realizing this approach is getting too complicated. Let me simplify by just adding a helper method and using it in the approval prompts instead of trying to handle all these edge cases with escape sequences and paste detection.