diff --git a/CHANGELOG.md b/CHANGELOG.md index 582082507..6b2690803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ - Agent tools: scope the Discord tool to Discord surface runs. - Agent tools: format verbose tool summaries without brackets, with unique emojis and `tool: detail` style. - macOS onboarding: increase window height so the permissions page fits without scrolling. +- Thinking: default to low for reasoning-capable models when no /think or config default is set. +- Logging: decouple file log levels from console verbosity; verbose-only details are captured when `logging.level` is debug/trace. +- Build: fix regex literal in tool-meta path detection (watch build error). ### Docs - Skills: add Sheets/Docs examples to gog skill (#128) — thanks @mbelinky.