forked from ItzCrazyKns/Vane
-
Notifications
You must be signed in to change notification settings - Fork 0
Scenario 1: Provider compatibility, search hardening, Venice.ai #1
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c9bde7a
fix: add forwarded IP headers to searxng requests
stablegenius49 596fa37
fix: ignore blank and invalid SEARXNG env values
7e74eb6
fix: prevent repeated text on reconnect by using block snapshots
VibhorGautam 3b6d03c
feat(providers): add Venice.ai as a model provider
joshua-mo-143 0d06d16
feat(lmstudio): add generateObject override for OpenAI-compatible APIs
teknomage8 bb8aecc
Fix spelling in api.ts
northern-64bit 0403d0b
Fix spelling in index.ts
northern-64bit 6265b17
Spelling fixes in webSearch.ts
northern-64bit ba74f87
fix: strip markdown code fences from LLM JSON responses
willtwilson 1076f8e
fix: relax Groq structured output plumbing
stablegenius49 e5b7d95
fix: guard against undefined queries/urls in research actions
VibhorGautam e2fe7c9
fix: block local/private URL scraping
stablegenius49 d8595a2
fix: cap raw HTML before markdown conversion
VibhorGautam 1a1cecc
fix: limit scraped content size to prevent excessive token usage
VibhorGautam 6e4da1c
fix(search): cap writer context size
30dd80d
fix: surface search pipeline failures instead of hanging (#1054)
Eternalhazed 43b79ae
fix(stream): keep chat SSE alive during long LM Studio generations
stablegenius49 9c2788a
fix: handle missing opening think tag for deepseek-r1-671b (#1034)
Eternalhazed 42ed64f
fix: improve error handling for streaming tool calls and search
NicolasArnouts ed66af5
fix(providers): handle empty responses in generateObject
NicolasArnouts 8fab50b
fix(openai): use standard chat completions API for OpenRouter compati…
NicolasArnouts e688410
fix: throw on SearXNG errors instead of swallowing, guard res.json()
VibhorGautam b088120
fix: improve robustness across model providers and search pipeline
VibhorGautam 1032f6a
fix: fix spelling errors and trailing comma in classifier prompt (#1065)
Eternalhazed 0209d0c
fix: resolve type error in OpenAI tool call arguments parsing
Eternalhazed 7780960
chore: add .claude/settings.local.json to gitignore
Eternalhazed 57f0ab7
fix: address 18 code review findings from CodeRabbit + Copilot
Eternalhazed c9db1d0
fix: address round 2 code review findings from CodeRabbit
Eternalhazed File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ dist/ | |
|
|
||
| # Config files | ||
| config.toml | ||
| .claude/settings.local.json | ||
|
|
||
| # Log files | ||
| logs/ | ||
|
|
||
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.