opencode
opencode copied to clipboard
fix: make description parameter optional in bash tool
The bash tool was requiring a description parameter, but KimiK2 wasn't automatically generating one when calling the tool, regardless of telling it to in the prompts. This caused schema validation errors in build mode and custom modes.
Requiring the description for every call was literally rendering opencode unusable and this seems to completely fix the problem.