From 15176a32383f399e371a4022991b6308a3f0aa3d Mon Sep 17 00:00:00 2001 From: Sirius Date: Wed, 5 Aug 2026 16:00:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8git=20nexus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index dd57694..eff1a02 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,8 +2,6 @@ Command Code OpenAI Bridge 是一个仅在本机运行的 OpenAI Chat Completions 兼容服务。它把 OpenAI 客户端发送的文本对话转交给 Command Code CLI 执行,并将最终 assistant 回复以标准 Chat Completions 格式返回。 -这个项目没有git,所以也不需要使用GitNexus相关的skill - 默认 API 地址:`http://127.0.0.1:18000/v1` ## 工作方式