tpmjs/apps
Ajax Davis e09596a7fa fix(executor): pass execution context with abortSignal to tool execute()
Some AI SDK tools (like @parallel-web/ai-sdk-tools) expect execute(params, context)
where context contains { abortSignal, messages, toolCallId }. Previously we only
passed params which caused 'Cannot destructure abortSignal' errors.

Also:
- Improved playground system prompt for better tool execution
- Playground /api/tools now proxies to web app with response transformation
- Added broken-tools.md documenting tool failure categories

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 04:43:20 +10:00
..
playground fix(executor): pass execution context with abortSignal to tool execute() 2025-12-12 04:43:20 +10:00
railway-executor fix(executor): pass execution context with abortSignal to tool execute() 2025-12-12 04:43:20 +10:00
web fix(health-check): only mark tools broken for infrastructure failures 2025-12-11 12:22:21 +10:00