Skip to content

add camel_log and attachments#1546

Merged
fengju0213 merged 3 commits intomainfrom
add-camel-log
Apr 10, 2026
Merged

add camel_log and attachments#1546
fengju0213 merged 3 commits intomainfrom
add-camel-log

Conversation

@4pmtong
Copy link
Copy Markdown
Collaborator

@4pmtong 4pmtong commented Apr 9, 2026

Related Issue

Closes #

Description

Testing Evidence (REQUIRED)

  • I have included human-verified testing evidence in this PR.
  • This PR includes frontend/UI changes, and I attached screenshot(s) or screen recording(s).
  • No frontend/UI changes in this PR.

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Contribution Guidelines Acknowledgement

@Pakchoioioi Pakchoioioi self-requested a review April 9, 2026 15:06
Copy link
Copy Markdown
Collaborator

@fengju0213 fengju0213 left a comment

Choose a reason for hiding this comment

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

overall,looks good!
Should we keep the original camel_log directory structure? I’ve already opened a PR for it. In that case, does the server-side logic also need to be updated accordingly?

Comment thread src/store/chatStore.ts
): Promise<UploadOutcome[]> {
const results: UploadOutcome[] = [];

for (const file of files) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Is the use of serial uploads here intentional, considering the possibility of high concurrency?

@fengju0213 fengju0213 merged commit 86ec0ba into main Apr 10, 2026
8 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