You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): extend ToolContext with ext fields, wire 4 real tools
Add ToolContextExt to ToolContext with tool_descriptions,
conversation_summary, and mcp_server_names fields. These enable
tools that CCB implements with real logic:
- ToolSearch: keyword search across tool_descriptions from context
- BriefTool: uses conversation_summary when available
- McpAuth: validates server_name against mcp_server_names
- McpResource: delegates to MCP connection manager via context
The ext fields are populated by the agent coordinator; tools degrade
gracefully when fields are empty. All 30+ ToolContext construction
sites updated with ToolContextExt::default().
0 commit comments