Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: Improve thread title creation #4343

Closed
imtuyethan opened this issue Dec 27, 2024 · 1 comment
Closed

enhancement: Improve thread title creation #4343

imtuyethan opened this issue Dec 27, 2024 · 1 comment
Assignees
Labels
category: threads & chat Threads & chat UI UX issues type: enhancement Improves a current feature
Milestone

Comments

@imtuyethan
Copy link
Contributor

Problem Statement

  • Current title creation fails with cryptic errors when titles contain newlines
  • This affects auto-generated titles from AI responses
  • Poor user experience when title creation fails
Screenshot 2024-12-27 at 10 59 51 AM

Enhancement

How can we improve it?

  • Graceful fallback if title creation fails
  • Clear error logging
  • Retry logic for failed updates

Is it possible to automatically sanitize generated titles?

  • Remove newlines and normalize whitespace
  • Handle special characters
  • Trim to valid length
@louis-menlo
Copy link
Contributor

We've already enhanced title generation as described in the linked PR.

  1. Title length constraints have been removed.
  2. Remove newlines and normalize special characters

@github-project-automation github-project-automation bot moved this from Investigating to QA in Menlo Jan 29, 2025
@imtuyethan imtuyethan added this to the v0.5.15 milestone Feb 6, 2025
@imtuyethan imtuyethan moved this from QA to Completed in Menlo Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: threads & chat Threads & chat UI UX issues type: enhancement Improves a current feature
Projects
Archived in project
Development

No branches or pull requests

2 participants