Skip to content

Buddy v0.1.24

Choose a tag to compare

@github-actions github-actions released this 12 Aug 01:14

Deferred items now respect the instance language

Reminders and decisions surfaced by consolidation are written in the language you chose during setup, not in English. Previously, the consolidation process relied on USER.md wording to detect the language — but reactive phrasings like "reply in the user's language" gave no signal to an autonomous process without a conversation. The runner now injects the language directly from your config, the same way the wiki already does.

What you could see

  • Reminders and decisions now appear in your language. If you chose Spanish (or any non-English language) at setup, deferred notifications are written in that language. Previously they could appear in English.

What changed underneath

buildConsolidationPrompt reads config.json → language (the setup wizard value) and prepends User language: Spanish to the prompt header. The consolidation skill references this header line instead of USER.md for language decisions. Journal entries benefit from the same fix.

998 unit tests and 341 scenarios.