From 0647d565551e6f0825a7695befd2ccb229c4128c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 12:45:15 +0000 Subject: [PATCH] fix(build): repair tool-meta regex literal --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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.