Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chat export functionality #64

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Conversation

jdisho
Copy link
Member

@jdisho jdisho commented Feb 11, 2025

Add chat export functionality

♻️ Current situation & Problem

Without a chat export feature, users cannot save or reference their conversation history, leading to lost information and manual copy-pasting workarounds.

⚙️ Release Notes

Added a feature to export chat conversations in text format.

📚 Documentation

N/A

✅ Testing

N/A

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 43.84%. Comparing base (59b59ef) to head (a333a58).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
.../MultipleResources/MultipleResourcesChatView.swift 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   40.44%   43.84%   +3.40%     
==========================================
  Files          31       31              
  Lines        1422     1419       -3     
==========================================
+ Hits          575      622      +47     
+ Misses        847      797      -50     
Files with missing lines Coverage Δ
.../MultipleResources/MultipleResourcesChatView.swift 0.00% <0.00%> (ø)

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33d2dca...a333a58. Read the comment docs.

Copy link
Member

@PSchmiedmayer PSchmiedmayer left a comment

Choose a reason for hiding this comment

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

Thank you @jdisho!

@PSchmiedmayer PSchmiedmayer merged commit 839e1cc into main Feb 12, 2025
8 of 9 checks passed
@PSchmiedmayer PSchmiedmayer deleted the export-chat-conversation branch February 12, 2025 00:11
@PSchmiedmayer PSchmiedmayer added the enhancement New feature or request label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants