Skip to content

Commit 00005a3

Browse files
committed
docs: 更新 AI 模型版本号 (Claude 4.6, gpt-5.3-codex, Kimi K2.5)
1 parent b4e11b0 commit 00005a3

File tree

16 files changed

+109
-109
lines changed

16 files changed

+109
-109
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -300,16 +300,16 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
300300

301301
### AI 模型 & 服务
302302

303-
* [**Claude Opus 4.5**](https://claude.ai/new): 性能强大的 AI 模型,通过 Claude Code 等平台提供服务,并支持 CLI 和 IDE 插件。
304-
* [**gpt-5.1-codex.1-codex (xhigh)**](https://chatgpt.com/codex/): 适用于处理大型项目和复杂逻辑的 AI 模型,可通过 Codex CLI 等平台使用。
305-
* [**Droid**](https://factory.ai/news/terminal-bench): 提供对 Claude Opus 4.5 等多种模型的 CLI 访问。
306-
* [**Kiro**](https://kiro.dev/): 目前提供免费的 Claude Opus 4.5 模型访问,并提供客户端及 CLI 工具。
303+
* [**Claude Opus 4.6**](https://claude.ai/new): 性能强大的 AI 模型,通过 Claude Code 等平台提供服务,并支持 CLI 和 IDE 插件。
304+
* [**gpt-5.3-codex (xhigh)**](https://chatgpt.com/codex/): 适用于处理大型项目和复杂逻辑的 AI 模型,可通过 Codex CLI 等平台使用。
305+
* [**Droid**](https://factory.ai/news/terminal-bench): 提供对 Claude Opus 4.6 等多种模型的 CLI 访问。
306+
* [**Kiro**](https://kiro.dev/): 目前提供免费的 Claude Opus 4.6 模型访问,并提供客户端及 CLI 工具。
307307
* [**Gemini CLI**](https://geminicli.com/): 提供对 Gemini 模型的免费访问,适合执行脚本、整理文档和探索思路。
308-
* [**antigravity**](https://antigravity.google/): 目前由 Google 提供的免费 AI 服务,支持使用 Claude Opus 4.5 和 Gemini 3.0 Pro。
308+
* [**antigravity**](https://antigravity.google/): 目前由 Google 提供的免费 AI 服务,支持使用 Claude Opus 4.6 和 Gemini 3.0 Pro。
309309
* [**AI Studio**](https://aistudio.google.com/prompts/new_chat): Google 提供的免费服务,支持使用 Gemini 3.0 Pro 和 Nano Banana。
310310
* [**Gemini Enterprise**](https://cloud.google.com/gemini-enterprise): 面向企业用户的 Google AI 服务,目前可以免费使用。
311311
* [**GitHub Copilot**](https://github.com/copilot): 由 GitHub 和 OpenAI 联合开发的 AI 代码补全工具。
312-
* [**Kimi K2**](https://www.kimi.com/): 一款国产 AI 模型,适用于多种常规任务。
312+
* [**Kimi K2.5**](https://www.kimi.com/): 一款国产 AI 模型,适用于多种常规任务。
313313
* [**GLM**](https://bigmodel.cn/): 由智谱 AI 开发的国产大语言模型。
314314
* [**Qwen**](https://qwenlm.github.io/qwen-code-docs/zh/cli/): 由阿里巴巴开发的 AI 模型,其 CLI 工具提供免费使用额度。
315315

@@ -589,12 +589,12 @@ gantt
589589
> 以下内容翻译自原仓库 [EnzeD/vibe-coding](https://github.com/EnzeD/vibe-coding)
590590
591591
要开始 Vibe Coding,你只需要以下两种工具之一:
592-
- **Claude Opus 4.5**,在 Claude Code 中使用
593-
- **gpt-5.1-codex.1-codex (xhigh)**,在 Codex CLI 中使用
592+
- **Claude Opus 4.6**,在 Claude Code 中使用
593+
- **gpt-5.3-codex (xhigh)**,在 Codex CLI 中使用
594594

595595
本指南同时适用于 CLI 终端版本和 VSCode 扩展版本(Codex 和 Claude Code 都有扩展,且界面更新)。
596596

597-
*(注:本指南早期版本使用的是 **Grok 3**,后来切换到 **Gemini 2.5 Pro**,现在我们使用的是 **Claude 4.5**(或 **gpt-5.1-codex.1-codex (xhigh)**))*
597+
*(注:本指南早期版本使用的是 **Grok 3**,后来切换到 **Gemini 2.5 Pro**,现在我们使用的是 **Claude 4.5**(或 **gpt-5.3-codex (xhigh)**))*
598598

599599
*(注2:如果你想使用 Cursor,请查看本指南的 [1.1 版本](https://github.com/EnzeD/vibe-coding/tree/1.1.1),但我们认为它目前不如 Codex CLI 或 Claude Code 强大)*
600600

@@ -606,14 +606,14 @@ gantt
606606
<details>
607607
<summary><strong>1. 游戏设计文档(Game Design Document)</strong></summary>
608608

609-
- 把你的游戏创意交给 **gpt-5.1-codex****Claude Opus 4.5**,让它生成一份简洁的 **游戏设计文档**,格式为 Markdown,文件名为 `game-design-document.md`
609+
- 把你的游戏创意交给 **gpt-5.3-codex****Claude Opus 4.6**,让它生成一份简洁的 **游戏设计文档**,格式为 Markdown,文件名为 `game-design-document.md`
610610
- 自己审阅并完善,确保与你的愿景一致。初期可以很简陋,目标是给 AI 提供游戏结构和意图的上下文。不要过度设计,后续会迭代。
611611
</details>
612612

613613
<details>
614614
<summary><strong>2. 技术栈与 <code>CLAUDE.md</code> / <code>Agents.md</code></strong></summary>
615615

616-
-**gpt-5.1-codex****Claude Opus 4.5** 为你的游戏推荐最合适的技术栈(例如:多人3D游戏用 ThreeJS + WebSocket),保存为 `tech-stack.md`
616+
-**gpt-5.3-codex****Claude Opus 4.6** 为你的游戏推荐最合适的技术栈(例如:多人3D游戏用 ThreeJS + WebSocket),保存为 `tech-stack.md`
617617
- 要求它提出 **最简单但最健壮** 的技术栈。
618618
- 在终端中打开 **Claude Code****Codex CLI**,使用 `/init` 命令,它会读取你已创建的两个 .md 文件,生成一套规则来正确引导大模型。
619619
- **关键:一定要审查生成的规则。** 确保规则强调 **模块化**(多文件)和禁止 **单体巨文件**(monolith)。可能需要手动修改或补充规则。
@@ -631,7 +631,7 @@ gantt
631631
<details>
632632
<summary><strong>3. 实施计划(Implementation Plan)</strong></summary>
633633
634-
- 将以下内容提供给 **gpt-5.1-codex** 或 **Claude Opus 4.5**:
634+
- 将以下内容提供给 **gpt-5.3-codex** 或 **Claude Opus 4.6**:
635635
- 游戏设计文档(`game-design-document.md`)
636636
- 技术栈推荐(`tech-stack.md`)
637637
- 让它生成一份详细的 **实施计划**(Markdown 格式),包含一系列给 AI 开发者的分步指令。
@@ -675,7 +675,7 @@ gantt
675675
- 打开 **Codex** 或 **Claude Code**(扩展或终端)。
676676
- 提示词:阅读 `/memory-bank` 所有文档,然后执行实施计划的第 1 步。我会负责跑测试。在我验证测试通过前,不要开始第 2 步。验证通过后,打开 `progress.md` 记录你做了什么供后续开发者参考,再把新的架构洞察添加到 `architecture.md` 中解释每个文件的作用。
677677
- **永远** 先用 "Ask" 模式或 "Plan Mode"(Claude Code 中按 `shift+tab`),确认满意后再让 AI 执行该步骤。
678-
- **极致 Vibe:** 安装 [Superwhisper](https://superwhisper.com),用语音随便跟 Claude 或 gpt-5.1-codex 聊天,不用打字。
678+
- **极致 Vibe:** 安装 [Superwhisper](https://superwhisper.com),用语音随便跟 Claude 或 gpt-5.3-codex 聊天,不用打字。
679679
</details>
680680
681681
<details>
@@ -707,7 +707,7 @@ gantt
707707
<summary><strong>常规修复</strong></summary>
708708
709709
- 如果某个提示词失败或搞崩了项目:
710-
- Claude Code 用 `/rewind` 回退;用 gpt-5.1-codex 的话多提交 git,需要时 reset。
710+
- Claude Code 用 `/rewind` 回退;用 gpt-5.3-codex 的话多提交 git,需要时 reset。
711711
- 报错处理:
712712
- **JavaScript 错误:** 打开浏览器控制台(F12),复制错误,贴给 AI;视觉问题截图发给它。
713713
- **懒人方案:** 安装 [BrowserTools](https://browsertools.agentdesk.ai/installation),自动复制错误和截图。
@@ -719,7 +719,7 @@ gantt
719719
- 实在卡住:
720720
- 回退到上一个 git commit(`git reset`),换新提示词重试。
721721
- 极度卡壳:
722-
- 用 [RepoPrompt](https://repoprompt.com/) 或 [uithub](https://uithub.com/) 把整个代码库合成一个文件,然后丢给 **gpt-5.1-codex 或 Claude** 求救。
722+
- 用 [RepoPrompt](https://repoprompt.com/) 或 [uithub](https://uithub.com/) 把整个代码库合成一个文件,然后丢给 **gpt-5.3-codex 或 Claude** 求救。
723723
</details>
724724
725725
</details>
@@ -740,7 +740,7 @@ gantt
740740
<details>
741741
<summary><strong>其他实用技巧</strong></summary>
742742
743-
- **小修改:** 用 gpt-5.1-codex (medium)
743+
- **小修改:** 用 gpt-5.3-codex (medium)
744744
- **写顶级营销文案:** 用 Opus 4.1
745745
- **生成优秀 2D 精灵图:** 用 ChatGPT + Nano Banana
746746
- **生成音乐:** 用 Suno
@@ -763,7 +763,7 @@ gantt
763763
- **A:** 那不是一个提示词,是 ~30 个提示词 + 专门的 `plane-implementation.md` 文件引导的。用精准指令如“在机翼上为副翼切出空间”,而不是“做一个飞机”这种模糊指令。
764764
765765
- **Q: 为什么现在 Claude Code 或 Codex CLI 比 Cursor 更强?**
766-
- **A:** 完全看个人喜好。我们强调的是:Claude Code 能更好发挥 Claude Opus 4.5 的实力,Codex CLI 能更好发挥 gpt-5.1-codex 的实力,而 Cursor 对这两者的利用都不如原生终端版。终端版还能在任意 IDE、使用 SSH 远程服务器等场景工作,自定义命令、子代理、钩子等功能也能长期大幅提升开发质量和速度。最后,即使你只是低配 Claude 或 ChatGPT 订阅,也完全够用。
766+
- **A:** 完全看个人喜好。我们强调的是:Claude Code 能更好发挥 Claude Opus 4.6 的实力,Codex CLI 能更好发挥 gpt-5.3-codex 的实力,而 Cursor 对这两者的利用都不如原生终端版。终端版还能在任意 IDE、使用 SSH 远程服务器等场景工作,自定义命令、子代理、钩子等功能也能长期大幅提升开发质量和速度。最后,即使你只是低配 Claude 或 ChatGPT 订阅,也完全够用。
767767
768768
- **Q: 我不会搭建多人游戏的服务器怎么办?**
769769
- **A:** 问你的 AI。

i18n/en/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,16 @@ Through this continuous **recursive optimization loop**, the system achieves **s
299299

300300
### AI Models & Services
301301

302-
* [**Claude Opus 4.5**](https://claude.ai/new): A powerful AI model, offered through platforms like Claude Code, and supporting CLI and IDE plugins.
303-
* [**gpt-5.1-codex.1-codex (xhigh)**](https://chatgpt.com/codex/): An AI model suitable for handling large projects and complex logic, usable through platforms like Codex CLI.
304-
* [**Droid**](https://factory.ai/news/terminal-bench): Provides CLI access to various models including Claude Opus 4.5.
305-
* [**Kiro**](https://kiro.dev/): Currently offers free access to the Claude Opus 4.5 model, and provides client and CLI tools.
302+
* [**Claude Opus 4.6**](https://claude.ai/new): A powerful AI model, offered through platforms like Claude Code, and supporting CLI and IDE plugins.
303+
* [**gpt-5.3-codex (xhigh)**](https://chatgpt.com/codex/): An AI model suitable for handling large projects and complex logic, usable through platforms like Codex CLI.
304+
* [**Droid**](https://factory.ai/news/terminal-bench): Provides CLI access to various models including Claude Opus 4.6.
305+
* [**Kiro**](https://kiro.dev/): Currently offers free access to the Claude Opus 4.6 model, and provides client and CLI tools.
306306
* [**Gemini CLI**](https://geminicli.com/): Provides free access to the Gemini model, suitable for executing scripts, organizing documents, and exploring ideas.
307-
* [**antigravity**](https://antigravity.google/): Currently a free AI service provided by Google, supporting Claude Opus 4.5 and Gemini 3.0 Pro.
307+
* [**antigravity**](https://antigravity.google/): Currently a free AI service provided by Google, supporting Claude Opus 4.6 and Gemini 3.0 Pro.
308308
* [**AI Studio**](https://aistudio.google.com/prompts/new_chat): A free service provided by Google, supporting Gemini 3.0 Pro and Nano Banana.
309309
* [**Gemini Enterprise**](https://cloud.google.com/gemini-enterprise): Google's AI service for enterprise users, currently available for free.
310310
* [**GitHub Copilot**](https://github.com/copilot): An AI code completion tool jointly developed by GitHub and OpenAI.
311-
* [**Kimi K2**](https://www.kimi.com/): A domestic AI model suitable for various general tasks.
311+
* [**Kimi K2.5**](https://www.kimi.com/): A domestic AI model suitable for various general tasks.
312312
* [**GLM**](https://bigmodel.cn/): A domestic large language model developed by Zhipu AI.
313313
* [**Qwen**](https://qwenlm.github.io/qwen-code-docs/zh/cli/): An AI model developed by Alibaba, its CLI tool offers free usage quota.
314314

@@ -587,12 +587,12 @@ gantt
587587
> The following content is translated from the original repository [EnzeD/vibe-coding](https://github.com/EnzeD/vibe-coding)
588588
589589
To start Vibe Coding, you only need one of the following two tools:
590-
- **Claude Opus 4.5**, used in Claude Code
591-
- **gpt-5.1-codex.1-codex (xhigh)**, used in Codex CLI
590+
- **Claude Opus 4.6**, used in Claude Code
591+
- **gpt-5.3-codex (xhigh)**, used in Codex CLI
592592

593593
This guide applies to both the CLI terminal version and the VSCode extension version (both Codex and Claude Code have extensions, and their interfaces are updated).
594594

595-
*(Note: Earlier versions of this guide used **Grok 3**, later switched to **Gemini 2.5 Pro**, and now we are using **Claude 4.5** (or **gpt-5.1-codex.1-codex (xhigh)**))*
595+
*(Note: Earlier versions of this guide used **Grok 3**, later switched to **Gemini 2.5 Pro**, and now we are using **Claude 4.5** (or **gpt-5.3-codex (xhigh)**))*
596596

597597
*(Note 2: If you want to use Cursor, please check version [1.1](https://github.com/EnzeD/vibe-coding/tree/1.1.1) of this guide, but we believe it is currently less powerful than Codex CLI or Claude Code)*
598598

@@ -604,14 +604,14 @@ This guide applies to both the CLI terminal version and the VSCode extension ver
604604
<details>
605605
<summary><strong>1. Game Design Document</strong></summary>
606606

607-
- Hand your game idea to **gpt-5.1-codex** or **Claude Opus 4.5** to generate a concise **Game Design Document** in Markdown format, named `game-design-document.md`.
607+
- Hand your game idea to **gpt-5.3-codex** or **Claude Opus 4.6** to generate a concise **Game Design Document** in Markdown format, named `game-design-document.md`.
608608
- Review and refine it yourself to ensure it aligns with your vision. It can be very basic initially; the goal is to provide AI with the game structure and intent context. Do not over-design; it will be iterated later.
609609
</details>
610610

611611
<details>
612612
<summary><strong>2. Tech Stack and <code>CLAUDE.md</code> / <code>Agents.md</code></strong></summary>
613613

614-
- Ask **gpt-5.1-codex** or **Claude Opus 4.5** to recommend the most suitable tech stack for your game (e.g., ThreeJS + WebSocket for a multiplayer 3D game), save it as `tech-stack.md`.
614+
- Ask **gpt-5.3-codex** or **Claude Opus 4.6** to recommend the most suitable tech stack for your game (e.g., ThreeJS + WebSocket for a multiplayer 3D game), save it as `tech-stack.md`.
615615
- Ask it to propose the **simplest yet most robust** tech stack.
616616
- Open **Claude Code** or **Codex CLI** in your terminal and use the `/init` command. It will read the two `.md` files you've created and generate a set of rules to guide the large model correctly.
617617
- **Key: Always review the generated rules.** Ensure the rules emphasize **modularization** (multiple files) and prohibit **monolithic files**. You may need to manually modify or supplement the rules.
@@ -629,7 +629,7 @@ This guide applies to both the CLI terminal version and the VSCode extension ver
629629
<details>
630630
<summary><strong>3. Implementation Plan</strong></summary>
631631
632-
- Provide the following to **gpt-5.1-codex** or **Claude Opus 4.5**:
632+
- Provide the following to **gpt-5.3-codex** or **Claude Opus 4.6**:
633633
- Game Design Document (`game-design-document.md`)
634634
- Tech Stack Recommendation (`tech-stack.md`)
635635
- Ask it to generate a detailed **Implementation Plan** (Markdown format), containing a series of step-by-step instructions for AI developers.
@@ -673,7 +673,7 @@ Now for the most exciting part!
673673
- Open **Codex** or **Claude Code** (extension or terminal).
674674
- Prompt: Read all documents in `/memory-bank`, then execute step 1 of the implementation plan. I will be responsible for running tests. Do not start step 2 until I verify the tests pass. After verification, open `progress.md` to record what you've done for future developers' reference, and add new architectural insights to `architecture.md` explaining the purpose of each file.
675675
- **Always** use "Ask" mode or "Plan Mode" (press `shift+tab` in Claude Code) first, and only let AI execute the step after you are satisfied.
676-
- **Ultimate Vibe:** Install [Superwhisper](https://superwhisper.com) and chat casually with Claude or gpt-5.1-codex using voice, without typing.
676+
- **Ultimate Vibe:** Install [Superwhisper](https://superwhisper.com) and chat casually with Claude or gpt-5.3-codex using voice, without typing.
677677
</details>
678678
679679
<details>
@@ -705,7 +705,7 @@ Congratulations! You've built a basic game! It might still be rough and lack fea
705705
<summary><strong>General Fixes</strong></summary>
706706
707707
- If a prompt fails or breaks the project:
708-
- Use `/rewind` in Claude Code to revert; for gpt-5.1-codex, commit frequently with Git and reset when needed.
708+
- Use `/rewind` in Claude Code to revert; for gpt-5.3-codex, commit frequently with Git and reset when needed.
709709
- Error handling:
710710
- **JavaScript errors:** Open browser console (F12), copy error, paste to AI; for visual issues, send a screenshot.
711711
- **Lazy solution:** Install [BrowserTools](https://browsertools.agentdesk.ai/installation) to automatically copy errors and screenshots.
@@ -717,7 +717,7 @@ Congratulations! You've built a basic game! It might still be rough and lack fea
717717
- Really stuck:
718718
- Revert to the previous git commit (`git reset`), try again with a new prompt.
719719
- Extremely stuck:
720-
- Use [RepoPrompt](https://repoprompt.com/) or [uithub](https://uithub.com/) to synthesize the entire codebase into one file, then send it to **gpt-5.1-codex or Claude** for help.
720+
- Use [RepoPrompt](https://repoprompt.com/) or [uithub](https://uithub.com/) to synthesize the entire codebase into one file, then send it to **gpt-5.3-codex or Claude** for help.
721721
</details>
722722
723723
</details>
@@ -738,7 +738,7 @@ Congratulations! You've built a basic game! It might still be rough and lack fea
738738
<details>
739739
<summary><strong>Other Useful Tips</strong></summary>
740740
741-
- **Small modifications:** Use gpt-5.1-codex (medium)
741+
- **Small modifications:** Use gpt-5.3-codex (medium)
742742
- **Write top-tier marketing copy:** Use Opus 4.1
743743
- **Generate excellent 2D sprites:** Use ChatGPT + Nano Banana
744744
- **Generate music:** Use Suno
@@ -761,7 +761,7 @@ Congratulations! You've built a basic game! It might still be rough and lack fea
761761
- **A:** That wasn't one prompt, it was ~30 prompts + a dedicated `plane-implementation.md` file guided it. Use precise instructions like "cut space for ailerons on the wing," instead of vague instructions like "make a plane."
762762
763763
- **Q: Why are Claude Code or Codex CLI stronger than Cursor now?**
764-
- **A:** It's entirely a matter of personal preference. We emphasize that Claude Code can better leverage the power of Claude Opus 4.5, and Codex CLI can better leverage the power of gpt-5.1-codex. Cursor does not utilize either of these as well as their native terminal versions. Terminal versions can also work in any IDE, with SSH remote servers, etc., and features like custom commands, sub-agents, and hooks can significantly improve development quality and speed in the long run. Finally, even if you only have a low-tier Claude or ChatGPT subscription, it's completely sufficient.
764+
- **A:** It's entirely a matter of personal preference. We emphasize that Claude Code can better leverage the power of Claude Opus 4.6, and Codex CLI can better leverage the power of gpt-5.3-codex. Cursor does not utilize either of these as well as their native terminal versions. Terminal versions can also work in any IDE, with SSH remote servers, etc., and features like custom commands, sub-agents, and hooks can significantly improve development quality and speed in the long run. Finally, even if you only have a low-tier Claude or ChatGPT subscription, it's completely sufficient.
765765
766766
- **Q: What if I don't know how to set up a multiplayer game server?**
767767
- **A:** Ask your AI.

0 commit comments

Comments
 (0)