Merged
Conversation
…nclude audiofiles.
…ted to include audiofiles." This reverts commit 3038f56.
Now, when downloading audio with text, it has type "multi" instead of "HTML" or "plaintext" or "wav", and it has "audio" and "html" folders inside, for example. Now, downloads are always wrapped in a new folder but the option to zip remains.
…n, making it its own button. I just generaly sat down and cleaned up the export options page and gave it a unified, consistent structure and spacing that should hopefully be less confusing to the user.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
…ieval - Added `initializeAudioExporter` function to set the extension context for audio exporting. - Updated the FFmpeg path retrieval in the audio export process to utilize the context, enhancing the functionality of the audio exporter.
- Implemented syncing of sourceLanguage and targetLanguage from metadata to configuration, ensuring updates only occur when necessary. - Improved type definitions for languages in ProjectMetadata to utilize LanguageMetadata, enhancing clarity and type safety.
TimRl
previously approved these changes
Mar 30, 2026
…n usfmOptions section and integrated USFM no-validation option directly into the export format selection.
…lements. Cleaned up exportCodexContent function by eliminating zipDirectory dependency and associated logic.
TimRl
approved these changes
Mar 31, 2026
LeviXIII
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Medium Risk
Changes export output paths and introduces optional zipping and combined text+audio exports, which could break downstream expectations about folder layout. Adds a new archiving dependency and deletes the unzipped export directory after creating the zip, so failures could impact user data if paths are wrong.
Overview
Export behavior is reworked to produce a dedicated wrapper output folder per run (name includes project, format/multi, and date, with collision-avoidance), and exports now write into subfolders when combining text + audio.
Adds new
ExportOptions(zipOutput,includeAudio,includeTimestamps) and updates the command wiring to use the shared type. WhenzipOutputis enabled, the wrapper folder is zipped via newzipDirectory()(archiver-based) and the unzipped folder is removed.Audio export no longer creates its own
export/<project>-<timestamp>tree; it now writes directly to the provided destination folder, aligning with the new wrapper-folder approach.The Project Export webview is updated to remember the last export folder, add a Zip output toggle, add explicit audio-mode choices (with/without timestamps), add a USFM no-validation variant, and reorganize the format selection UI.
Written by Cursor Bugbot for commit 2c48c28. This will update automatically on new commits. Configure here.