Aleksander W. Oleszkiewicz (auticon) and Xubin Ren
65d32ffd6c
Fix dependency assertions in tests
...
Added a new `aiohttp` dependency for Slack
2026-07-08 12:16:30 +08:00
Aleksander W. Oleszkiewicz (auticon) and Xubin Ren
379785d365
Fix missing aiohttp slack dependency in pyproject.toml
...
Added `"aiohttp>=3.9.0,<4.0.0"` to the dependencies for **slack**
2026-07-08 12:16:30 +08:00
Aleksander W. Oleszkiewicz (Alek) and GitHub
fe0341da5b
Fix regex for URL formatting in Slack channel
2026-02-16 09:58:38 +01:00
Aleksander W. Oleszkiewicz (Alek) and GitHub
5d683da38f
Fix regex for URL and image URL formatting
2026-02-16 09:53:20 +01:00
Aleksander W. Oleszkiewicz (Alek) and GitHub
90be900448
Enhance Slack message formatting with new regex rules
...
Added regex substitutions for strikethrough, URL formatting, and image URLs in Slack message conversion.
2026-02-16 09:49:44 +01:00
Aleksander W. Oleszkiewicz (Alek) and GitHub
7e2d801ffc
Implement markdown conversion for Slack messages
...
Add markdown conversion for Slack messages including italics, bold, and table formatting.
2026-02-15 15:51:19 +01:00
Aleksander W. Oleszkiewicz (Alek) and GitHub
d07e0c1f79
Update Slack message text fallback response
...
Slack doesn't accept an empty string in the `text` parameter. However, Nanobot sometimes sends an empty response. This may need a change in the bot's logic as well; still, it should also be handled by the channel. I suggest changing the default message to '<empty_response_from_the_bot>' when the content is empty, so the user will know that the bot was trying to respond with an empty message.
2026-02-15 13:51:17 +01:00