Commit History

Author SHA1 Message Date
  Shun Miyazawa e17993f22a Refactor thread relation types: unify pagination type and clean up imports 10 months ago
  Shun Miyazawa a102ce19a5 Add ThreadList component and integrate recent threads display in AiAssistantContent 10 months ago
  Shun Miyazawa a1398bf909 Refactor thread store: add pagination support for recent threads 10 months ago
  Shun Miyazawa 4e3ce40b83 Merge branch 'master' into imprv/thread-history 10 months ago
  Shun Miyazawa e2c19c508b Merge pull request #10089 from weseek/feat/pre-response-message 10 months ago
  Yuki Takei 3d7974457b Merge pull request #10096 from weseek/feat/167664-implement-api-to-return-threads-created-by-user-in-creation-order 10 months ago
  Yuki Takei 1ca97505a9 Merge pull request #10094 from weseek/fix/167648-message-gets-sent-when-pressing-enter-to-confirm-text-conversion 10 months ago
  Yuki Takei 7c5b77e7b5 update settings.json 10 months ago
  Shun Miyazawa 59feb5f202 refactor: update timestamps configuration to disable createdAt field in ThreadRelation schema 10 months ago
  Shun Miyazawa 1082fa0e8f fix: ensure sorting by updatedAt in recent threads pagination 10 months ago
  Shun Miyazawa 8671b6efc6 fix: update error message for failed recent threads retrieval 10 months ago
  Shun Miyazawa 0b875a3638 refactor: remove unused sort query parameter from getRecentThreads route 10 months ago
  Shun Miyazawa 57bb05e90f refactor: update ThreadRelationModel to use PaginateModel and improve type definitions in getRecentThreads route 10 months ago
  Shun Miyazawa 916ae2457b fix: correct validation message for limit query parameter 10 months ago
  Shun Miyazawa 4441ff73c8 implement pagination for recent threads and add timestamps to thread relations 10 months ago
  Shun Miyazawa 562f062c3e add getRecentThreads endpoint and service method 10 months ago
  Yuki Takei ca26517e80 update roo mcp settings 10 months ago
  Shun Miyazawa b167c3bcf8 improve keyDownHandler to ignore events while composing 10 months ago
  Shun Miyazawa 88482e4d15 fix: handle errors in pre-message generation to improve logging 10 months ago
  Shun Miyazawa 42804fc264 Merge branch 'master' into feat/pre-response-message 10 months ago
  Yuki Takei 1691bc95d6 Merge pull request #10090 from weseek/imprv/167603-behavior-when-pre-message-and-main-message-arrive 10 months ago
  Shun Miyazawa ecba218cf8 feat: enhance message handling to separate pre-messages and main messages during processing 10 months ago
  Shun Miyazawa 4a44965ba4 feat: update pre-message handling to include finished state and refactor related methods 10 months ago
  Shun Miyazawa c240c144f9 docs: add comment for SSE response creation in postMessageHandlersFactory 10 months ago
  Shun Miyazawa fe70887744 fix: remove debug log for isMainMessageGenerating in messageDeltaHandler 10 months ago
  Shun Miyazawa 95ea97e95f feat: add handling for main message generation state in pre-message delta processing 10 months ago
  Shun Miyazawa 99c2ef479d fix: restore generateAndProcessPreMessage call for pre-message processing in SSE 10 months ago
  Shun Miyazawa c3f6a23040 refactor: simplify generateAndProcessPreMessage signature for improved readability 10 months ago
  Shun Miyazawa 644463afb8 feat: update generateAndProcessPreMessage to return void for improved clarity 10 months ago
  Yuki Takei 0a4dde9a30 Merge pull request #10086 from weseek/feat/167463-implement-pre-message-creation-logic 11 months ago