openclaw/docs/gateway
Echo c415ccaed5
feat(sessions): add channelIdleMinutes config for per-channel session idle durations (#1353)
* feat(sessions): add channelIdleMinutes config for per-channel session idle durations

Add new `channelIdleMinutes` config option to allow different session idle
timeouts per channel. For example, Discord sessions can now be configured
to last 7 days (10080 minutes) while other channels use shorter defaults.

Config example:
  sessions:
    channelIdleMinutes:
      discord: 10080  # 7 days

The channel-specific idle is passed as idleMinutesOverride to the existing
resolveSessionResetPolicy, integrating cleanly with the new reset policy
architecture.

* fix

* feat: add per-channel session reset overrides (#1353) (thanks @cash-echo-bot)

---------

Co-authored-by: Cash Williams <cashwilliams@gmail.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-01-21 19:10:31 +00:00
..
authentication.md docs: add /help hub and Node/npm PATH guide 2026-01-16 23:10:29 +00:00
background-process.md fix: cap pending process output 2026-01-17 08:26:12 +00:00
bonjour.md fix: shorten bonjour gateway service type 2026-01-20 15:10:06 +00:00
bridge-protocol.md docs: unify ws protocol + platform guides 2026-01-19 10:09:28 +00:00
cli-backends.md chore: standardize Claude Code CLI naming (#915) 2026-01-14 20:07:35 +00:00
configuration-examples.md feat(sessions): add channelIdleMinutes config for per-channel session idle durations (#1353) 2026-01-21 19:10:31 +00:00
configuration.md feat(sessions): add channelIdleMinutes config for per-channel session idle durations (#1353) 2026-01-21 19:10:31 +00:00
discovery.md fix: shorten bonjour gateway service type 2026-01-20 15:10:06 +00:00
doctor.md docs: align gateway service naming 2026-01-21 17:45:26 +00:00
gateway-lock.md docs: clarify multi-gateway rescue bot guidance 2026-01-15 22:10:27 +00:00
health.md docs: complete channels rename sweep 2026-01-13 08:40:39 +00:00
heartbeat.md feat: add per-agent heartbeat config 2026-01-16 01:17:34 +00:00
index.md docs: align gateway service naming 2026-01-21 17:45:26 +00:00
local-models.md docs: simplify local models guidance 2026-01-13 03:26:00 +00:00
logging.md fix: finalize channels rename cleanup 2026-01-13 08:40:40 +00:00
multiple-gateways.md docs: align gateway service naming 2026-01-21 17:45:26 +00:00
openai-http-api.md Gateway: disable OpenAI HTTP chat completions by default (#686) 2026-01-10 21:55:54 +00:00
openresponses-http-api.md refactor: share responses input handling 2026-01-20 08:21:57 +00:00
pairing.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
protocol.md docs: add network hub + pairing locality 2026-01-21 00:14:14 +00:00
remote-gateway-readme.md docs: make remote host examples generic 2026-01-12 02:11:33 +00:00
remote.md docs: align gateway service naming 2026-01-21 17:45:26 +00:00
sandbox-vs-tool-policy-vs-elevated.md docs: clarify agent auth + sandboxed skills 2026-01-15 04:51:03 +00:00
sandboxing.md docs: clarify sandbox env + recreate guidance 2026-01-20 15:00:25 +00:00
security.md docs: add network hub + pairing locality 2026-01-21 00:14:14 +00:00
tailscale.md feat: add Chrome extension browser relay 2026-01-15 04:52:28 +00:00
troubleshooting.md docs: align gateway service naming 2026-01-21 17:45:26 +00:00