2_AI 编程资源汇总
整理 AI 编程核心资源:Code Review 工具、AI IDE 配置方案及账号认证方法。
flowchart LR
subgraph CR["Code Review"]
A1["CodeRabbit"]
A2["Greptile"]
A3["AmpCode"]
end
subgraph IDE["AI IDE"]
B1["Kiro"]
B2["Antigravity"]
B3["AmpCode"]
B4["OpenCode"]
B5["Cursor"]
B6["Clude Code"]
end
subgraph AUTH["账号认证"]
C1["ChatGPT 教师认证"]
C2["谷歌相关认证"]
end
AI["AI 编程资源"] --> CR
AI --> IDE
AI --> AUTH
classDef primary fill:#4F46E5,stroke:#3730A3,color:#fff
classDef success fill:#10B981,stroke:#059669,color:#fff
classDef warning fill:#F59E0B,stroke:#D97706,color:#000
classDef info fill:#06B6D4,stroke:#0891B2,color:#fff
class AI primary
class A1,A2,A3,A4 success
class B1,B2,B3,B4 info
class C1,C2 warning1. Code Review 工具
1.1 AmpCode
| 项目 | 说明 |
|---|---|
| 官网 | https://ampcode.com/settings |
| 免费额度 | 每日 $10 |
| 可用模型 | Claude Haiku 4.5、Grok Code Fast 1、Kimi K2、Qwen3-Coder 等 |
| 模型列表 | https://ampcode.com/models |
| 代理设置 | https://linux.do/t/topic/1344108 |
1.2 CodeRabbit
- 官网:https://www.coderabbit.ai/
- 定位:AI 驱动的代码审查工具
1.3 Greptile
- 官网:https://www.greptile.com/
- 优惠码:
FEEDBACK,可免费使用 3 个月
2. Vibe Coding
2.1 IDE 推荐
| 资源 | 链接 |
|---|---|
| Awesome IDEs | https://github.com/zeelsheladiya/Awesome-IDEs |
| 讨论帖 | https://linux.do/t/topic/1356592 |
2.2 Kiro
- 注册流程:通过 GitHub 登录,初始额度 550
- 账号管理工具:https://github.com/chaogei/Kiro-account-manager
- 讨论帖:https://linux.do/t/topic/1375741
2.3 Antigravity
- 工具集成:依赖 Antigravity Tools
- 使用限制:Pro 用户 5 小时/天,非 Pro 用户每周一次
2.4 AmpCode IDE
- 免费额度:每天 $10
- 支持模型:同 AmpCode Code Review
2.5 OpenCode
| 项目 | 说明 |
|---|---|
| 免费模型列表 | https://opencode.ai/docs/zen#pricing |
| 配置教程 | https://linux.do/t/topic/1329050/3 |
| 支持方式 | 桌面端或命令行 |
命令行安装:
1 | curl -fsSL https://opencode.ai/install | bash |
3. 账号认证
3.1 ChatGPT 教师认证
| 项目 | 链接 |
|---|---|
| 认证页面 | https://chatgpt.com/k12-verification/ |
| 教程 1 | https://linux.do/t/topic/1217974 |
| 教程 2 | https://github.com/022122/academic-doc-generator |
3.2 谷歌相关认证
参考:https://www.liuvv.com/p/d0acb2f4.html
4. 使用情况查询
| 服务 | 链接 |
|---|---|
| Codex | https://chatgpt.com/codex/settings/usage |
| Cursor | https://cursor.com/cn/dashboard?tab=usage |
| AMP | https://ampcode.com/settings |