fix(cli): sidebar delete conversation — fix silent failure #201

Merged
jason.woltje merged 1 commits from fix/sidebar-delete into main 2026-03-17 02:36:47 +00:00
1 Commits
Author SHA1 Message Date
jason.woltjeandClaude Sonnet 4.6 048bc14a2c fix(cli): sidebar delete conversation — fix silent failure
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
Add missing Origin header to all requests in use-conversations hook.
BetterAuth requires Origin for session validation; without it DELETE
requests return 401 which was silently swallowed, causing 'd' in the
sidebar to appear as a no-op. Fixes #191.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-16 21:34:36 -05:00