co-mono/packages/coding-agent/src/tools
Mario Zechner f147109da7 Fix coding agent tools to return error content instead of throwing
Tools now resolve with error messages in content blocks rather than
rejecting the promise. This matches the expected behavior where tools
always return a result, with errors indicated in the text content.

- read: Return error content for missing files
- edit: Return error content for missing files, text not found, multiple matches
- bash: Return error content for command failures, timeouts, and aborts
- All tools now include required details field in error results
2025-11-12 10:52:12 +01:00
..
bash.ts Fix coding agent tools to return error content instead of throwing 2025-11-12 10:52:12 +01:00
edit.ts Fix coding agent tools to return error content instead of throwing 2025-11-12 10:52:12 +01:00
index.ts Agent package + coding agent WIP, refactored web-ui prompts 2025-10-17 11:47:01 +02:00
read.ts Fix coding agent tools to return error content instead of throwing 2025-11-12 10:52:12 +01:00
write.ts Add image support in tool results across all providers 2025-11-12 10:45:56 +01:00