Skip to content

Commit 084ff0f

Browse files
committed
fix: replace remaining Casey reference in Socket Mode MCP status block
1 parent 5510d99 commit 084ff0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

claude-agent-sdk/listeners/views/app_home_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def build_app_home_view(
148148
"elements": [
149149
{
150150
"type": "mrkdwn",
151-
"text": "The Slack MCP Server enables Casey to search messages, read channels, and more.",
151+
"text": "The Slack MCP Server enables this agent to search messages, read channels, and more.",
152152
}
153153
],
154154
}

openai-agents-sdk/listeners/views/app_home_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def build_app_home_view(
148148
"elements": [
149149
{
150150
"type": "mrkdwn",
151-
"text": "The Slack MCP Server enables Casey to search messages, read channels, and more.",
151+
"text": "The Slack MCP Server enables this agent to search messages, read channels, and more.",
152152
}
153153
],
154154
}

pydantic-ai/listeners/views/app_home_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def build_app_home_view(
148148
"elements": [
149149
{
150150
"type": "mrkdwn",
151-
"text": "The Slack MCP Server enables Casey to search messages, read channels, and more.",
151+
"text": "The Slack MCP Server enables this agent to search messages, read channels, and more.",
152152
}
153153
],
154154
}

0 commit comments

Comments
 (0)