• Joined on 2026-02-16
hugo pushed to main at hugo/RuDS 2026-07-21 08:20:40 +00:00
486a9f8019 Update default branch to main in AGENTS.md
hugo commented on issue hugo/RuDS#61 2026-07-21 08:20:16 +00:00
AI oneshots should not be blocking actions

implemented via github

hugo closed issue hugo/RuDS#61 2026-07-21 08:20:16 +00:00
AI oneshots should not be blocking actions
hugo pushed to main at hugo/RuDS 2026-07-21 08:19:58 +00:00
08ca5f14aa Merge pull request 'main' (#98) from main into master
hugo pushed to master at hugo/RuDS 2026-07-21 08:13:17 +00:00
08ca5f14aa Merge pull request 'main' (#98) from main into master
eb61a03235 Merge pull request #1 from rfc1437/codex/run-one-shot-activities-in-background-thread
fdd9ddde4a Run one-shot AI actions asynchronously
Compare 3 commits »
hugo merged pull request hugo/RuDS#98 2026-07-21 08:13:16 +00:00
main
hugo created pull request hugo/RuDS#98 2026-07-21 08:13:10 +00:00
main
hugo pushed to main at hugo/RuDS 2026-07-21 08:11:32 +00:00
eb61a03235 Merge pull request #1 from rfc1437/codex/run-one-shot-activities-in-background-thread
fdd9ddde4a Run one-shot AI actions asynchronously
Compare 2 commits »
hugo pushed to main at hugo/RuDS 2026-07-20 21:03:37 +00:00
ac993d8743 Align slug transliteration with bDS2
b641f6492b Add semantic post tag suggestions
d1829f0e9b Schedule only missing post translations
b713f7fa07 Open quick actions in editor popovers
Compare 4 commits »
hugo closed issue hugo/RuDS#65 2026-07-20 21:01:38 +00:00
Align slug transliteration with bDS2 (ä→a, not ä→ae)
hugo commented on issue hugo/RuDS#65 2026-07-20 21:01:33 +00:00
Align slug transliteration with bDS2 (ä→a, not ä→ae)

Implemented in ac993d8. Slug generation now follows bDS2 exactly: replace lowercase ß with ss, apply canonical Unicode NFD decomposition, discard every remaining non-ASCII code point, lowercase,…

hugo pushed to master at hugo/RuDS 2026-07-20 21:01:22 +00:00
ac993d8743 Align slug transliteration with bDS2
hugo opened issue hugo/RuDS#97 2026-07-20 21:00:54 +00:00
the app must restart the same state as it was when closed
hugo closed issue hugo/RuDS#60 2026-07-20 20:52:28 +00:00
tags in post editor need to have semantic suggestions
hugo commented on issue hugo/RuDS#60 2026-07-20 20:52:24 +00:00
tags in post editor need to have semantic suggestions

Implemented in b641f64. The post editor now loads semantic tag suggestions from the existing project embedding index whenever a post opens, is selected, metadata expands, the query clears, or…

hugo pushed to master at hugo/RuDS 2026-07-20 20:52:12 +00:00
b641f6492b Add semantic post tag suggestions
hugo closed issue hugo/RuDS#59 2026-07-20 20:21:46 +00:00
seems that saving a post triggers "create missing translations" task
hugo commented on issue hugo/RuDS#59 2026-07-20 20:21:38 +00:00
seems that saving a post triggers "create missing translations" task

Implemented in d1829f0.

Manual canonical post saves now calculate the currently missing configured languages before touching the AI endpoint or credential store and enqueue exactly one AI task…

hugo pushed to master at hugo/RuDS 2026-07-20 20:21:17 +00:00
d1829f0e9b Schedule only missing post translations
hugo closed issue hugo/RuDS#86 2026-07-20 20:05:57 +00:00
Persist publish jobs (publish_jobs table) like bDS2