Skip to content

Conversation

@cameronr
Copy link
Collaborator

@cameronr cameronr commented Nov 1, 2025

To support sending multiple messages, the main thing that we needed to support was inserting parts not at the end. I didn't need to build a queue of outgoing messages because we can just send them to Opencode as we get them.

This PR also includes not using relative timestamps as they don't make sense when we're not re-rendering. The time should be formatted the way the Opencode TUI does it.

I've tested simultaneous messages a bit but it could definitely use another set of eyes.

Since we're not rerendering, relative timestamps don't make sense as
they don't update.
@cameronr cameronr mentioned this pull request Nov 1, 2025
15 tasks
@sudo-tee
Copy link
Owner

sudo-tee commented Nov 2, 2025

Great. It was a lot easier than I anticipated.

Thanks for the PR

@sudo-tee sudo-tee merged commit ad1260e into sudo-tee:main Nov 2, 2025
5 checks passed
@cameronr cameronr deleted the feat/multiple-messages branch November 6, 2025 01:21
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.

2 participants