Commit Graph

  • b030000862
    Merge 80669f98b3 into 4baf21656a Dominic Neuburg 2026-09-26 21:09:56 +0200
  • 80669f98b3 Added Model Comparison assistant Dominic Neuburg 2026-09-26 21:01:36 +0200
  • a9192df385
    Merge a2afd69af2 into 4baf21656a j-erler 2026-09-26 14:46:58 +0000
  • a2afd69af2 Added organization-wide management for data backup and restore j-erler 2026-09-26 01:09:54 +0200
  • a8e8edc028 Added data backup and restore for chats j-erler 2026-09-26 01:18:54 +0200
  • 3b23a2682d
    Merge 003922efff into 4baf21656a Peer Hogeterp 2026-09-25 11:05:54 +0000
  • 003922efff Final review Peer Hogeterp 2026-09-25 13:04:24 +0200
  • 2e288b5540 Fixing minor bugs Peer Hogeterp 2026-09-25 12:55:01 +0200
  • 73f48e7bcd Finding small errors Peer Hogeterp 2026-09-25 12:41:55 +0200
  • 54a6e48120
    Merge daed24f31f into 4baf21656a Thibault Jaigu 2026-09-25 11:08:14 +0200
  • daed24f31f Mentioned Requesty in the provider lists and the changelog Thibault Jaigu 2026-09-25 10:04:02 +0100
  • fe61acc5b2 Added Requesty as a provider Thibault Jaigu 2026-09-25 10:04:02 +0100
  • d35b4dbe09
    Merge 401bbda736 into 4baf21656a Thorsten Sommer 2026-09-25 07:26:26 +0000
  • 2415db72ed
    Merge 3b3700d503 into 4baf21656a j-erler 2026-09-24 19:49:01 +0200
  • 569f958514
    Merge f4699ada00 into 4baf21656a j-erler 2026-09-24 19:49:00 +0200
  • ad6b700978 First review Peer Hogeterp 2026-09-24 18:06:25 +0200
  • 401bbda736
    Register Semantic Search and document its tool ID Thorsten Sommer 2026-09-24 17:28:11 +0200
  • 192038e5d7
    Let every data source take turns within the search budget Thorsten Sommer 2026-09-24 17:22:19 +0200
  • 38cd0c9f36
    Keep tool results readable for the model Thorsten Sommer 2026-09-24 17:20:58 +0200
  • 0e63f93696 first version of the import function Peer Hogeterp 2026-09-24 17:20:54 +0200
  • ad16aa8fb6
    Search the data sources with the query the model writes Thorsten Sommer 2026-09-24 17:03:44 +0200
  • 4b1ec5e310
    Describe the data sources Semantic Search may search Thorsten Sommer 2026-09-24 16:53:35 +0200
  • 6c4c054e67
    Define Semantic Search as a tool that offers itself Thorsten Sommer 2026-09-24 16:45:53 +0200
  • 5f958367b0
    Share the readers that refuse wrong tool arguments Thorsten Sommer 2026-09-24 16:40:01 +0200
  • a75ffc54a6
    Count the agents only where the classic RAG process runs them Thorsten Sommer 2026-09-24 16:32:01 +0200
  • abb4a41a71
    Share data source descriptions and filter the ones ERI servers send Thorsten Sommer 2026-09-24 16:24:47 +0200
  • 31410e52f5
    Share how retrieved passages become sources Thorsten Sommer 2026-09-24 15:44:05 +0200
  • 90db777ad5
    Tell whoever asked for a page what the search could not cover Thorsten Sommer 2026-09-24 15:33:50 +0200
  • 92339479d0
    Let data sources be searched page by page with a query of their own Thorsten Sommer 2026-09-24 15:25:14 +0200
  • 4617aa5230
    Let tool results restrict a chat to self-hosted providers Thorsten Sommer 2026-09-24 15:07:39 +0200
  • e9460a9cde
    Let tools take a list of strings as an argument Thorsten Sommer 2026-09-24 14:57:55 +0200
  • 51e7f621bb
    Let tools tailor what they offer to each request Thorsten Sommer 2026-09-24 14:51:27 +0200
  • 38d4520e80
    Share the checks that decide whether a tool can be offered Thorsten Sommer 2026-09-24 14:42:52 +0200
  • df257714f2
    Keep context-activated tools out of every tool selection Thorsten Sommer 2026-09-24 14:32:43 +0200
  • a9825520f4
    Reset the retrieved passages before every RAG run Thorsten Sommer 2026-09-24 14:28:00 +0200
  • 4baf21656a
    Added the exact token count for Anthropic and OpenAI (#1004) main Thorsten Sommer 2026-09-24 13:36:06 +0200
  • 4990bc116c
    Added the exact token count for the OpenAI Responses API Thorsten Sommer 2026-09-24 13:07:04 +0200
  • 4becb98ee2
    Added the exact token count for Anthropic Thorsten Sommer 2026-09-24 12:49:21 +0200
  • a4ac6bc5a0
    Moved the first round rule of the token count into the tool calling loop Thorsten Sommer 2026-09-24 12:39:40 +0200
  • 0c585144e2
    Fixed tool calling with Groq and OpenRouter (#1003) Thorsten Sommer 2026-09-24 12:08:54 +0200
  • ed2d807bc5
    Fixed the tool documentation about sequential tool calls Thorsten Sommer 2026-09-24 12:07:15 +0200
  • 35a9f1732e
    Documented which providers receive strict tool schemas Thorsten Sommer 2026-09-24 12:06:13 +0200
  • c17d726814
    Allowed restricting the web search to the past week Thorsten Sommer 2026-09-24 12:00:57 +0200
  • 91de164d1c
    Improved the errors models get from web search for invalid arguments Thorsten Sommer 2026-09-24 11:44:21 +0200
  • 429be39702
    Sent strict tool schemas only to providers that enforce them Thorsten Sommer 2026-09-24 11:34:59 +0200
  • f4699ada00 Added the system prompt dialog to the changelog j-erler 2026-09-24 00:49:16 +0200
  • f16c2ac88f Added the translations for the system prompt dialog j-erler 2026-09-24 00:48:54 +0200
  • 68fdb9289d Added a button to the chat toolbar that shows the system prompt j-erler 2026-09-24 00:47:18 +0200
  • ac81bf25e9 Added a dialog that shows the system prompt and its parts j-erler 2026-09-24 00:44:45 +0200
  • 3b3700d503 Added the file overview to the changelog j-erler 2026-09-24 00:30:34 +0200
  • 10eaf9c963 Added the translations for the file overview j-erler 2026-09-24 00:29:49 +0200
  • 0929e54cbf Added an overview of all files attached to a chat j-erler 2026-09-24 00:22:08 +0200
  • 63eedafb1c Allowed the attachments dialog to hide the remove button j-erler 2026-09-24 00:16:13 +0200
  • 68a14a3609
    Merge ee05e8a528 into 40ac215359 nilskruthoff 2026-09-23 23:36:52 +0200
  • 40ac215359
    Allowed reading plain text and JSON from the web, with a stronger prompt injection filter (#1000) Thorsten Sommer 2026-09-23 22:21:09 +0200
  • faa96dd9f5
    Fixed invisible characters hiding instructions from the prompt injection filter Thorsten Sommer 2026-09-23 22:18:31 +0200
  • 35b58c557c
    Fixed escape sequences that were written as plain characters Thorsten Sommer 2026-09-23 22:13:28 +0200
  • d1800f0a8c
    Added tests for reading text content from the web Thorsten Sommer 2026-09-23 21:55:02 +0200
  • f2fe824708
    Stopped reporting short text documents as partial pages Thorsten Sommer 2026-09-23 21:51:49 +0200
  • d08382c52c
    Allowed the web page retrieval to read text content such as JSON Thorsten Sommer 2026-09-23 21:49:42 +0200
  • ed2e17229b
    Improved the prompt injection filter to see through escape sequences Thorsten Sommer 2026-09-23 21:43:57 +0200
  • 52fdb41c02
    Removed the cloud look from the data sources navigation entry (#999) Thorsten Sommer 2026-09-23 21:04:34 +0200
  • bcda9c6c0f
    Replaced the cloud icon and label of the data sources navigation entry Thorsten Sommer 2026-09-23 21:01:42 +0200
  • be1e6532fb
    Added the exact token count where the provider reports it (#989) j-erler 2026-09-23 20:17:02 +0200
  • e0d229919c
    Updated I18N Thorsten Sommer 2026-09-23 20:15:57 +0200
  • b6c91e1fec
    Fixed Hugging Face rejecting chats which offer tools Thorsten Sommer 2026-09-23 19:47:27 +0200
  • bc5abb6673
    Updated changelog Thorsten Sommer 2026-09-23 19:39:01 +0200
  • f26305336f
    Kept the conversation, tool results, and draft apart in the token count Thorsten Sommer 2026-09-23 19:32:42 +0200
  • ffc6536ce3
    Added the exact token count to chats which offer tools Thorsten Sommer 2026-09-23 18:58:23 +0200
  • 3277f20f60
    Fixed reasoning tokens inflating the exact token count Thorsten Sommer 2026-09-23 18:47:05 +0200
  • c23ce9e12a
    Fixed the exact token count outliving the conversation it was reported for Thorsten Sommer 2026-09-23 18:36:25 +0200
  • 4918858650
    Kept the reported token usage as one record on the answer Thorsten Sommer 2026-09-23 18:31:00 +0200
  • ceb78ff9b7
    Read the reported token usage in one place Thorsten Sommer 2026-09-23 18:26:18 +0200
  • bbd73f389b
    Restored the short form of large token numbers Thorsten Sommer 2026-09-23 18:18:22 +0200
  • 39c93f6812
    Replaced cref tags with plain names in the token count docs Thorsten Sommer 2026-09-23 17:53:51 +0200
  • ae10bb4809
    Merge branch 'main' into feature/token-count-from-usage Thorsten Sommer 2026-09-23 17:18:06 +0200
  • 82986afe62
    Added a confluence data center wiki tool (#996) Peer Hogeterp 2026-09-23 17:17:37 +0200
  • 74d6d42f94
    Improved the layout of tool warnings in the tool selection Thorsten Sommer 2026-09-23 17:15:56 +0200
  • ae6d916c1c
    Updated I18N Thorsten Sommer 2026-09-23 17:08:14 +0200
  • 717590ce22
    Improved the changelog and documentation of the Confluence search tool Thorsten Sommer 2026-09-23 16:57:58 +0200
  • 710d7b0ecd
    Added tests for the Confluence search tool Thorsten Sommer 2026-09-23 16:53:36 +0200
  • db82084a7d
    Improved the instructions of the Confluence search tool for the AI Thorsten Sommer 2026-09-23 16:47:38 +0200
  • 291bbf02ed
    Documented the Confluence search tool and its implied Read Web Page selection Thorsten Sommer 2026-09-23 16:44:48 +0200
  • 637fe5d3e7
    Improved the validation code of the Confluence search tool Thorsten Sommer 2026-09-23 16:40:58 +0200
  • 6afd724002
    Removed the operating-system sign-in for Confluence wikis with public addresses Thorsten Sommer 2026-09-23 16:35:42 +0200
  • ad6b285c8d
    Changed private web pages and the Confluence search to require a High-confidence provider Thorsten Sommer 2026-09-23 16:31:21 +0200
  • 56978d88f2
    Merge branch 'main' into pr/996 Thorsten Sommer 2026-09-23 16:18:48 +0200
  • 255dde0c23
    Merge 1c04805775 into fda42ac24b Peer Hogeterp 2026-09-23 13:12:54 +0000
  • 1c04805775 Minor wording changes Peer Hogeterp 2026-09-23 15:11:14 +0200
  • fda42ac24b
    Improved exports (#993) Peer Hogeterp 2026-09-23 15:02:33 +0200
  • db5ef3f9a3
    Suggest the chat name when exporting an answer Thorsten Sommer 2026-09-23 14:57:53 +0200
  • e16b0789a4
    Name exported web pages after their file Thorsten Sommer 2026-09-23 14:38:00 +0200
  • 5c907afc50
    Add changelog entry and translations for code block exports Thorsten Sommer 2026-09-23 14:33:22 +0200
  • 89151edf1b
    Offer code blocks of an answer in the export menu Thorsten Sommer 2026-09-23 14:21:38 +0200
  • 262287ede9 Search newest Outlook mail first and let trusted providers continue chats Peer Hogeterp 2026-09-23 14:05:51 +0200
  • 8f357c97ed Merge Peer Hogeterp 2026-09-23 13:55:02 +0200
  • ac825a2207 Add Outlook mail tool Peer Hogeterp 2026-09-23 13:53:29 +0200
  • 465e46b8d4
    Carry sources into exported code blocks Thorsten Sommer 2026-09-23 13:41:29 +0200
  • 196304cc13
    Merge 5a0980d69b into e9ebc02a96 Peer Hogeterp 2026-09-23 11:31:31 +0000
  • 2a6ae556eb
    Find HTML, LaTeX, and Markdown code blocks in answers Thorsten Sommer 2026-09-23 13:28:11 +0200