fix(utils): share clamp helpers

Co-authored-by: Gustavo Madeira Santana <gumadeiras@gmail.com>
This commit is contained in:
Gustavo Madeira Santana
2026-01-18 06:18:05 -05:00
committed by Peter Steinberger
parent 810394f43b
commit 7252938339
3 changed files with 11 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ Docs: https://docs.clawd.bot
||||||| parent of 903e9be49 (feat: surface node core/ui versions in macOS)
### Fixes
- Tools: clamp bash foreground duration using shared helpers.
- Auth profiles: keep auto-pinned preference while allowing rotation on failover; user pins stay locked. (#1138) — thanks @cheeeee.
- macOS: avoid touching launchd in Remote over SSH so quitting the app no longer disables the remote gateway. (#1105)
- Memory: index atomically so failed reindex preserves the previous memory database. (#1151)