mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
Add session name parameter to GUI chat interface, enabling persistent multi-turn conversations similar to CLI's --session flag. Changes: - Add SessionName field to PromptRequest in chat.go - Add sessionName to ChatPrompt interface - Include currentSession in ChatService requests - Add Session ID input with existing sessions dropdown in DropdownGroup Closes #680 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>