hermesagent.download
GitHub ↗

Slack 過期的 thread session 會壓抑 reset 後應該重新帶入的 thread context

📅 2026年6月29日 ✅ 最後驗證 2026年6月29日 ✍️ HermesAgent.download Contributors

此 issue 回報 SlackAdapter._has_active_session_for_thread() 只檢查 session key 是否存在於 SessionStore._entries,並沒有考慮該 session 是否已依 reset 政策(daily / idle / suspended)過期。實際訊息處理路徑呼叫 get_or_create_session() 時可能會把同一個 session key 換成全新的 session id,導致 Slack thread 在 session 重置後的第一輪對話,沒有依規則重新帶入先前的 thread 歷史內容。

官方來源