-
Notifications
You must be signed in to change notification settings - Fork 1
Develop #27
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
Open
MKAbuMattar
wants to merge
22
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Develop #27
Conversation
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
…erous command patterns for improved safety
…in ollama models list
- Added 'gemini-2.5-flash-image-preview' to Google model IDs. - Updated Ollama models list with new 'deepseek-v3.1' variants and their respective tags. - Incremented chat model count from 6592 to 6596 and total model count from 6901 to 6905.
…essors - Updated `AdvancedSessionOperations`, `SessionSelector`, `SessionManager`, and `ActTemplateManager` classes to use private class fields (e.g., `#sessionManager`, `#profile`) instead of private properties. - Refactored methods to access these private fields accordingly. - Improved encapsulation and code readability by utilizing modern JavaScript class field syntax.
…up package resolutions fix: update generated timestamp in ollama-models-list.ts
- Added 'deepseek-v3.1:latest' to the list of chat models. - Introduced 'embeddinggemma' and its variants to the embedding models. - Updated the model counts: chat models increased to 6597, embedding models to 66, and total models to 6912.
- Added new model IDs to the LMStudio provider, including models from Baidu, Bytedance, and Qwen. - Updated existing model IDs in the LMStudio provider for Google and Mistralai models. - Introduced a new model ID in the XAI provider. - Updated the generation timestamp in the Ollama models list.
- Added SearchManager class to manage search providers and handle search requests. - Integrated DuckDuckGo and Wikipedia as search providers. - Implemented deduplication of search sources with SourceDeduplicator. - Created SourceProcessor for processing and analyzing search sources. - Developed SourceRelevanceFilter to filter sources based on relevance to the query. - Introduced StyleEngine to apply different report styles to the generated content. - Defined types for research configuration, search sources, and content analysis. - Enhanced error handling and logging throughout the search and processing workflow.
…nce content fetching and citation type determination
…pdate configuration and validation for research options
|
This pull request is stale because it has been open for 60 days with no activity. Remove the "Stale" label or comment on the pull request, or it will be closed in 7 days. |
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.
Pull Request Template for Rawi
Thank you for your contribution to Rawi! Please fill out the following information to help us review your pull request.
Pull Request Checklist
Before submitting your PR, please ensure you have completed the following:
Type of Change
Please mark the type of change your PR introduces with an x in the brackets (e.g., [x]).
Description
Please provide a clear and concise description of your changes. What problem does this PR solve? How does it solve it?
Related Issue(s)
If this PR addresses an open issue, please link it here (e.g., Closes #123, Fixes #456).
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Examples:
Screenshots (if applicable)
If your changes include UI updates or new features that are visually demonstrable, please include screenshots or GIFs here.
Additional Context
Add any other context or information about your pull request here. This could include challenges faced, design decisions, or future considerations.