| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-11 | cleaned up user authentication | Michael Peter Christen | |
| this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server. | |||
| 2026-07-10 | new use case graphics and slightly larger font | Michael Peter Christen | |
| 2026-07-10 | fixed language selector and translations for the selector | Michael Peter Christen | |
| 2026-07-09 | Complete Chinese, Hindi, Japanese, and Korean translations. | Michael Peter Christen | |
| 2026-07-07 | Major fix for localization: finalizing German, French, Spanish, Italian, | Michael Peter Christen | |
| Greek, Slovak, Ukrainian, Turkish and Russian. Also added full support for Polish language. All servlets are now fully supported by those languages. | |||
| 2026-07-07 | fix for spelling in web pages, fixes in locale translations, added | Michael Peter Christen | |
| missing pages in de-locale, removed translation for non-existing pages | |||
| 2026-07-05 | better distinct between num_ctx and max_tokens | Michael Peter Christen | |
| 2026-07-05 | setting max_tokens per model | Michael Peter Christen | |
| 2026-07-05 | removed the snapshot feature and all dependencies from non-java code | Michael Peter Christen | |
| 2026-07-05 | enhanced download of models, updated model list | Michael Peter Christen | |
| 2026-07-04 | enhanced log reports generation | Michael Peter Christen | |
| 2026-07-04 | fix for memory setting | Michael Peter Christen | |
| 2026-07-04 | Enhanced Log Reports | Michael Peter Christen | |
| 2026-07-04 | added llm proxy servlet to augment the RAGProxyServlet with admin | Michael Peter Christen | |
| access. We need this to do remote LLM inference configuration. | |||
| 2026-06-28 | added log report generator for recursive self-improvement | Michael Peter Christen | |
| 2026-05-31 | enhanced ai chat: show when tool calls happen and show result of tool | Michael Peter Christen | |
| calls during current chat completion | |||
| 2026-03-29 | Add thinking/tooling/vision/format model capability tests and suppress ↵ | Michael Peter Christen | |
| thinking across LLM calls | |||
| 2026-03-29 | Restore tool-enabled chat requests from persisted model capabilities | Michael Peter Christen | |
| 2026-03-29 | Add configurable maximum length for RAG search documents | Michael Peter Christen | |
| 2026-03-28 | enhanced tooling/vision testing: persisting all tests | Michael Peter Christen | |
| 2026-03-28 | Add search tool backed by shared RAG search document output | Michael Peter Christen | |
| 2026-03-28 | Respect persisted tooling capability for chat models | Michael Peter Christen | |
| 2026-03-28 | showing different waiting messages for different activities | Michael Peter Christen | |
| 2026-03-28 | hero page modification for YaCy Chat | Michael Peter Christen | |
| 2026-03-28 | more models | Michael Peter Christen | |
| 2026-03-28 | Fix yacychat P2P mode detection for global search visibility | Michael Peter Christen | |
| 2026-03-24 | Merge branch 'master' of https://github.com/yacy/yacy_search_server.git | Michael Peter Christen | |
| 2026-03-24 | renamed skills -> tools | Michael Peter Christen | |
| 2026-03-01 | added new models | Michael Peter Christen | |
| 2026-02-15 | fixed api-key handling | Michael Peter Christen | |
| 2026-02-10 | added vfs storage to yacychat so the current history does not depend on ↵ | Michael Peter Christen | |
| localStorage any more | |||
| 2026-02-10 | added virtual file system that stores users data in the users browser | Michael Peter Christen | |
| 2026-02-10 | better usage flow for attachments/searches | Michael Peter Christen | |
| 2026-02-09 | Renamed Table_API_p.html -> Automation_p.html | Michael Peter Christen | |
| 2026-02-08 | added skill configuration: we present llm tools as "Skills" and make | Michael Peter Christen | |
| them configurable in the YaCy GUI. | |||
| 2026-02-07 | added tool calling abilities to yacychat.html and added a tool handler to ↵ | Michael Peter Christen | |
| RAGProxyServlet; also provided a large set of basic tools to handle calculations, date understanding, unit conversion, web fetch, number parsing, self reflection and more | |||
| 2026-01-21 | Add DNS/network errors (-1) to permanent error status codes | pr0vieh | |
| - DNS errors (NXDOMAIN, SERVFAIL, UnknownHostException) now treated as permanent failures - Updated default permanentStatus from '404,410' to '404,410,-1' - Added documentation explaining -1 status code represents DNS/network failures - Updated UI description in IndexFederated_p.html to reflect DNS error handling - Affects both transferURL and transferRWI DHT operations | |||
| 2026-01-21 | Add configurable DHT error URL blocking with retry window and web UI | pr0vieh | |
| - Implement proactive DHT error URL rejection for both URL and RWI transfers - Add configurable opt-out via indexReceiveBlockErrors setting (default: true) - Introduce retry window for temporary errors (default: 30 days) - Permanent errors (404, 410) always blocked, configurable via permanentStatus - Add web UI controls in IndexFederated_p.html under Peer-to-Peer section - Bidirectional feedback: receivers reject and report error URLs to senders - Detailed logging shows blocked vs error-blocked counts separately - Uses load_date_dt field to calculate error age for retry decisions | |||
| 2026-01-08 | fixed bug in ai.production_models default value and replaced some | Michael Peter Christen | |
| outdated LLMs with new ones | |||
| 2026-01-08 | replaced codex with regula | Michael Peter Christen | |
| 2026-01-06 | added global search to chat | Michael Peter Christen | |
| 2026-01-06 | updated d3.js | Michael Peter Christen | |
| 2026-01-04 | increased default context size | Michael Peter Christen | |
| 2026-01-04 | added rendering of <think> tags in LLM responses. | Michael Peter Christen | |
| 2026-01-03 | disabled narrow font in model selection | Michael Peter Christen | |
| 2026-01-03 | added default augmentation setting (attachments / local search) in chat. | Michael Peter Christen | |
| 2026-01-03 | Fix image preview licensing and show 20 images per page, fixes | Michael Peter Christen | |
| https://github.com/yacy/yacy_search_server/issues/438 Use separate one‑time licenses for image thumbnails and full previews to prevent preview failures after thumbnail loads, and set the Images tab to request 20 results by default via the content‑domain switch form. | |||
| 2026-01-03 | page number computation fix | Michael Peter Christen | |
| 2026-01-02 | possible fix for search-0-results bug from | Michael Peter Christen | |
| https://github.com/yacy/yacy_search_server/issues/499 | |||
| 2025-12-08 | added AIShield config page for chat access settings. Also added chat to top ↵ | Michael Peter Christen | |
| menu in case that was wanted by the user. Also added the AILab to the main menu. | |||
