fix(macos): expand onboarding window height

This commit is contained in:
Peter Steinberger
2026-01-03 13:31:23 +01:00
parent bb54e60179
commit f11b352089
3 changed files with 4 additions and 5 deletions

View File

@@ -14,8 +14,7 @@
- Telegram: chunk block-stream replies to avoid “message is too long” errors (#124) — thanks @mukhtharcm.
- 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.
- 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.
- macOS onboarding: increase window height so the permissions page fits without scrolling.
### Docs
- Skills: add Sheets/Docs examples to gog skill (#128) — thanks @mbelinky.