17.9.0 (2025-07-18)
Features
- adapters: Ollama adapter has support for
think
and more hyperparameters (#1829) (408b402) - ui: chat buffer can be sticky when navigating tabs (#1842) (71fb6a8)
Bug Fixes
- chat: toggling when chat buffer is not in the current tab (#1725) (4f91b4b)
- prompt_library: custom prompts containing URLs (#1849) (164e95c)
- tools:
read_files
tool can read entire file ifend_line
is greater than total lines (#1824) (562950d) - tools: failed/cancelled/rejected tool calls no longer block the execution queue (#1852) (48d7e8f), closes #1850