fix: repair placeholder syntax for codex prefix

This commit is contained in:
Gabi
2026-03-23 22:01:29 +01:00
parent d67d69d342
commit e97a73446d
+1 -1
View File
@@ -267,7 +267,7 @@ export const PROVIDER_PLACEHOLDERS = {
'claude-code': {
model: 'Claude',
config_file: 'CLAUDE.md',
ask_instruction: 'STOP and call the AskUserQuestion tool to clarify.'
ask_instruction: 'STOP and call the AskUserQuestion tool to clarify.',
command_prefix: '/'
},
'cursor': {