• Joined on 2026-02-16
hugo closed issue hugo/RuDS#115 2026-08-01 09:29:53 +00:00
creating post with blogmark does not open the editor reliably
hugo commented on issue hugo/RuDS#115 2026-08-01 09:29:48 +00:00
creating post with blogmark does not open the editor reliably

Implemented in b25691d. The delay was caused by synchronous semantic embedding after the draft insert: the draft appeared in the sidebar, but the blogmark result did not return until the cold…

hugo pushed to main at hugo/RuDS 2026-08-01 09:29:23 +00:00
b25691ddac Open blogmark drafts before semantic indexing finishes.
hugo closed issue hugo/RuDS#118 2026-08-01 08:45:34 +00:00
runtime settings changes are ignored unless Preferences is open
hugo commented on issue hugo/RuDS#118 2026-08-01 08:45:27 +00:00
runtime settings changes are ignored unless Preferences is open

Implemented in 2fed537. Every relevant SettingsChanged event now rehydrates the complete cached settings state even when Preferences is closed. Airplane mode, which is also cached separately for…

hugo pushed to main at hugo/RuDS 2026-08-01 08:45:11 +00:00
2fed5371ca Refresh runtime settings without opening Preferences.
hugo opened issue hugo/RuDS#118 2026-08-01 08:37:07 +00:00
runtime settings changes are ignored unless Preferences is open
hugo closed issue hugo/RuDS#114 2026-08-01 08:35:14 +00:00
language flags in quick action -> translate are broken
hugo commented on issue hugo/RuDS#114 2026-08-01 08:35:10 +00:00
language flags in quick action -> translate are broken

Implemented in 81382b4. Root causes: fresh/project-switched workspaces discarded the persisted AI settings used to enable editor quick actions, and the translation picker did not use fallback-capab…

hugo pushed to main at hugo/RuDS 2026-08-01 08:34:40 +00:00
81382b45ce Restore translation actions and flags after launch.
hugo closed issue hugo/RuDS#113 2026-08-01 08:23:13 +00:00
command-, does not open preferences
hugo commented on issue hugo/RuDS#113 2026-08-01 08:23:04 +00:00
command-, does not open preferences

Implemented in 45f6842. Cmd-, now selects and reveals the Settings sidebar, opens the pinned Settings tab, hydrates the active project's real preferences, synchronizes menu state, and persists the…

hugo pushed to main at hugo/RuDS 2026-08-01 08:22:37 +00:00
45f68422ed Open Preferences as a complete settings workspace.
hugo closed issue hugo/RuDS#112 2026-08-01 08:12:21 +00:00
bug: title of main homepage is not set from project description
hugo commented on issue hugo/RuDS#112 2026-08-01 08:12:12 +00:00
bug: title of main homepage is not set from project description

Implemented in commit 085a3e8. Root and localized home routes now receive the bDS2-compatible core archive context, so existing Liquid list templates render the project description as the visible…

hugo pushed to main at hugo/RuDS 2026-08-01 08:11:51 +00:00
085a3e8175 Show the project description on home pages.
hugo closed issue hugo/DS4Server#64 2026-08-01 07:50:13 +00:00
thinking mode needs to be selectable
hugo commented on issue hugo/DS4Server#64 2026-08-01 07:50:10 +00:00
thinking mode needs to be selectable

Implemented in c0e4ec1. The chat composer now has a thinking-mode selector with DS4 normal Thinking preselected by default, Direct for fast answers without hidden reasoning, and Think Max when the…

hugo pushed to main at hugo/DS4Server 2026-08-01 07:49:56 +00:00
c0e4ec13cc Select thinking mode from the chat
hugo closed issue hugo/DS4Server#63 2026-08-01 07:41:38 +00:00
path is not correctly set in shells inside the app