This website requires JavaScript.
Explore
Help
Register
Sign In
vultr
/
openclaw
Watch
1
Star
0
Fork
0
You've already forked openclaw
mirror of
https://github.com/openclaw/openclaw.git
synced
2026-03-22 15:31:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1a9a2e396f739772933aafe95be47bc162cdfa1a
openclaw
/
src
/
routing
History
Rain
b90d7625e5
Fix Discord session routing continuity (enable lastRoute for groups)\n\nPreviously, 'updateLastRoute' was only enabled for Direct Messages.\nThis meant that group/channel sessions did not update their routing\nmetadata (last channel/to/accountId) in 'session-meta.json'.\n\nIf the bot restarted or a proactive cron job tried to send a message\nto a group session using 'sessions_send' without an explicit 'to' field,\nit would fail because 'lastRoute' was missing or stale.\n\nFix: Enable 'updateLastRoute' for all Discord messages (Group + DM),\nensuring the session store always has the latest valid routing target.
2026-02-16 23:59:16 +01:00
..
bindings.ts
refactor(routing): dedupe binding match parsing
2026-02-15 16:37:36 +00:00
resolve-route.test.ts
refactor(core): dedupe shared config and runtime helpers
2026-02-16 14:59:30 +00:00
resolve-route.ts
fix(discord): preserve channel session keys via channel_id fallbacks (
#17622
)
2026-02-15 20:30:17 -06:00
session-key.continuity.test.ts
Fix Discord session routing continuity (enable lastRoute for groups)\n\nPreviously, 'updateLastRoute' was only enabled for Direct Messages.\nThis meant that group/channel sessions did not update their routing\nmetadata (last channel/to/accountId) in 'session-meta.json'.\n\nIf the bot restarted or a proactive cron job tried to send a message\nto a group session using 'sessions_send' without an explicit 'to' field,\nit would fail because 'lastRoute' was missing or stale.\n\nFix: Enable 'updateLastRoute' for all Discord messages (Group + DM),\nensuring the session store always has the latest valid routing target.
2026-02-16 23:59:16 +01:00
session-key.test.ts
test: remove redundant depth-1 subagent session case
2026-02-16 08:02:10 +00:00
session-key.ts
Agents: add nested subagent orchestration controls and reduce subagent token waste (
#14447
)
2026-02-14 22:03:45 -08:00