From ebab1dc52b0c89513042273851ee9ce6a5f198ba Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Fri, 17 Apr 2026 13:32:48 -0700 Subject: [PATCH] fix: use "the agent" instead of "the assistant" in MCP status text --- claude-agent-sdk/listeners/views/app_home_builder.py | 6 +++--- openai-agents-sdk/listeners/views/app_home_builder.py | 4 ++-- pydantic-ai/listeners/views/app_home_builder.py | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/claude-agent-sdk/listeners/views/app_home_builder.py b/claude-agent-sdk/listeners/views/app_home_builder.py index d70b79e..8a70f04 100644 --- a/claude-agent-sdk/listeners/views/app_home_builder.py +++ b/claude-agent-sdk/listeners/views/app_home_builder.py @@ -47,7 +47,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The assistant can search messages, read channels, and more.", + "text": "The agent can search messages, read channels, and more.", } ], } @@ -68,7 +68,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } @@ -89,7 +89,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } diff --git a/openai-agents-sdk/listeners/views/app_home_builder.py b/openai-agents-sdk/listeners/views/app_home_builder.py index 089184d..569f77d 100644 --- a/openai-agents-sdk/listeners/views/app_home_builder.py +++ b/openai-agents-sdk/listeners/views/app_home_builder.py @@ -47,7 +47,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The assistant can search messages, read channels, and more.", + "text": "The agent can search messages, read channels, and more.", } ], } @@ -68,7 +68,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } diff --git a/pydantic-ai/listeners/views/app_home_builder.py b/pydantic-ai/listeners/views/app_home_builder.py index 961cc5a..cb12a7a 100644 --- a/pydantic-ai/listeners/views/app_home_builder.py +++ b/pydantic-ai/listeners/views/app_home_builder.py @@ -47,7 +47,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The assistant can search messages, read channels, and more.", + "text": "The agent can search messages, read channels, and more.", } ], } @@ -68,7 +68,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } @@ -89,7 +89,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], }