Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.
98
98%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
A developer wants to create a tool that runs a long-running Python analysis script on a file. The tool should:
file argumentpython3 analyze.py <file>Implement the tool with proper abort signal handling.