Simplify conversation naming to first message truncation #26

Merged
ryan merged 1 commits from feat/conversation-name-truncation into main 2026-04-09 22:04:33 -04:00
Owner

Summary

  • Remove LLM-based conversation renaming (was triggered after 8+ messages)
  • Remove RenameConversationOutputSchema and rename_conversation() function
  • New conversations start with "New Conversation" placeholder, then get named from the first user message (truncated to 100 chars)

Test plan

  • Create a new conversation and verify it starts as "New Conversation"
  • Send a message and verify the conversation name updates to the first message text (truncated)
  • Verify existing conversations still display correctly

🤖 Generated with Claude Code

## Summary - Remove LLM-based conversation renaming (was triggered after 8+ messages) - Remove `RenameConversationOutputSchema` and `rename_conversation()` function - New conversations start with "New Conversation" placeholder, then get named from the first user message (truncated to 100 chars) ## Test plan - [ ] Create a new conversation and verify it starts as "New Conversation" - [ ] Send a message and verify the conversation name updates to the first message text (truncated) - [ ] Verify existing conversations still display correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code)
ryan added 1 commit 2026-04-09 22:02:38 -04:00
ryan merged commit 7ee3bdef84 into main 2026-04-09 22:04:33 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryan/simbarag#26