Skip to content

Conversation

@tauraamui
Copy link
Contributor

No description provided.

caarlos0 and others added 19 commits October 14, 2025 11:25
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…7.0.0 in the all group (#1226)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@tauraamui tauraamui self-assigned this Oct 15, 2025
@kujtimiihoxha kujtimiihoxha changed the base branch from main to feat/attach-image-on-path-auto-complete-selection October 15, 2025 16:07
@tauraamui tauraamui marked this pull request as ready for review October 15, 2025 16:08
@tauraamui tauraamui requested a review from a team as a code owner October 15, 2025 16:08
@tauraamui tauraamui requested review from andreynering and raphamorim and removed request for a team October 15, 2025 16:08
if len(m.historyCache) > 0 {
return m.historyCache, nil
}
allMessages, err := m.app.Messages.List(ctx, m.session.ID)
Copy link
Member

Choose a reason for hiding this comment

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

The history here should be build across sessions it does not have to be just the current session, imagine you create a new session but want the last sessions message but just make it a bit different.

To enable this you need to create a new SQL query and add a new method to the service that lists all user messages with a specific order (newer messages show up first)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants