opencode
opencode copied to clipboard
fix(server): make time field optional in session update validator
Summary
- Make
timefield optional in session.update endpoint validator
Why
- Previously, the
timeobject was required in the request body validation, causing/renamecommand to fail since it only sendstitlewithouttime
Closes #5369
Currently I cannot rename sessions 😅