Echo
ba1f1f1e5d
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
Peter Steinberger
a3e884851c
feat: improve /new model hints and reset confirmation
2026-01-20 14:35:20 +00:00
Peter Steinberger
df8e949b05
refactor: normalize cli command hints
2026-01-20 07:43:00 +00:00
Peter Steinberger
9942636ba5
feat(session): add daily reset policy
...
Co-authored-by: Austin Mudd <austinm911@gmail.com>
2026-01-18 06:37:37 +00:00
Peter Steinberger
679838d9c2
fix: persist session origin metadata
2026-01-18 03:41:51 +00:00
Peter Steinberger
72434aeab3
feat: persist session origin metadata across connectors
2026-01-18 02:42:10 +00:00
Peter Steinberger
dee91322f9
fix: /stop aborts subagents
2026-01-16 21:37:22 +00:00
Peter Steinberger
a08ea75e2a
fix: start fresh cron sessions each run
2026-01-16 21:27:56 +00:00
Peter Steinberger
ff32e76515
fix: hard-abort clears queues on /stop
2026-01-16 21:15:25 +00:00
Ruby
1ae19b55c9
feat: add session.identityLinks for cross-platform DM session linking ( #1033 )
...
Co-authored-by: Shadow <shadow@clawd.bot>
2026-01-16 14:23:22 -06:00
Ubuntu
7df03a2456
feat(session): add dmScope for multi-user DM isolation
...
Co-authored-by: Alphonse-arianee <Alphonse-arianee@users.noreply.github.com>
2026-01-16 04:13:10 +00:00
Peter Steinberger
a08f7f00e8
docs: add context concept page
2026-01-15 01:12:59 +00:00
Peter Steinberger
10ec96eca6
docs: complete channels rename sweep
2026-01-13 08:40:39 +00:00
Peter Steinberger
9a2e16fbcf
docs: clarify memory flush behavior
2026-01-12 07:42:03 +00:00
Peter Steinberger
39cf84c262
feat: enable adaptive context pruning by default
2026-01-08 22:23:03 +01:00
Peter Steinberger
fff3593984
fix: harden session caching and topic transcripts
2026-01-07 22:51:26 +00:00
Peter Steinberger
7246f8792f
docs: add compaction concept
2026-01-07 18:12:17 +01:00
Peter Steinberger
a52fb01369
docs: add session pruning docs
2026-01-07 18:03:35 +01:00
Peter Steinberger
8fc99495e4
refactor(telegram): polish topic threading
2026-01-07 02:19:42 +00:00
Peter Steinberger
4cb8925026
fix(telegram): support forum topics
...
Co-authored-by: Daniel Griesser <HazAT@users.noreply.github.com>
Co-authored-by: Nacho Iacovino <nachoiacovino@users.noreply.github.com>
Co-authored-by: Randy Ventures <RandyVentures@users.noreply.github.com>
2026-01-07 02:19:42 +00:00
Peter Steinberger
5898eb4938
docs: reorganize documentation structure
2026-01-07 00:45:46 +01:00