opencode
opencode copied to clipboard
fix(session): ensure agent exists before processing title in session summary
the title agent may be disabled, and if it's disabled will lead to error:
TypeError: Cannot read properties of undefined
Fixes #8663