Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-18 | 1.7 kB | |
v17.9.0 source code.tar.gz | 2025-07-18 | 1.2 MB | |
v17.9.0 source code.zip | 2025-07-18 | 1.4 MB | |
Totals: 3 Items | 2.6 MB | 0 |
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