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
{id: "coalesce",label: "Coalesce",group: "config",description: "Message batching",detail: "When multiple messages arrive in quick succession, coalescing batches them into a single LLM turn. This prevents the agent from responding to each message individually in fast-moving conversations."},
35
35
{id: "memory",label: "Memory Persistence",group: "config",description: "Auto-save interval",detail: "Spawns a silent background branch at regular intervals to recall existing memories and save new ones from the recent conversation. Runs without blocking the channel."},
36
36
{id: "browser",label: "Browser",group: "config",description: "Chrome automation",detail: "Controls browser automation tools available to workers. When enabled, workers can navigate web pages, take screenshots, and interact with sites. JavaScript evaluation is a separate permission."},
37
+
{id: "channel",label: "Channel Behavior",group: "config",description: "Reply behavior",detail: "Listen-only mode suppresses unsolicited replies in busy channels. The agent still responds to slash commands, @mentions, and replies to its own messages."},
37
38
{id: "sandbox",label: "Sandbox",group: "config",description: "Process containment",detail: "OS-level filesystem containment for shell and exec tool subprocesses. When enabled, worker processes run inside a kernel-enforced sandbox (bubblewrap on Linux, sandbox-exec on macOS) with an allowlist-only filesystem — only system paths, the workspace, and explicitly configured extra paths are accessible."},
0 commit comments