Shun Miyazawa
|
4f6acd2bd6
Merge branch 'imprv/thread-history' into imprv/167669-make-my-assistants-and-team-assistants-into-accordions-collapsible
|
11 months ago |
Shun Miyazawa
|
4e3ce40b83
Merge branch 'master' into imprv/thread-history
|
11 months ago |
Shun Miyazawa
|
e2c19c508b
Merge pull request #10089 from weseek/feat/pre-response-message
|
11 months ago |
Shun Miyazawa
|
0cfb497c47
refactor: include ThreadType in the query for recent threads
|
11 months ago |
Shun Miyazawa
|
353ab2ae08
refactor: update toast messages in AiAssistantItem to use translation function
|
11 months ago |
Shun Miyazawa
|
e46285e3f7
refactor: add onCollapsed prop to AiAssistantList and update AiAssistantContent to handle collapsible state
|
11 months ago |
Shun Miyazawa
|
a6f3aecc33
refactor: rename ai_assistant_collapse to ai_assistant_list in translations and update related components
|
11 months ago |
Shun Miyazawa
|
8867aa3819
refactor: rename ai_assistant_tree to ai_assistant_collapse and update related translations
|
11 months ago |
Shun Miyazawa
|
05b2123800
refactor: simplify AiAssistantTree rendering logic by removing unnecessary null checks
|
11 months ago |
Shun Miyazawa
|
3cca7da160
refactor: remove headers from AiAssistant content and update rendering logic for team assistants
|
11 months ago |
Yuki Takei
|
3d7974457b
Merge pull request #10096 from weseek/feat/167664-implement-api-to-return-threads-created-by-user-in-creation-order
|
11 months ago |
Yuki Takei
|
1ca97505a9
Merge pull request #10094 from weseek/fix/167648-message-gets-sent-when-pressing-enter-to-confirm-text-conversion
|
11 months ago |
Yuki Takei
|
7c5b77e7b5
update settings.json
|
11 months ago |
Shun Miyazawa
|
59feb5f202
refactor: update timestamps configuration to disable createdAt field in ThreadRelation schema
|
11 months ago |
Shun Miyazawa
|
1082fa0e8f
fix: ensure sorting by updatedAt in recent threads pagination
|
11 months ago |
Shun Miyazawa
|
8671b6efc6
fix: update error message for failed recent threads retrieval
|
11 months ago |
Shun Miyazawa
|
0b875a3638
refactor: remove unused sort query parameter from getRecentThreads route
|
11 months ago |
Shun Miyazawa
|
57bb05e90f
refactor: update ThreadRelationModel to use PaginateModel and improve type definitions in getRecentThreads route
|
11 months ago |
Shun Miyazawa
|
916ae2457b
fix: correct validation message for limit query parameter
|
11 months ago |
Shun Miyazawa
|
4441ff73c8
implement pagination for recent threads and add timestamps to thread relations
|
11 months ago |
Shun Miyazawa
|
562f062c3e
add getRecentThreads endpoint and service method
|
11 months ago |
Yuki Takei
|
ca26517e80
update roo mcp settings
|
11 months ago |
Shun Miyazawa
|
b167c3bcf8
improve keyDownHandler to ignore events while composing
|
11 months ago |
Shun Miyazawa
|
88482e4d15
fix: handle errors in pre-message generation to improve logging
|
11 months ago |
Shun Miyazawa
|
42804fc264
Merge branch 'master' into feat/pre-response-message
|
11 months ago |
Yuki Takei
|
1691bc95d6
Merge pull request #10090 from weseek/imprv/167603-behavior-when-pre-message-and-main-message-arrive
|
11 months ago |
Shun Miyazawa
|
ecba218cf8
feat: enhance message handling to separate pre-messages and main messages during processing
|
11 months ago |
Shun Miyazawa
|
4a44965ba4
feat: update pre-message handling to include finished state and refactor related methods
|
11 months ago |
Shun Miyazawa
|
c240c144f9
docs: add comment for SSE response creation in postMessageHandlersFactory
|
11 months ago |
Shun Miyazawa
|
fe70887744
fix: remove debug log for isMainMessageGenerating in messageDeltaHandler
|
11 months ago |