Merge pull request #558 from carlulsoe/mobile-ui-improvements

feat(ui): improve mobile responsiveness [AI-assisted]
This commit is contained in:
Peter Steinberger
2026-01-09 15:39:19 +00:00
committed by GitHub
5 changed files with 293 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- macOS: add node bridge heartbeat pings to detect half-open sockets and reconnect cleanly. (#572) — thanks @ngutman
- Node bridge: harden keepalive + heartbeat handling (TCP keepalive, better disconnects, and keepalive config tests). (#577) — thanks @steipete
- Control UI: improve mobile responsiveness. (#558) — thanks @carlulsoe
- CLI: add `sandbox list` and `sandbox recreate` commands for managing Docker sandbox containers after image/config updates. (#563) — thanks @pasogott
- Providers: add Microsoft Teams provider with polling, attachments, and CLI send support. (#404) — thanks @onutc
- Slack: honor reply tags + replyToMode while keeping threaded replies in-thread. (#574) — thanks @bolismauro