[PR #5372] fix(server): make time field optional in session update validator #11367

Closed
opened 2026-02-16 18:16:11 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5372

State: closed
Merged: Yes


Summary

  • Make time field optional in session.update endpoint validator

Why

  • Previously, the time object was required in the request body validation, causing /rename command to fail since it only sends title without time

Closes #5369

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5372 **State:** closed **Merged:** Yes --- ## Summary - Make `time` field optional in session.update endpoint validator ## Why - Previously, the `time` object was required in the request body validation, causing `/rename` command to fail since it only sends `title` without `time` Closes #5369
yindo added the pull-request label 2026-02-16 18:16:11 -05:00
yindo closed this issue 2026-02-16 18:16:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11367