Toshii
Toshii
### Description We are now covering write_to_file and replace_in_file file reads. ### Test Procedure ### Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue)...
### Description Removes duplicate file reads in stateful manner. To start this only covers dumped file content from the read_file tool call. ### Test Procedure ### Type of Change -...
### Description Stateful implementation of context management - initially just adjusts the first assistant message to indicate we have truncated context when applicable. Includes logic to restore the context history...
### Description Slash command which triggers new_task ### Test Procedure - Type "/newtask" in the window followed by arbitrary text or no text. This should trigger the new_task tool call,...
### Description Gemini 2.5 model id just renamed which stopped it from using prompt caching. Instead of hardcoding we will now reference whether caching is enabled for all gemini models...
### What happened? NA ### Steps to reproduce 1. 2.NA 3. ### Relevant API REQUEST output ```shell ``` ### Provider/Model NA ### Operating System NA ### System Info NA ###...
### Related Issue **Issue:** #XXXX ### Description Currently the block apply is very open to arbitrary applies - this adds a method to increase the safety by thresholding the block...
### Related Issue implements / fixes: #2901 ### Description Enabling the read_file tool to read images. In the ChatRow UI implementation for this feature, we decided not to have a...
### What problem does this solve? Currently when traversing folders we don't follow symlinks. Should we add support for this, and what's the optimal implementation? Related prs: - #3015: add...
### Related Issue **Issue:** #XXXX ### Description Prior to triggering auto-compact we will first attempt to remove duplicate file reads, similar with our truncation based method. Running context rewriting here...