AI

cursor

npm install -g repomix  --registry https://registry.npmmirror.com

repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/obu/obu_client.git
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/obu/obu_client.git --remote-branch main
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/obu/obu_client.git --remote-branch 935b695
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/mcu/traffic_light_test_ui.git --style markdown,
repomix  .
  • gitingest

    • gitingest 是一个开源工具,可以将 Git 仓库中的代码和文档转换为适合大语言模型(LLM)使用的格式, 以便更好地进行代码理解、生成和自动化任务。

连接的主机ip地址变了 192.168.110.120 ->192.168.110.127,
更改连接地址后, Could not establish connection to 192.168.110.127

MobaXterm 可以成功连接到 192.168.110.127,但 Cursor  Remote-SSH 无法连接;

ssh-keygen -R 192.168.110.127


根本原因:
    目标主机 IP  192.168.110.120 变为 192.168.110.127,但 known_hosts 文件中保留了旧 IP 的主机密钥记录,
    导致 Cursor  SSH 客户端因密钥不匹配而拒绝连接。

解决机制:
    ssh-keygen -R 192.168.110.127 删除了 known_hosts 中与 192.168.110.127 相关的记录,
    允许 Cursor 在下次连接时重新接受主机密钥。

MobaXterm 的不同表现:
    MobaXterm 可能自动更新或忽略密钥不匹配,而 Cursor 的严格检查导致需要手动清理。

MCP

Claude

VibeCoding

产品设计

Tools



  • langchain

    • 构建 LLM 应用 / Agent 的开源框架 + 生态