feat(secret): AgentIO 注入敏感信息选择窗配置(2026-09-17)

index.ui(chat_io) + index_cockpit.ui(chat_input) 两处 AgentIO options 加
secret_dataurl/secret_format/secret_title/secret_tip,指向 pipeline_core 的
secret_options.dspy。驾驶舱会话可用钥匙图标插入 @@sec:NAME@@ 占位符。
This commit is contained in:
ymq 2026-09-17 15:45:17 +08:00
parent b7b49a766c
commit bc4ee5827e
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -182,6 +182,10 @@
"id": "chat_input",
"options": {
"placeholder": "输入你的需求...",
"secret_dataurl": "/pipeline_core/api/secret_options.dspy",
"secret_format": "@@sec:{name}@@",
"secret_title": "选择敏感信息",
"secret_tip": "插入敏感信息",
"url": "/pipeline-sdlc/api/cockpit_chat_v2.dspy",
"model_dataurl": "/pipeline-sdlc/api/cockpit_model_options.dspy",
"model_cwidth": 14