mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(codex): bridge MCP elicitation through user input (#1008)
* fix(codex): bridge MCP elicitation through user input * fix(codex): allow MCP elicitation in yolo mode * fix(codex): preserve MCP form semantics * fix(codex): accept implicit MCP form mode * fix(codex): harden MCP elicitation prompts * fix(codex): require valid MCP choice answers * fix(codex): round-trip MCP array elicitation * fix(web): require explicit MCP URL confirmation * fix(codex): preserve MCP array item types * fix(codex): support multi-select MCP elicitation * fix(codex): allow MCP elicitation in read-only mode * fix(codex): route MCP tool approvals through permissions
This commit is contained in:
@@ -408,6 +408,7 @@ export default {
|
||||
'tool.requestUserInput.textPlaceholder': 'Type your answer…',
|
||||
'tool.requestUserInput.noteLabel': 'Additional note (optional)',
|
||||
'tool.requestUserInput.notePlaceholder': 'Add a note…',
|
||||
'tool.requestUserInput.popupBlocked': 'Could not open the sign-in page. Allow popups and try again.',
|
||||
'toolGroup.title': 'Tool activity',
|
||||
'toolGroup.primary.fileTargets': '{target} +{n}',
|
||||
'toolGroup.primary.commandTargets': '{target} +{n}',
|
||||
|
||||
@@ -412,6 +412,7 @@ export default {
|
||||
'tool.requestUserInput.textPlaceholder': '输入您的答案…',
|
||||
'tool.requestUserInput.noteLabel': '补充说明(可选)',
|
||||
'tool.requestUserInput.notePlaceholder': '添加备注…',
|
||||
'tool.requestUserInput.popupBlocked': '无法打开登录页面。请允许弹出窗口后重试。',
|
||||
'toolGroup.title': '工具活动',
|
||||
'toolGroup.primary.fileTargets': '{target} 等 +{n}',
|
||||
'toolGroup.primary.commandTargets': '{target} 等 +{n}',
|
||||
|
||||
Reference in New Issue
Block a user