chore: update nanobot to 0.1.4.post6

This commit is contained in:
qixinbo
2026-03-28 01:01:13 +08:00
parent b24aff956a
commit dbbc7fdafc
166 changed files with 23622 additions and 4497 deletions
+12 -1
View File
@@ -251,5 +251,16 @@
"mcpServerName": "MCP Server Name",
"noMcpServers": "No MCP servers configured",
"confirmDeleteMcpServer": "Are you sure you want to delete this MCP server?",
"saveMcpServer": "Save MCP Server"
"saveMcpServer": "Save MCP Server",
"subagents": "Subagents",
"subagentManagement": "Subagent Management",
"manageSubagentsDesc": "Manage subagents for this project",
"addSubagent": "Add Subagent",
"editSubagent": "Edit Subagent",
"subagentName": "Subagent Name",
"systemInstructionsPlaceholder": "You are a helpful AI assistant...",
"selectModel": "Select a model",
"noSubagents": "No subagents configured",
"confirmDeleteSubagent": "Are you sure you want to delete this subagent?",
"selectProjectToManageSubagents": "Please select a project to manage subagents"
}
+12 -1
View File
@@ -251,5 +251,16 @@
"mcpServerName": "MCP 服务器名称",
"noMcpServers": "暂无 MCP 服务器",
"confirmDeleteMcpServer": "确定要删除这个 MCP 服务器吗?",
"saveMcpServer": "保存 MCP 服务器"
"saveMcpServer": "保存 MCP 服务器",
"subagents": "子代理",
"subagentManagement": "子代理管理",
"manageSubagentsDesc": "管理该项目的子代理",
"addSubagent": "添加子代理",
"editSubagent": "编辑子代理",
"subagentName": "子代理名称",
"selectModel": "请选择一个模型",
"systemInstructionsPlaceholder": "你是一个有用的 AI 助手...",
"noSubagents": "暂无配置的子代理",
"confirmDeleteSubagent": "确定要删除这个子代理吗?",
"selectProjectToManageSubagents": "请先选择一个项目以管理其子代理"
}