mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-20 14:28:05 +00:00
docs: 更新 AI 模型版本号 (Claude 4.6, gpt-5.3-codex, Kimi K2.5)
This commit is contained in:
@@ -125,7 +125,7 @@ AI CLI tools typically ask for confirmation by default; enabling full permission
|
||||
|
||||
```bash
|
||||
# Codex - Most powerful configuration
|
||||
codex --enable web_search_request -m gpt-5.1-codex-max -c model_reasoning_effort="high" --dangerously-bypass-approvals-and-sandbox
|
||||
codex --enable web_search_request -m gpt-5.3-codex-max -c model_reasoning_effort="high" --dangerously-bypass-approvals-and-sandbox
|
||||
|
||||
# Claude Code - Skip all confirmations
|
||||
claude --dangerously-skip-permissions
|
||||
@@ -140,7 +140,7 @@ Add the following configuration to `~/.bashrc` to launch AI with a single letter
|
||||
|
||||
```bash
|
||||
# c - Codex (GPT-5.1 most powerful mode)
|
||||
alias c='codex --enable web_search_request -m gpt-5.1-codex-max -c model_reasoning_effort="high" --dangerously-bypass-approvals-and-sandbox'
|
||||
alias c='codex --enable web_search_request -m gpt-5.3-codex-max -c model_reasoning_effort="high" --dangerously-bypass-approvals-and-sandbox'
|
||||
|
||||
# cc - Claude Code (full permissions)
|
||||
alias cc='claude --dangerously-skip-permissions'
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
| Platform | Model | Features |
|
||||
|:---|:---|:---|
|
||||
| [Claude](https://claude.ai/) | Claude Opus 4.5 | Strong coding ability, supports Artifacts |
|
||||
| [Claude](https://claude.ai/) | Claude Opus 4.6 | Strong coding ability, supports Artifacts |
|
||||
| [ChatGPT](https://chatgpt.com/) | GPT-5.1 | Strong comprehensive ability, supports Codex |
|
||||
| [Gemini](https://gemini.google.com/) | Gemini 3.0 Pro | Large free quota, supports long context |
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
| Platform | Model | Features |
|
||||
|:---|:---|:---|
|
||||
| [Kimi](https://kimi.moonshot.cn/) | Kimi K2 | Strong long text processing |
|
||||
| [Kimi](https://kimi.moonshot.cn/) | Kimi K2.5 | Strong long text processing |
|
||||
| [Tongyi Qianwen](https://tongyi.aliyun.com/) | Qwen | By Alibaba, free |
|
||||
| [Zhipu Qingyan](https://chatglm.cn/) | GLM-4 | By Zhipu AI |
|
||||
| [Doubao](https://www.doubao.com/) | Doubao | By ByteDance |
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
| Resource | Link | Description |
|
||||
|:---|:---|:---|
|
||||
| Kiro | [kiro.dev](https://kiro.dev/) | Free Claude Opus 4.5 |
|
||||
| Kiro | [kiro.dev](https://kiro.dev/) | Free Claude Opus 4.6 |
|
||||
| Windsurf | [windsurf.com](https://windsurf.com/) | Free quota for new users |
|
||||
| GitHub Copilot | [github.com/copilot](https://github.com/copilot) | Free for students/open-source |
|
||||
| Codeium | [codeium.com](https://codeium.com/) | Free AI code completion |
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
| Model | Description |
|
||||
|:---|:---|
|
||||
| Claude Opus 4.5 | Strong code capabilities |
|
||||
| Claude Opus 4.6 | Strong code capabilities |
|
||||
| GPT-5.1 Codex | Complex logic processing |
|
||||
| Gemini 2.5 Pro | Free long context |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user