• Joined on 2026-02-16
hugo closed issue hugo/DS4Server#37 2026-07-27 13:27:16 +00:00
preferences should have a sidebar/main structure with sections
hugo commented on issue hugo/DS4Server#37 2026-07-27 13:27:13 +00:00
preferences should have a sidebar/main structure with sections

Implemented in c4e92f6. Preferences now opens as a dedicated child window with a sidebar linking to seven anchored sections; Cancel and Escape are scoped to that window. Verified with cargo fmt,…

hugo pushed to main at hugo/DS4Server 2026-07-27 13:26:41 +00:00
c4e92f6206 Add preference section navigation
hugo pushed to main at hugo/DS4Server 2026-07-27 13:09:14 +00:00
c96675c462 feat: more native menus with expected reactions
hugo closed issue hugo/DS4Server#30 2026-07-27 12:26:31 +00:00
system prompt needs a multi-line field in preferences and it should be a better default
hugo commented on issue hugo/DS4Server#30 2026-07-27 12:26:27 +00:00
system prompt needs a multi-line field in preferences and it should be a better default

Implemented in commit 8f02f09. The system-prompt preference now uses a 140-point multiline editor and round-trips editor content through the existing string setting. The new default follows Pi…

hugo pushed to main at hugo/DS4Server 2026-07-27 12:26:19 +00:00
8f02f0934b Improve the default system prompt
hugo closed issue hugo/DS4Server#32 2026-07-27 12:18:57 +00:00
deleting a session needs a confirmation dialog
hugo commented on issue hugo/DS4Server#32 2026-07-27 12:18:52 +00:00
deleting a session needs a confirmation dialog

Implemented in commit a90a241. Every stored-session delete action now opens a confirmation dialog; Cancel or Escape dismisses it without changing data, and only the separate confirmation action…

hugo pushed to main at hugo/DS4Server 2026-07-27 12:18:42 +00:00
a90a241ae1 Confirm session deletion
hugo closed issue hugo/DS4Server#38 2026-07-27 12:05:04 +00:00
better rendering of the chat area with blocks and timings and borders
hugo commented on issue hugo/DS4Server#38 2026-07-27 12:04:57 +00:00
better rendering of the chat area with blocks and timings and borders

Implemented in commit 8a08cd7. Assistant replies now render without rounded message containers, while user and system surfaces retain their existing treatment. Completed model generations add a…

hugo pushed to main at hugo/DS4Server 2026-07-27 12:04:39 +00:00
8a08cd7b52 Improve chat rendering and generation summaries
hugo pushed to main at hugo/DS4Server 2026-07-27 11:53:03 +00:00
6a541b51f9 fix: rendering in a2ui surface and viewport aligned
hugo pushed to main at hugo/DS4Server 2026-07-27 10:58:49 +00:00
f69623ad02 feat: moved a2ui surface to a separate panel
hugo pushed to main at hugo/DS4Server 2026-07-27 10:12:37 +00:00
ef1c574a7f fix: better hardening of tool calls
hugo pushed to main at hugo/DS4Server 2026-07-27 09:52:19 +00:00
4a309091b6 prev/next A2UI surface and better dismissal
hugo opened issue hugo/DS4Server#38 2026-07-27 09:49:17 +00:00
better rendering of the chat area with blocks and timings and borders
hugo pushed to main at hugo/DS4Server 2026-07-27 09:20:01 +00:00
c9c2d8efd5 feat: a2ui interface to enablee the LLM to give structured information
hugo opened issue hugo/DS4Server#37 2026-07-27 06:03:41 +00:00
preferences should have a sidebar/main structure with sections