腾讯CodeBuddy IDE官方网站
2025-08-22 09:55:44 1 次阅读
国内版:Tencent Cloud Code Assistant CodeBuddy – AI Code Editor
国际版:CodeBuddy IDE
使用体验
国内版
日期:2025年8月22日
1、Chat 模型支持 DeepSeek-V3.1、DeepSeek-V3-0324、DeepSeek-R1-0528、Hunyuan-Turbos 四个大模型。
2、Craft 模式支持 DeepSeek-V3.1 和 DeepSeek-V3-0324 两个大模型。
3、对话框中不能把文件路径收起来。
4、Craft 模式编程任务执行很慢,开头一直在分析。
MCP配置
默认每个MCP命令都需要手工确认,很麻烦,提供一个常用MCP配置文件。
文件位置:C:\Users\用户名\.kiro\settings\mcp.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"],
"env": {
"DEFAULT_MINIMUM_TOKENS": "10000"
},
"disabled": false,
"autoApprove": ["resolve-library-id", "get-library-docs"]
},
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"],
"disabled": false,
"autoApprove": [
"playwright_navigate",
"playwright_screenshot",
"playwright_click",
"playwright_iframe_click",
"playwright_iframe_fill",
"playwright_fill",
"playwright_select",
"playwright_hover",
"playwright_upload_file",
"playwright_evaluate",
"playwright_console_logs",
"playwright_close",
"playwright_get",
"playwright_post",
"playwright_put",
"playwright_patch",
"playwright_delete",
"playwright_expect_response",
"playwright_assert_response",
"playwright_custom_user_agent",
"playwright_get_visible_text",
"playwright_get_visible_html",
"playwright_go_back",
"playwright_go_forward",
"playwright_drag",
"playwright_press_key",
"playwright_save_as_pdf",
"playwright_click_and_switch_tab",
"start_codegen_session",
"end_codegen_session",
"get_codegen_session",
"clear_codegen_session"
]
},
"Sequential Thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"env": {},
"disabled": false,
"autoApprove": ["sequentialthinking"]
}
}
}
转载请注明转自www.hylab.cn,原文地址:腾讯CodeBuddy IDE官方网站