v6.2.1

opencode-ai/opencodev6.2.1Feb 24, 2026by adamnsandle

AI Summary

This release changes ONNX Runtime from a required dependency to an optional one. Users must now explicitly install the appropriate runtime package to utilize ONNX-related functionality.

Key Highlights

  • ONNX Runtime dependency made optional
  • Explicit installation required for CPU usage
  • Explicit installation required for GPU usage

Breaking Changes

  • ONNX Runtime is no longer installed by default, requiring manual installation for ONNX support

Full Release Notes

- onnxruntime is now an optional dependency instead of required.

You now need to install ONNX Runtime explicitly:
`pip install onnxruntime`      # for CPU
`pip install onnxruntime-gpu`  # for GPU