summaryrefslogtreecommitdiff
path: root/htroot
AgeCommit message (Collapse)Author
2026-03-29Restore tool-enabled chat requests from persisted model capabilitiesMichael Peter Christen
2026-03-29Add configurable maximum length for RAG search documentsMichael Peter Christen
2026-03-28enhanced tooling/vision testing: persisting all testsMichael Peter Christen
2026-03-28Add search tool backed by shared RAG search document outputMichael Peter Christen
2026-03-28Respect persisted tooling capability for chat modelsMichael Peter Christen
2026-03-28showing different waiting messages for different activitiesMichael Peter Christen
2026-03-28hero page modification for YaCy ChatMichael Peter Christen
2026-03-28more modelsMichael Peter Christen
2026-03-28Fix yacychat P2P mode detection for global search visibilityMichael Peter Christen
2026-03-24Merge branch 'master' of https://github.com/yacy/yacy_search_server.gitMichael Peter Christen
2026-03-24renamed skills -> toolsMichael Peter Christen
2026-03-01added new modelsMichael Peter Christen
2026-02-15fixed api-key handlingMichael Peter Christen
2026-02-10added vfs storage to yacychat so the current history does not depend on ↵Michael Peter Christen
localStorage any more
2026-02-10added virtual file system that stores users data in the users browserMichael Peter Christen
2026-02-10better usage flow for attachments/searchesMichael Peter Christen
2026-02-09Renamed Table_API_p.html -> Automation_p.htmlMichael Peter Christen
2026-02-08added skill configuration: we present llm tools as "Skills" and makeMichael Peter Christen
them configurable in the YaCy GUI.
2026-02-07added 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-21Add DNS/network errors (-1) to permanent error status codespr0vieh
- 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-21Add configurable DHT error URL blocking with retry window and web UIpr0vieh
- 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-08fixed bug in ai.production_models default value and replaced someMichael Peter Christen
outdated LLMs with new ones
2026-01-08replaced codex with regulaMichael Peter Christen
2026-01-06added global search to chatMichael Peter Christen
2026-01-06updated d3.jsMichael Peter Christen
2026-01-04increased default context sizeMichael Peter Christen
2026-01-04added rendering of <think> tags in LLM responses.Michael Peter Christen
2026-01-03disabled narrow font in model selectionMichael Peter Christen
2026-01-03added default augmentation setting (attachments / local search) in chat.Michael Peter Christen
2026-01-03Fix image preview licensing and show 20 images per page, fixesMichael 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-03page number computation fixMichael Peter Christen
2026-01-02possible fix for search-0-results bug fromMichael Peter Christen
https://github.com/yacy/yacy_search_server/issues/499
2025-12-08added 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.
2025-12-06added RAG configuration pageMichael Peter Christen
2025-12-06added build page for the AI labMichael Peter Christen
2025-11-30fixed missing line ending in token streamingMichael Peter Christen
2025-11-30fixed font nameMichael Peter Christen
2025-11-30added automatic serch result feedback to chat attachmentMichael Peter Christen
2025-11-30added RAG search to promptsMichael Peter Christen
2025-11-30enable focus on composer during token streaming.Michael Peter Christen
2025-11-30added delete button for chat elements and enhanced focus/scrolling behaviorMichael Peter Christen
2025-11-30Merge branch 'master' of https://github.com/yacy/yacy_search_serverMichael Peter Christen
2025-11-30added text attachments and integrated of text attachments in rag proxy handlingMichael Peter Christen
2025-11-29added fontsMichael Peter Christen
2025-11-23added markdown and code formatting to chat assistant answersMichael Peter Christen
2025-11-25added copy and edit buttons in chat historyMichael Peter Christen
2025-11-24another recommended modelMichael Peter Christen
2025-11-24added image attachments, local storage, clear/download/upload/show-system ↵Michael Peter Christen
buttons to chat
2025-11-24enhanced chat cssMichael Peter Christen
2025-11-23added chat front-end (stub, no connection to search yet)Michael Peter Christen