fix(build): repair tool-meta regex literal

This commit is contained in:
Peter Steinberger
2026-01-03 12:45:15 +00:00
parent ea6aea8532
commit 0647d56555

View File

@@ -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.