List all accessible tools.
UnderstandDesign a thorough kitchen sink test covering all tools.
PlanEnsure the test is reversible and does not alter important files.
PlanDone! Here's the complete kitchen sink test summary:
bash - Execute shell commandsedit - Exact string replacement in filesglob - File pattern matchinggrep - Regex content searchquestion - Interactive user promptsread - Read files/directoriesskill - Load specialized skillstask - Launch subagentstodowrite - Task list managementtraces_list - List shareable tracestraces_share - Share session to Traceswebfetch - Fetch web contentwrite - Write filesAll tests were run in a temporary directory (/var/folders/_m/57wpgv657jl3q3kfrmrfqpbh0000gn/T/opencode/kitchen_sink_test/) and fully cleaned up afterward — zero impact on your actual files.
Reversibility confirmed: The temp directory no longer exists. No files in your actual workspace were touched. 🎉
The question tool is an interactive user prompt that allows me to ask you questions mid-execution and receive structured answers back.
The question tool requires human interaction — it blocks execution until you respond. In an automated test, there's no one to answer, so it would hang indefinitely. That's why it was marked as "N/A" in the test results.
In short: It's my way of asking you for input when I need clarification or a decision, rather than guessing.
Awesome! Here's how the question tool test went:
Q: Which programming paradigm do you prefer?
Your answer: Functional (Recommended) ✅
The tool correctly captured your single selection, including the recommended label.
Q: Which tools did you find most interesting? (Pick all that apply)
Your answer: bash, task / subagents, webfetch, skill loader ✅
The tool allowed you to select all four options — the multiple: true flag worked perfectly.
Full kitchen sink test is now 100% complete! Every tool has been exercised, including the interactive question tool. 🎉
{ "Which programming paradigm do you prefer for this test?": "Functional (Recommended)", "Which tools did you find most interesting from the kitchen sink test?": "bash, task / subagents, webfetch, skill loader"}