Skip to content

Commit 6931160

Browse files
committed
docs: 新增 Claude Code 接入第三方模型实战文章
1 parent ae512a6 commit 6931160

File tree

3 files changed

+462
-0
lines changed

3 files changed

+462
-0
lines changed

docs/.vuepress/sidebar/ai.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export const ai = arraySidebar([
4646
text: "Trae + MiniMax 多场景实战",
4747
link: "trae-m2.7",
4848
},
49+
{
50+
text: "Claude Code 接入第三方模型实战",
51+
link: "cc-glm5.1",
52+
},
4953
],
5054
},
5155
]);

docs/ai/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ AI 编程工具正在深刻改变开发者的工作方式。在面试中,你
105105

106106
- [《IDEA 搭配 Qoder 插件实战》](./ai-coding/idea-qoder-plugin.md):从接口优化到代码重构,展示如何在 JetBrains IDE 中利用 AI 完成从分析到落地的完整闭环
107107
- [《Trae + MiniMax 多场景实战》](./ai-coding/trae-m2.7.md):使用 Trae IDE 接入 MiniMax 大模型,通过 Redis 故障排查和跨语言重构场景,分享 AI 辅助编程的实战经验与踩坑心得
108+
- [《Claude Code 接入第三方模型实战》](./ai-coding/cc-glm5.1.md):通过 Claude Code 接入 GLM-5.1,完成 JVM 智能诊断助手搭建和百万级数据量慢查询治理,分享 AI 辅助编程的工作方法与踩坑经验
108109

109110
## 文章列表
110111

@@ -128,6 +129,7 @@ AI 编程工具正在深刻改变开发者的工作方式。在面试中,你
128129

129130
- [IDEA + Qoder 插件多场景实战:接口优化与代码重构](./ai-coding/idea-qoder-plugin.md) - 通过深分页优化、祖传代码重构两个真实案例,展示 AI 辅助编程的实战效果
130131
- [Trae + MiniMax 多场景实战:Redis 故障排查与跨语言重构](./ai-coding/trae-m2.7.md) - 使用 Trae IDE 接入 MiniMax 大模型,通过 Redis 故障排查和跨语言重构场景,分享 AI 辅助编程的实战经验
132+
- [Claude Code 接入第三方模型实战:JVM 智能诊断与慢查询治理](./ai-coding/cc-glm5.1.md) - 通过 Claude Code 接入 GLM-5.1,完成 JVM 智能诊断助手搭建和百万级数据量慢查询治理
131133

132134
## 配图预览
133135

0 commit comments

Comments
 (0)