docs: update documentation titles and sidebar numbering

- Simplify CLI AI programming tool documentation title
- Remove numbering from sidebar items for cleaner navigation
This commit is contained in:
sanbuphy
2026-02-12 00:18:06 +08:00
parent 825bbfbb88
commit d1be7ebfa9
2 changed files with 8 additions and 8 deletions
@@ -1,4 +1,4 @@
# CLI AI 编程工具与测试驱动开发原则
# CLI AI 编程工具
在本教程中,我们将介绍直接在命令行中运行的 AI 编程 Agent。它们和之前学过的 Trae、Cursor 中的 Agent 不同,CLI AI 编程工具只能在终端中使用。与集成在 AI IDE 里的 Agent 相比,它们通常具有更长的上下文窗口、更快的工具调用速度,并且可以兼容更多种类的大模型。在最新的 AI Vibe Coding 实战中,我们往往会优先使用 CLI AI 编程工具,而不是 IDE 内置的编码 Agent。