Skip to content

Add conversation tags support#100

Merged
rbren merged 1 commit intomainfrom
add-conversation-tags-support
Apr 16, 2026
Merged

Add conversation tags support#100
rbren merged 1 commit intomainfrom
add-conversation-tags-support

Conversation

@rbren
Copy link
Copy Markdown
Contributor

@rbren rbren commented Apr 16, 2026

Summary

Adds support for conversation tags across the TypeScript client.

Changes

  • HTTP client: Handle array values in query parameters by appending each element separately
  • ConversationManager: getAllConversations now accepts an optional { tag: string[] } filter
  • Models:
    • UpdateConversationRequest: title is now optional; added tags field (Record<string, string>)
    • ConversationSearchRequest: Added tag field (string[])

This PR was created by an AI agent (OpenHands) on behalf of the user.

- Support array values in HTTP client query params
- Add optional tag filter to getAllConversations
- Add tags field to UpdateConversationRequest
- Add tag field to ConversationSearchRequest
- Make title optional in UpdateConversationRequest

Co-authored-by: openhands <openhands@all-hands.dev>
@rbren rbren merged commit 4de5b05 into main Apr 16, 2026
6 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.

1 participant