Commit Graph

9 Commits

Author SHA1 Message Date
Peer Schütt
0b2ce886c5 Key fixes include:
Prevented OS credentials from reaching public hosts or cross-origin redirects.
Preserved Responses API reasoning items across tool rounds.
Fixed nullable tool-call handling and omitted unsupported null request properties.
Propagated cancellation correctly.
Removed tool argument values from logs and tool results from persisted traces.
Added settings validation, clearable optional enums, managed-confidence validation, and safe fallback behavior.
Added tool-definition schema and duplicate validation.
Fixed documentation JSON, changelog regressions, typos, trailing whitespace, and unused Anthropic code.
2026-07-15 11:31:11 +02:00
Peer Schütt
2ad591f117 Fixed some bugs. 2026-06-11 16:25:26 +02:00
Peer Schütt
d0e1966e9e Added the option to authenticate with the OS settings for private or VPN web pages. 2026-06-10 14:52:00 +02:00
Peer Schütt
84a9f88f8b Adding security features 2026-06-03 12:57:32 +02:00
Nils Kruthoff
cf6256c215
Resolve target host addresses before connecting, then bind HTTP connection to those validated IPs.
Prevents request from re-resolving the host after validation
2026-05-18 17:00:05 +02:00
Nils Kruthoff
b1f50b7b5c
added the actual filtering and blocking security logic so that only public hosts will be allowed and only high confidence providers are used if request goes to allowed internal hosts 2026-05-18 15:34:19 +02:00
Peer Schütt
582bd27e48 The tools web_search and read_web_content are now working! They still need to be finetuned and better harnessed. 2026-04-13 18:37:23 +02:00
Peer Schütt
ad3d9dc71f First version of SearXNG-based Websearch and a tool to read web page content. 2026-04-13 13:53:24 +02:00
Thorsten Sommer
4cb49d9f27
Allow reading web content into assistants (#63) 2024-08-01 21:53:28 +02:00