You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional 'language' config field on all local adapters (Claude, Codex,
Cursor, Gemini, OpenCode, Pi). When set, a final instruction is appended
to the rendered prompt telling the agent to produce all outputs in that
language (responses, commit messages, explanations, etc.).
- New buildLanguageInstruction() helper in adapter-utils/server-utils
- Each adapter's execute.ts imports the helper and appends it to its
joinPromptSections call
- Each adapter's ui/build-config.ts passes v.language to adapterConfig
- Add language field to CreateConfigValues (optional string) + default
return`IMPORTANT: You MUST write all your responses, comments, commit messages, and any other output in ${language}. This includes explanations, summaries, and any text you produce.`;
0 commit comments