diff --git a/coda/team.py b/coda/team.py index 2166935..987f29b 100644 --- a/coda/team.py +++ b/coda/team.py @@ -174,10 +174,12 @@ if getenv("SLACK_TOKEN"): tools.append( SlackTools( - enable_send_message_thread=False, + enable_send_message_thread=True, enable_get_channel_info=True, enable_get_thread=True, + enable_get_user_info=True, enable_search_messages=True, + enable_search_workspace=True, enable_list_users=True, ) ) diff --git a/requirements.txt b/requirements.txt index 5032bd7..9ba854d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # ./scripts/generate_requirements.sh upgrade -agno==2.5.13 +agno==2.5.14 aiohappyeyeballs==2.6.1 aiohttp==3.13.5 aiosignal==1.4.0