[PR #13479] app: sort conversations by last user message #19498

Open
opened 2026-04-16 07:09:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13479
Author: @nathannewyen
Created: 12/15/2025
Status: 🔄 Open

Base: mainHead: fix/conversation-sorting


📝 Commits (1)

  • 7cdd3c9 app: sort conversations by last user message

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 app/store/database.go (+1 -1)
📝 app/ui/ui.go (+3 -2)

📄 Description

Conversations were being sorted by the last message timestamp, which includes assistant responses. This felt off compared to other chat tools like ChatGPT and Claude.

Now conversations are sorted by the last user message instead.

Fixes #12958


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13479 **Author:** [@nathannewyen](https://github.com/nathannewyen) **Created:** 12/15/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/conversation-sorting` --- ### 📝 Commits (1) - [`7cdd3c9`](https://github.com/ollama/ollama/commit/7cdd3c9d42ff1d53c50d1a3a8ed2b9fbf871710c) app: sort conversations by last user message ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/store/database.go` (+1 -1) 📝 `app/ui/ui.go` (+3 -2) </details> ### 📄 Description Conversations were being sorted by the last message timestamp, which includes assistant responses. This felt off compared to other chat tools like ChatGPT and Claude. Now conversations are sorted by the last user message instead. Fixes #12958 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 07:09:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#19498