Commit 68ea1ea
fix(seer-slack): Allow history access for DMs and assistant threads
Assistant threads are DMs under the hood, so the bot can always read
its own conversation history without channels:history or groups:history.
Without this, has_history_scope returned False for DMs, blocking thread
context fetching and showing a misleading missing-scope footer.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fed458f commit 68ea1ea
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
240 | 246 | | |
241 | 247 | | |
242 | 248 | | |
243 | 249 | | |
244 | 250 | | |
245 | 251 | | |
246 | | - | |
| 252 | + | |
| 253 | + | |
247 | 254 | | |
248 | 255 | | |
249 | 256 | | |
| |||
0 commit comments