Merged
Conversation
…function handling in LLMWithStructuredOutput
…ntextMenu and StringVariable components
Bug/160 fix linux deployment
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.
This pull request includes a variety of improvements and refactors across the desktop app and catalog packages, focusing on code readability, maintainability, and minor bug fixes. The most significant changes are grouped below by theme.
Workflow and Build Improvements
.github/workflows/alpha-release.yml) now splits thetauri-apps/tauri-actionstep based on platform, allowing for more granular environment configuration and arguments for Ubuntu platforms versus others.Code Quality and Refactoring
app-sidebar.tsx,app-state.ts,storage-state.ts, etc.) received import cleanups, formatting improvements, and minor logic tweaks for better readability and consistency. [1] [2] [3] [4] [5] [6] [7]download-flow-docling.tsscript was reformatted for consistency, improving array and error handling readability. [1] [2]Mail Catalog Refactors
.default()calls and use direct constructors, simplifying the code inmail.rs.imap/inbox/list.rsby replacing.map(...).flatten()with.flat_map(...), and streamlined attachment construction and date parsing. [1] [2]mail/imap/inbox/mail/copy.rsby combining conditions and improving error handling. [1] [2]AI Catalog Enhancements
llm/branch.rsandllm/with_structured_output.rswas updated for clarity and correctness, including more robust handling of tool calls and function validation. [1] [2] [3]Minor Fixes and Formatting
Let me know if you'd like a deeper explanation of any specific change!