You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(operations): make update() methods return updated objects consistently
headline.update() and goal.update() returned None while todo.update() and
issue.update() returned the updated entity. Now all update() methods re-fetch
and return the updated object after the PUT call.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments