Skip to content

fix(conversation): preserve attachment file paths#3425

Open
ivanarifin wants to merge 1 commit into
iOfficeAI:mainfrom
ivanarifin:fix/issue-2780-image-attachments
Open

fix(conversation): preserve attachment file paths#3425
ivanarifin wants to merge 1 commit into
iOfficeAI:mainfrom
ivanarifin:fix/issue-2780-image-attachments

Conversation

@ivanarifin

Copy link
Copy Markdown

Summary

Validation

  • npm exec --prefix /tmp/aionui-tools --package oxlint@1.56.0 -- oxlint packages/desktop/src/renderer/utils/file/messageFiles.ts tests/unit/messageFiles.test.ts
  • npm exec --prefix /tmp/aionui-tools --package oxfmt@0.41.0 -- oxfmt --check packages/desktop/src/renderer/utils/file/messageFiles.ts tests/unit/messageFiles.test.ts
  • git diff --check
  • node scripts/generate-i18n-types.js && node scripts/check-i18n.js ✅ (pre-existing warnings only)
  • npm exec --prefix /tmp/aionui-tools --package vitest@4.0.18 -- vitest run tests/unit/messageFiles.test.ts --root /Users/mac/Projects/AionUi ⚠️ could not start because the temporary npm execution environment could not resolve vitest/config from the project config without installed project dependencies.
  • npm exec --prefix /tmp/aionui-tools --package typescript@5.8.3 -- tsc --noEmit ⚠️ could not complete because project dependencies are not installed in this environment, producing missing module/type errors across the repo.
  • just push -u origin fix/issue-2780-image-attachments ⚠️ could not run because just is not installed; with explicit approval, used git push -u origin fix/issue-2780-image-attachments as fallback.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...es/desktop/src/renderer/utils/file/messageFiles.ts 80.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

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.

[Bug]: Images pasted via clipboard or provided as file references are never received by the AI model

1 participant