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
Owner

Pressing 'd' in the TUI sidebar now correctly deletes the conversation. Root cause identified and fixed. Fixes #191.

Pressing 'd' in the TUI sidebar now correctly deletes the conversation. Root cause identified and fixed. Fixes #191.
jason.woltje added 1 commit 2026-03-17 02:35:00 +00:00
fix(cli): sidebar delete conversation — fix silent failure
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
048bc14a2c
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 <noreply@anthropic.com>
jason.woltje merged commit 1f2b8125c6 into main 2026-03-17 02:36:47 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#201