From 78a8c9f78924c3143cd30cbded7b7f2a05deb857 Mon Sep 17 00:00:00 2001 From: alt-glitch Date: Wed, 12 Aug 2026 02:33:28 +0530 Subject: [PATCH] chore: drop the vendor name from a bridge comment Co-Authored-By: Claude Fable 5 --- agent/agent_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent_init.py b/agent/agent_init.py index 43f111eba42b2..71f4edeb649df 100644 --- a/agent/agent_init.py +++ b/agent/agent_init.py @@ -1459,7 +1459,7 @@ def init_agent( KANBAN_GUIDANCE if "kanban_show" in agent.valid_tool_names else "" ) - # Tool-provider bridge session state (composio-bridge prototype): + # Tool-provider bridge session state (tool-provider prototype): # context_id is an opaque correlation token for /v1/search + /v1/execute # calls in THIS session (see tools/tool_search.py::capture_context_id, # which updates this attribute after each bridge/provider tool call).