chore: incoming 1907 changelog entry

This commit is contained in:
Changelog Bot 2025-12-28 12:40:49 -08:00
parent a6e9d6ae92
commit cc5d232cfe

View file

@ -1,7 +1,7 @@
### PR [#1907](https://github.com/danielmiessler/Fabric/pull/1907) by [majiayu000](https://github.com/majiayu000): feat(gui): add Session ID support for multi-turn conversations
- Add Session ID support for multi-turn conversations in GUI chat interface, enabling persistent conversations similar to CLI's --session flag
- Add SessionName field to PromptRequest in chat.go for backend session management
- Include sessionName parameter in ChatPrompt interface and ChatService requests
- Add Session ID input with existing sessions dropdown in DropdownGroup component
- Fix Session ID input layout issues by removing reactive statement that reset input on keystroke and stacking input and dropdown vertically for better display
- Add Session ID support for multi-turn conversations with session name parameter to GUI chat interface, enabling persistent multi-turn conversations similar to CLI's --session flag
- Fix Session ID input and improve layout by removing reactive statement that was resetting input on each keystroke and changing layout to stack input and dropdown vertically
- Extract SessionSelector component and address PR feedback by creating dedicated SessionSelector.svelte component and using Select component instead of native select
- Fix Select binding and empty input handling with proper two-way binding and handling empty input to clear session when user clears the field
- Add session message loading when selecting existing session with proper error handling and simplified reactive statements using nullish coalescing