feat(provider.ollama): add chain-of-thought reasoning support to chat messages and Ollama provider
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-01-20 - 0.13.0 - feat(provider.ollama)
|
||||
add chain-of-thought reasoning support to chat messages and Ollama provider
|
||||
|
||||
- Added optional reasoning?: string to chat message and chat response interfaces to surface chain-of-thought data.
|
||||
- Propagates reasoning from message history into formatted requests sent to Ollama.
|
||||
- Maps Ollama response fields (thinking or reasoning) into ChatResponse.reasoning so downstream code can access model reasoning output.
|
||||
|
||||
## 2026-01-20 - 0.12.1 - fix(docs)
|
||||
update documentation: clarify provider capabilities, add provider capabilities summary, polish examples and formatting, and remove Serena project config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user