You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Built-in Automation**: Configure system-managed follow-ups and collaboration health loops such as unread / reply-required / ACK follow-ups, actor idle alerts, keepalive, silence checks, and help nudges.
| Actor idle | `actor_idle_timeout_seconds` | 0s | Optional actor idle notification to foreman; `0` disables it by default |
205
+
| Keepalive | `keepalive_delay_seconds` | 120s | Follow-up after an actor declares a next step and then goes quiet |
206
+
| Silence check | `silence_timeout_seconds` | 0s | Optional group-level silence review and idle transition; `0` disables it |
207
+
| Help nudge | `help_nudge_interval_seconds` / `help_nudge_min_messages` | 600s / 10 | Prompt actor to revisit `cccc_help` and refresh working context |
| `auto_mark_on_delivery` | `false` | Automatically advance the read cursor after a PTY delivery succeeds |
214
+
215
+
Low-level delivery throttling via `min_interval_seconds` remains supported in daemon/API settings for compatibility, but it is no longer exposed in the default Web settings UI.
It focuses on making the settings experience clearer, reducing UI/config friction, and aligning safer defaults with actual operator intent.
5
+
6
+
## Highlights
7
+
8
+
- Guidance is now the default first-open tab in group settings, matching the visible tab order instead of dropping users into Automation first.
9
+
- Settings terminology now more clearly separates built-in automation from user-authored rules and snippets.
10
+
- The Delivery panel was simplified around the only user-facing behavior that still matters there: whether successful PTY delivery should auto-advance the read cursor.
11
+
- The Web settings UI no longer exposes `min_interval_seconds`, while daemon/API compatibility for that low-level delivery throttle remains intact.
12
+
- Actor idle alerts now default to `0` (off) for new/default/reset paths, without silently changing existing group configs that already store a value.
13
+
14
+
## Upgrade Notes
15
+
16
+
- No data migration is required.
17
+
- Existing groups keep their stored actor-idle and delivery-throttle values.
18
+
- After upgrading, the most visible change is the cleaner group settings flow and the default-open Guidance tab.
0 commit comments