Skip to content

Conversation

@wilbeibi
Copy link

@wilbeibi wilbeibi commented Nov 6, 2025

This PR collapse large text paste into a placeholder similar to what image is doing. It also makes backspace/delete behavior nicely w/ these placeholders, when backspace, it delete the whole placeholder instead each char.

fixes #146


This PR collapse large text paste into a placeholder similar to what image is doing. It also makes backspace/delete behavior nicely w/ these placeholders, when backspace, it delete the whole placeholder instead each char.

fixes #146

@github-actions github-actions bot changed the title [feat] Add support for paste collapse [feat] Add support for paste collapse || [feat] Add support for paste collapse Nov 6, 2025
@stdrc
Copy link
Collaborator

stdrc commented Nov 13, 2025

I think in Codex CLI when the folded message is "sent", the original whole input will be printed. Is it true in this PR? If that is the case, it seems we don't need special logic in message_stringify when replaying session right?

@stdrc
Copy link
Collaborator

stdrc commented Nov 13, 2025

I did some refactoring last week so there're some conflicts to be resolved.

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.

Adding a "paste collapse" feature

2 participants