Skip to content

Add chat/update notification for renaming chats#404

Merged
ericdallo merged 2 commits intomasterfrom
add-chat-update-to-protocol
Apr 8, 2026
Merged

Add chat/update notification for renaming chats#404
ericdallo merged 2 commits intomasterfrom
add-chat-update-to-protocol

Conversation

@zikajk
Copy link
Copy Markdown
Member

@zikajk zikajk commented Apr 8, 2026

Persist chat titles to database and broadcast to all connected clients. Previously, renaming was client-local only (lost on restart).

  • I added a entry in changelog under unreleased section.
  • This is not an AI slop.

zikajk and others added 2 commits April 8, 2026 19:34
Persist chat titles to database and broadcast to all connected clients.
Previously, renaming was client-local only (lost on restart).
State-modifying operations that persist to DB should use request
semantics so the client gets acknowledgment. This aligns chat/update
with chat/clear, chat/delete, chat/fork, etc.

- Use receive-request + eventually instead of receive-notification
- Return {} from update-chat (consistent with other chat operations)
- Update protocol docs to reflect request semantics

🤖 Generated with [eca](https://eca.dev)

Co-Authored-By: eca <git@eca.dev>
Copy link
Copy Markdown
Member

@ericdallo ericdallo left a comment

Choose a reason for hiding this comment

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

💯

@ericdallo ericdallo merged commit 79ad9f7 into master Apr 8, 2026
7 checks passed
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.

2 participants