fix: make log dir overrideable in tests (#909) (thanks @roshanasingh4)

This commit is contained in:
Peter Steinberger
2026-01-15 06:13:20 +00:00
parent aaae327563
commit e9d6dec2f4
3 changed files with 24 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
### Fixes
- Browser: add tests for snapshot labels/efficient query params and labeled image responses.
- macOS: ensure launchd log directory exists with a test-only override. (#909) — thanks @roshanasingh4.
- Telegram: register dock native commands with underscores to avoid `BOT_COMMAND_INVALID` (#929, fixes #901) — thanks @grp06.
- Google: downgrade unsigned thinking blocks before send to avoid missing signature errors.
- Agents: make user time zone and 24-hour time explicit in the system prompt. (#859) — thanks @CashWilliams.