Skip to content

Conversation

@jamadeo
Copy link
Collaborator

@jamadeo jamadeo commented Jul 30, 2025

Introduces a Conversation type to use over Vec. This lets us keep message merging and validation within the type.

For now this is a thin wrapper around Vec and doesn't do the validation yet.

@@ -0,0 +1,109 @@
use serde::{Deserialize, Serialize};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have a message folder - we could rename that to conversation and move this there and also the conversation fixer

@DOsinga
Copy link
Collaborator

DOsinga commented Aug 2, 2025

you should probably get this in when you get a chance seeing how quickly this bit of the code moves

@jamadeo jamadeo merged commit 5eb0100 into main Aug 7, 2025
11 checks passed
@jamadeo jamadeo deleted the jackamadeo/better-message-merge branch August 7, 2025 02:06
michaelneale added a commit that referenced this pull request Aug 7, 2025
* main:
  chore: use a Conversation type (#3735)
  docs: cli command history search (#3905)
  fixed recipe schedule jobs (#3880)
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.

3 participants