[{"data":1,"prerenderedAt":1843},["ShallowReactive",2],{"header-counts":3,"footer-counts":6,"compare-aider-vs-warp":9,"compare-a-aider":10,"compare-b-warp":1101},{"tools":4,"reviews":5},78,26,{"tools":4,"reviews":5,"playbooks":7,"news":8},22,21,null,{"id":11,"title":12,"alternatives":13,"api_compatible":9,"body":17,"category":1041,"chinese_friendly":189,"cover":1042,"description":1043,"domestic":1044,"extension":1045,"faq":9,"free":1044,"github":511,"languages":1046,"lastVerified":9,"meta":1049,"models":9,"navigation":360,"notSuitable":9,"opensource":360,"path":1050,"pillar":1051,"platforms":1052,"priceTable":1056,"pricing":1067,"published":1068,"relatedPlaybooks":9,"relatedReviews":1069,"score":1075,"self_host":360,"seo":1076,"seoTitle":9,"slug":1077,"sources":1078,"stem":1091,"suitable":9,"tagline":1092,"tags":1093,"updated":1098,"verdict":1099,"website":971,"__hash__":1100},"tools\u002Ftools\u002Fcoding\u002Fcli\u002Faider.md","Aider",[14,15,16],"coding\u002Fcli\u002Fclaude-code","coding\u002Fcli\u002Fcodex","coding\u002Fcli\u002Fcline",{"type":18,"value":19,"toc":1024},"minimark",[20,25,58,64,67,72,75,114,118,128,148,151,207,212,215,223,305,308,312,315,319,498,501,548,560,563,602,605,742,747,769,772,870,874,877,903,906,920,923,961,964,1012,1020],[21,22,24],"h2",{"id":23},"tldr","TL;DR",[26,27,32,45],"div",{"className":28},[29,30,31],"card","p-5","my-4",[33,34,35,39,40,44],"p",{},[36,37,38],"strong",{},"一句话："," Aider 把 \"AI 编辑代码\" 这件事拆成了 git 操作——每次对话结束自动 commit，回滚一行 ",[41,42,43],"code",{},"git reset --hard HEAD~1"," 就行。没有 GUI、没有 IDE 插件、没有 Composer 那种漂亮 diff 面板，但你能拿到对开源项目最友好的工作流：bring your own key、bring your own model、bring your own editor。",[33,46,47,48,51,52,57],{},"代价是",[36,49,50],{},"学习曲线最陡","。第一次跑起来要花 10 分钟读文档，但跑顺了之后 ",[53,54,56],"a",{"href":55},"\u002Fcoding\u002Fcli\u002Fclaude-code.html","Claude Code"," 用户都觉得\"为啥不直接 aider\"。",[59,60,61],"blockquote",{},[33,62,63],{},"来源说明：本文事实点基于 aider.chat 官方文档（modes.html \u002F llms.html \u002F HISTORY.html）和 GitHub 仓库归纳，命令、参数、模型列表以官方为准。",[21,65,66],{"id":66},"核心特性",[68,69,71],"h3",{"id":70},"git-原生每次改动-一次-commit","Git 原生：每次改动 = 一次 commit",[33,73,74],{},"这是 Aider 与所有竞品的最大区别。其他 AI 编程工具改完文件丢给你看 diff，让你手动 stage \u002F commit；Aider 把 git 集成到工作流里：",[76,77,78,90,100,111],"ul",{},[79,80,81,82,85,86,89],"li",{},"每次对话改完代码，自动 ",[41,83,84],{},"git add"," + ",[41,87,88],{},"git commit","，commit message 由 weak-model 生成",[79,91,92,93,96,97],{},"想撤回上一步：",[41,94,95],{},"\u002Fundo"," 或者直接 ",[41,98,99],{},"git reset",[79,101,102,103,106,107,110],{},"改坏了想从分叉点重来：",[41,104,105],{},"git checkout \u003Chash>"," 后继续 ",[41,108,109],{},"aider","，对话上下文还在",[79,112,113],{},"这也是为什么官方推荐 Aider 用在 git 仓库里——非 git 目录功能受限",[68,115,117],{"id":116},"architect-模式两个模型分工","Architect 模式：两个模型分工",[33,119,120,121,127],{},"Architect 模式把\"想方案\"和\"写代码\"拆给两个模型——根据 ",[53,122,126],{"href":123,"rel":124},"https:\u002F\u002Faider.chat\u002Fdocs\u002Fusage\u002Fmodes.html",[125],"nofollow","官方 modes 文档","：",[76,129,130,136,142],{},[79,131,132,135],{},[41,133,134],{},"--model","（architect）：负责高层方案推理。适合 o1 \u002F o3 \u002F DeepSeek R1 \u002F Claude Opus 这类强推理模型",[79,137,138,141],{},[41,139,140],{},"--editor-model","：负责把方案落地成具体文件 diff。适合 GPT-4o \u002F Claude Sonnet 这类编辑能力强但推理一般的模型",[79,143,144,147],{},[41,145,146],{},"--weak-model","（可选）：用来生成 commit message \u002F 简单重构。可以指定便宜模型省钱",[33,149,150],{},"启动示例：",[152,153,158],"pre",{"className":154,"code":155,"language":156,"meta":157,"style":157},"language-bash shiki shiki-themes github-light github-dark","aider --architect \\\n  --model deepseek\u002Fdeepseek-reasoner \\\n  --editor-model claude-3-5-sonnet-20241022 \\\n  --weak-model gpt-4o-mini\n","bash","",[41,159,160,175,187,198],{"__ignoreMap":157},[161,162,165,168,172],"span",{"class":163,"line":164},"line",1,[161,166,109],{"class":167},"sScJk",[161,169,171],{"class":170},"sj4cs"," --architect",[161,173,174],{"class":170}," \\\n",[161,176,178,181,185],{"class":163,"line":177},2,[161,179,180],{"class":170},"  --model",[161,182,184],{"class":183},"sZZnC"," deepseek\u002Fdeepseek-reasoner",[161,186,174],{"class":170},[161,188,190,193,196],{"class":163,"line":189},3,[161,191,192],{"class":170},"  --editor-model",[161,194,195],{"class":183}," claude-3-5-sonnet-20241022",[161,197,174],{"class":170},[161,199,201,204],{"class":163,"line":200},4,[161,202,203],{"class":170},"  --weak-model",[161,205,206],{"class":183}," gpt-4o-mini\n",[59,208,209],{},[33,210,211],{},"据 Aider 官方 benchmark，DeepSeek R1（架构师）+ Claude 3.5 Sonnet（编辑器）的 Architect 组合，比任一模型单跑高约 10%。本数据来自 aider.chat\u002FHISTORY.html 与 pixelsham.com 的 2025-07 评测笔记。",[68,213,214],{"id":214},"几乎能接所有模型",[33,216,217,222],{},[53,218,221],{"href":219,"rel":220},"https:\u002F\u002Faider.chat\u002Fdocs\u002Fllms.html",[125],"Aider 官方推荐"," 的\"最佳模型清单\"：",[224,225,226,242],"table",{},[227,228,229],"thead",{},[230,231,232,236,239],"tr",{},[233,234,235],"th",{},"厂商",[233,237,238],{},"推荐模型",[233,240,241],{},"备注",[243,244,245,257,268,279,294],"tbody",{},[230,246,247,251,254],{},[248,249,250],"td",{},"Anthropic",[248,252,253],{},"Claude Sonnet 4 \u002F 3.7 Sonnet",[248,255,256],{},"编辑能力最稳",[230,258,259,262,265],{},[248,260,261],{},"Google",[248,263,264],{},"Gemini 2.5 Pro",[248,266,267],{},"超长上下文",[230,269,270,273,276],{},[248,271,272],{},"DeepSeek",[248,274,275],{},"R1 + V3",[248,277,278],{},"性价比之王",[230,280,281,284,291],{},[248,282,283],{},"OpenAI",[248,285,286,287],{},"o3 \u002F o4-mini \u002F GPT-4.1 \u002F ",[53,288,290],{"href":289},"\u002Fmodels\u002Fgpt-5.html","GPT-5",[248,292,293],{},"reasoning 路径",[230,295,296,299,302],{},[248,297,298],{},"本地",[248,300,301],{},"Ollama \u002F LM Studio 兼容 OpenAI API",[248,303,304],{},"完全离线",[33,306,307],{},"接入方式靠 LiteLLM 适配层，OpenRouter \u002F Bedrock \u002F Vertex \u002F xAI \u002F Groq \u002F Cohere \u002F Azure \u002F 私有 OpenAI 兼容端点 都支持——你能想到的 base_url，基本都行。",[68,309,311],{"id":310},"repo-map上下文召回的核心机制","Repo map：上下文召回的核心机制",[33,313,314],{},"Aider 用 tree-sitter 解析整个 git 仓库，生成一份压缩版的 \"repo map\"——把符号定义、函数签名、类层级提取出来塞进 prompt。模型不需要看到所有源代码就能理解项目结构。这是 Aider 在 polyglot benchmark 上能打过很多带 Composer 的工具的关键原因。",[21,316,318],{"id":317},"上手-5-分钟","上手 5 分钟",[152,320,322],{"className":154,"code":321,"language":156,"meta":157,"style":157},"# 1. 安装（要 Python 3.9+）\npython -m pip install -U --upgrade-strategy only-if-needed aider-chat\n\n# 2. 进入 git 仓库\ncd your-project\n\n# 3. 设置 API key（任选其一）\nexport ANTHROPIC_API_KEY=sk-ant-...\nexport DEEPSEEK_API_KEY=sk-...\nexport OPENAI_API_KEY=sk-...\n\n# 4. 启动（默认会用环境变量里第一个能识别的 key）\naider\n\n# 或指定模型\naider --model deepseek\u002Fdeepseek-chat\naider --model claude-3-5-sonnet-20241022\n\n# 5. 在 aider 里直接用自然语言下指令\n> 把 server\u002Fapi\u002Fuser.ts 里的 getUserById 改成支持批量查询\n",[41,323,324,330,356,362,367,376,381,387,404,417,429,434,440,446,451,457,468,478,483,489],{"__ignoreMap":157},[161,325,326],{"class":163,"line":164},[161,327,329],{"class":328},"sJ8bj","# 1. 安装（要 Python 3.9+）\n",[161,331,332,335,338,341,344,347,350,353],{"class":163,"line":177},[161,333,334],{"class":167},"python",[161,336,337],{"class":170}," -m",[161,339,340],{"class":183}," pip",[161,342,343],{"class":183}," install",[161,345,346],{"class":170}," -U",[161,348,349],{"class":170}," --upgrade-strategy",[161,351,352],{"class":183}," only-if-needed",[161,354,355],{"class":183}," aider-chat\n",[161,357,358],{"class":163,"line":189},[161,359,361],{"emptyLinePlaceholder":360},true,"\n",[161,363,364],{"class":163,"line":200},[161,365,366],{"class":328},"# 2. 进入 git 仓库\n",[161,368,370,373],{"class":163,"line":369},5,[161,371,372],{"class":170},"cd",[161,374,375],{"class":183}," your-project\n",[161,377,379],{"class":163,"line":378},6,[161,380,361],{"emptyLinePlaceholder":360},[161,382,384],{"class":163,"line":383},7,[161,385,386],{"class":328},"# 3. 设置 API key（任选其一）\n",[161,388,390,394,398,401],{"class":163,"line":389},8,[161,391,393],{"class":392},"szBVR","export",[161,395,397],{"class":396},"sVt8B"," ANTHROPIC_API_KEY",[161,399,400],{"class":392},"=",[161,402,403],{"class":396},"sk-ant-...\n",[161,405,407,409,412,414],{"class":163,"line":406},9,[161,408,393],{"class":392},[161,410,411],{"class":396}," DEEPSEEK_API_KEY",[161,413,400],{"class":392},[161,415,416],{"class":396},"sk-...\n",[161,418,420,422,425,427],{"class":163,"line":419},10,[161,421,393],{"class":392},[161,423,424],{"class":396}," OPENAI_API_KEY",[161,426,400],{"class":392},[161,428,416],{"class":396},[161,430,432],{"class":163,"line":431},11,[161,433,361],{"emptyLinePlaceholder":360},[161,435,437],{"class":163,"line":436},12,[161,438,439],{"class":328},"# 4. 启动（默认会用环境变量里第一个能识别的 key）\n",[161,441,443],{"class":163,"line":442},13,[161,444,445],{"class":167},"aider\n",[161,447,449],{"class":163,"line":448},14,[161,450,361],{"emptyLinePlaceholder":360},[161,452,454],{"class":163,"line":453},15,[161,455,456],{"class":328},"# 或指定模型\n",[161,458,460,462,465],{"class":163,"line":459},16,[161,461,109],{"class":167},[161,463,464],{"class":170}," --model",[161,466,467],{"class":183}," deepseek\u002Fdeepseek-chat\n",[161,469,471,473,475],{"class":163,"line":470},17,[161,472,109],{"class":167},[161,474,464],{"class":170},[161,476,477],{"class":183}," claude-3-5-sonnet-20241022\n",[161,479,481],{"class":163,"line":480},18,[161,482,361],{"emptyLinePlaceholder":360},[161,484,486],{"class":163,"line":485},19,[161,487,488],{"class":328},"# 5. 在 aider 里直接用自然语言下指令\n",[161,490,492,495],{"class":163,"line":491},20,[161,493,494],{"class":392},">",[161,496,497],{"class":396}," 把 server\u002Fapi\u002Fuser.ts 里的 getUserById 改成支持批量查询\n",[21,499,500],{"id":500},"价格与运行成本",[76,502,503,515,531],{},[79,504,505,508,509,514],{},[36,506,507],{},"Aider 本体","：开源免费（",[53,510,513],{"href":511,"rel":512},"https:\u002F\u002Fgithub.com\u002FAider-AI\u002Faider",[125],"Apache 2.0 协议","，根据官方 GitHub 仓库 LICENSE）",[79,516,517,520,521,525,526,530],{},[36,518,519],{},"真正的成本是模型 API key","：100% 自带——这是 Aider 与 ",[53,522,524],{"href":523},"\u002Fcoding\u002Fide\u002Fcursor.html","Cursor"," \u002F ",[53,527,529],{"href":528},"\u002Fcoding\u002Fide\u002Fwindsurf.html","Windsurf"," 最大的商业模式差异",[79,532,533,534],{},"单次会话典型消耗：\n",[76,535,536,539,542],{},[79,537,538],{},"用 Sonnet 4 改 1 个中型 PR（10-15 文件）：约 $0.5-2 美元",[79,540,541],{},"用 DeepSeek-V3 同等任务：约 $0.05-0.2 美元",[79,543,544,545,547],{},"用 ",[53,546,290],{"href":289}," reasoning：根据推理深度，可能到 $3-8",[33,549,550,551,85,555,559],{},"走 ",[53,552,554],{"href":553},"\u002Fmodels\u002Fdeepseek-v3.html","DeepSeek-V3",[53,556,558],{"href":123,"rel":557},[125],"Architect 模式"," 是当前性价比最高的组合，国内付款也直接。",[21,561,562],{"id":562},"国内使用注意事项",[564,565,566,575,581,596],"ol",{},[79,567,568,571,572],{},[36,569,570],{},"直连 OpenAI \u002F Anthropic 需要代理","——Aider 没有内置代理设置，靠环境变量 ",[41,573,574],{},"HTTPS_PROXY",[79,576,577,580],{},[36,578,579],{},"DeepSeek \u002F Qwen \u002F GLM 直连无障碍","——国内付款，国内带宽，体验最好",[79,582,583,586,587,590,591,595],{},[36,584,585],{},"支持自定义 base_url","：通过 ",[41,588,589],{},"OPENAI_API_BASE"," 环境变量接 ",[53,592,594],{"href":593},"\u002Fcoding\u002Fapi\u002Fone-api.html","国内中转 \u002F 硅基流动 \u002F OneAPI"," 都行",[79,597,598,601],{},[36,599,600],{},"Ollama 本地模型零网络依赖","——隐私场景首选，模型质量取决于本机",[21,603,604],{"id":604},"与同类怎么选",[224,606,607,632],{},[227,608,609],{},[230,610,611,614,616,620,626],{},[233,612,613],{},"维度",[233,615,12],{},[233,617,618],{},[53,619,56],{"href":55},[233,621,622],{},[53,623,625],{"href":624},"\u002Fcoding\u002Fcli\u002Fcodex.html","Codex CLI",[233,627,628],{},[53,629,631],{"href":630},"\u002Fcoding\u002Fcli\u002Fcline.html","Cline",[243,633,634,649,665,681,697,711,725],{},[230,635,636,639,642,645,647],{},[248,637,638],{},"开源",[248,640,641],{},"✅",[248,643,644],{},"❌",[248,646,644],{},[248,648,641],{},[230,650,651,654,657,660,663],{},[248,652,653],{},"模型选择",[248,655,656],{},"任意",[248,658,659],{},"仅 Anthropic",[248,661,662],{},"仅 OpenAI",[248,664,656],{},[230,666,667,670,673,676,679],{},[248,668,669],{},"自带 API key",[248,671,672],{},"✅ 必须",[248,674,675],{},"可选（订阅替代）",[248,677,678],{},"可选",[248,680,672],{},[230,682,683,686,689,692,695],{},[248,684,685],{},"Git 集成",[248,687,688],{},"★★★★★",[248,690,691],{},"★★★☆☆",[248,693,694],{},"★★☆☆☆",[248,696,691],{},[230,698,699,702,705,707,709],{},[248,700,701],{},"学习曲线",[248,703,704],{},"★★★★☆ 陡",[248,706,694],{},[248,708,694],{},[248,710,691],{},[230,712,713,716,719,721,723],{},[248,714,715],{},"Architect 双模型",[248,717,718],{},"✅ 原生",[248,720,644],{},[248,722,644],{},[248,724,644],{},[230,726,727,730,733,736,739],{},[248,728,729],{},"VS Code 集成",[248,731,732],{},"通过第三方插件",[248,734,735],{},"通过 Cursor 等",[248,737,738],{},"仅 CLI",[248,740,741],{},"★★★★★ 原生",[33,743,744,127],{},[36,745,746],{},"怎么选",[76,748,749,752,757,762],{},[79,750,751],{},"不想被锁在某家厂商，要随时切换 DeepSeek \u002F Claude \u002F GPT → Aider",[79,753,754,755],{},"已经买 Claude Pro \u002F Max 订阅 → ",[53,756,56],{"href":55},[79,758,759,760],{},"已经买 ChatGPT Plus \u002F Pro → ",[53,761,625],{"href":624},[79,763,764,765,525,767],{},"习惯 VS Code 不想离开 GUI → ",[53,766,631],{"href":630},[53,768,524],{"href":523},[21,770,771],{"id":771},"避坑清单",[76,773,774,787,804,823,832,848,856],{},[79,775,776,779,780,783,784,786],{},[36,777,778],{},"没在 git 仓库里跑会被警告","：Aider 强烈建议你 ",[41,781,782],{},"git init"," 后再用，否则 ",[41,785,95],{}," 不能用，自动 commit 也无意义。",[79,788,789,795,796,799,800,803],{},[36,790,791,794],{},[41,792,793],{},"\u002Fadd"," 之前的文件不会被 Aider 看见","：和 Cursor ",[41,797,798],{},"@codebase"," 不同，Aider 默认只看 repo map，需要修改的文件要 ",[41,801,802],{},"\u002Fadd path\u002Fto\u002Ffile"," 显式加入对话。这是新手最容易卡住的地方。",[79,805,806,809,810,815,816,819,820,822],{},[36,807,808],{},"Architect 模式有 prompt injection 风险","：根据 GitHub issue ",[53,811,814],{"href":812,"rel":813},"https:\u002F\u002Fgithub.com\u002FAider-AI\u002Faider\u002Fissues\u002F5058",[125],"#5058","（2026 年 4 月报告），如果让 architect 读取 untrusted 仓库（如 README 被人塞了攻击指令），可能被诱导让 editor 生成后门代码。建议：在 ",[41,817,818],{},"--yes"," 自动接受前确认 architect 输出；不要在不可信项目上开 architect mode + ",[41,821,818],{}," 组合。",[79,824,825,831],{},[36,826,827,830],{},[41,828,829],{},"--yes-always"," 太激进","：会跳过所有确认，包括\"是否要把这个文件加入 chat\"——容易让 Aider 偷偷读你不想给模型看的文件。生产环境慎用。",[79,833,834,837,838,841,842,847],{},[36,835,836],{},"token 限制错误的判断不可靠","：Ollama 本地模型超 context 不会报错而是静默截断，会让你以为\"模型忘了我加的文件\"。明确配置 ",[41,839,840],{},"num_ctx","（见 ",[53,843,846],{"href":844,"rel":845},"https:\u002F\u002Faider.chat\u002F2025\u002F01\u002F28\u002Fdeepseek-down.html",[125],"DeepSeek alternative providers 一文","）。",[79,849,850,855],{},[36,851,852,854],{},[41,853,140],{}," 比想象重要","：架构师推理再强，editor 写不出合法 diff 一样白搭。优先选 Claude Sonnet 系列做 editor，不要让推理模型自己做 editor。",[79,857,858,861,862,865,866,869],{},[36,859,860],{},"中文 commit message 默认不开","：可以 ",[41,863,864],{},"aider --commit-prompt \"...中文....\""," 或 ",[41,867,868],{},".aider.conf.yml"," 配置中改。",[21,871,873],{"id":872},"适合-不适合","适合 \u002F 不适合",[33,875,876],{},"✅ 适合：",[76,878,879,882,885,888,891,894],{},[79,880,881],{},"命令行重度用户、tmux \u002F Neovim 工作流",[79,883,884],{},"多模型试用 \u002F 比价场景（一行命令切换）",[79,886,887],{},"开源项目维护者（git 工作流原生融入）",[79,889,890],{},"想要完全离线（Ollama + 本地模型）",[79,892,893],{},"对 token 成本敏感（DeepSeek + Aider 组合极便宜）",[79,895,896,897,902],{},"跨语言项目（",[53,898,901],{"href":899,"rel":900},"https:\u002F\u002Faider.chat\u002Fdocs\u002Flanguages.html",[125],"官方支持 100+ 语言","）",[33,904,905],{},"❌ 不适合：",[76,907,908,911,914,917],{},[79,909,910],{},"习惯 GUI \u002F 不愿读命令行文档的人",[79,912,913],{},"想\"一键智能\"、不愿配置环境变量",[79,915,916],{},"团队协作场景（没有共享 sessions \u002F 协作 UI）",[79,918,919],{},"Windows 纯小白（虽然能跑，但 Python 环境 + git CLI 双依赖门槛高）",[21,921,922],{"id":922},"相关阅读",[76,924,925,934,943,954],{},[79,926,927,928,525,930,525,932],{},"同类对比：",[53,929,56],{"href":55},[53,931,625],{"href":624},[53,933,631],{"href":630},[79,935,936,937,525,941],{},"推理模型选择：",[53,938,940],{"href":939},"\u002Fmodels\u002Fdeepseek-r1.html","DeepSeek R1",[53,942,290],{"href":289},[79,944,945,946,525,950],{},"协议生态：",[53,947,949],{"href":948},"\u002Fwiki\u002Fmcp.html","MCP",[53,951,953],{"href":952},"\u002Fwiki\u002Ffunction-calling.html","Function Calling",[79,955,956,957],{},"工作流：",[53,958,960],{"href":959},"\u002Fwiki\u002Fcontext-engineering.html","Context Engineering",[21,962,963],{"id":963},"来源",[76,965,966,973,980,986,992,998,1005],{},[79,967,968,969],{},"官网：",[53,970,971],{"href":971,"rel":972},"https:\u002F\u002Faider.chat",[125],[79,974,975,976],{},"官方文档：",[53,977,978],{"href":978,"rel":979},"https:\u002F\u002Faider.chat\u002Fdocs\u002F",[125],[79,981,982,983],{},"Chat Modes 文档：",[53,984,123],{"href":123,"rel":985},[125],[79,987,988,989],{},"LLM 兼容列表：",[53,990,219],{"href":219,"rel":991},[125],[79,993,994,995],{},"GitHub：",[53,996,511],{"href":511,"rel":997},[125],[79,999,1000,1001],{},"发布历史：",[53,1002,1003],{"href":1003,"rel":1004},"https:\u002F\u002Faider.chat\u002FHISTORY.html",[125],[79,1006,1007,1008],{},"PyPI：",[53,1009,1010],{"href":1010,"rel":1011},"https:\u002F\u002Fpypi.org\u002Fproject\u002Faider-chat",[125],[33,1013,1014,1015,1019],{},"本卡片由 AIHO 编辑部根据官方公开资料整理。如有更新请通过 ",[53,1016,1018],{"href":1017},"mailto:hello@aiho.net","反馈邮箱"," 反馈。",[1021,1022,1023],"style",{},"html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}",{"title":157,"searchDepth":189,"depth":189,"links":1025},[1026,1027,1033,1034,1035,1036,1037,1038,1039,1040],{"id":23,"depth":177,"text":24},{"id":66,"depth":177,"text":66,"children":1028},[1029,1030,1031,1032],{"id":70,"depth":189,"text":71},{"id":116,"depth":189,"text":117},{"id":214,"depth":189,"text":214},{"id":310,"depth":189,"text":311},{"id":317,"depth":177,"text":318},{"id":500,"depth":177,"text":500},{"id":562,"depth":177,"text":562},{"id":604,"depth":177,"text":604},{"id":771,"depth":177,"text":771},{"id":872,"depth":177,"text":873},{"id":922,"depth":177,"text":922},{"id":963,"depth":177,"text":963},"cli","\u002Fimg\u002Ftools\u002Faider.webp","Aider 真实评测：Git 原生 AI 编程 CLI，每次改动自动 commit、回滚成本极低。AIHO 编辑部基于官方文档与社区资料整理，含 Architect 双模型模式、支持模型清单、安装与配置实操。",false,"md",[1047,1048],"zh","en",{},"\u002Ftools\u002Fcoding\u002Fcli\u002Faider","coding",[1053,1054,1055],"windows","macos","linux",[1057,1062],{"plan":1058,"price":1059,"features":1060,"notes":1061},"开源版（pip 安装）","$0","全部功能 + Architect 双模型 + 任意 LLM（OpenAI \u002F Anthropic \u002F Gemini \u002F DeepSeek \u002F 本地）+ Git 自动 commit","Apache 2.0 \u002F 自带 API key",{"plan":1063,"price":1064,"features":1065,"notes":1066},"模型 API 调用费","按量","实际花销 = 你接的模型计费（DeepSeek 极便宜 \u002F Claude Sonnet 中等 \u002F GPT-4o 较贵）","Aider 本身不收费，只产生模型 token 费","开源免费 \u002F 自带 API key","2026-06-18",[1070,1071,1072,1073,1074],"ai-coding-tool-decision-tree","aider-deep-review","claude-code-deep-review","cline-deep-review","codex-deep-review",{"power":200,"ux":189,"price":369,"cn_support":189,"stability":369},{"title":12,"description":1043},"coding\u002Fcli\u002Faider",[1079,1081,1083,1085,1087,1089],{"title":1080,"url":978},"Aider 官方文档",{"title":1082,"url":123},"Aider Chat Modes 文档",{"title":1084,"url":219},"Aider 支持的 LLM 列表",{"title":1086,"url":511},"Aider GitHub 仓库",{"title":1088,"url":1003},"Aider Release History",{"title":1090,"url":1010},"PyPI: aider-chat","tools\u002Fcoding\u002Fcli\u002Faider","Git 原生 AI 编程 CLI，commit 即动作",[1041,1094,1095,1096,1097],"agent","opensource","git-native","architect-mode","2026-06-24","极客派最爱。每次改动自动 commit、回滚成本极低。学习曲线最陡。","WiGWJkVNaDQAKHAX1kFPa7u_NssJ4mSK4UPtLPgk5W4",{"id":1102,"title":1103,"alternatives":1104,"api_compatible":9,"body":1106,"category":1041,"chinese_friendly":177,"cover":1793,"description":1794,"domestic":1044,"extension":1045,"faq":9,"free":360,"github":1762,"languages":1795,"lastVerified":9,"meta":1796,"models":9,"navigation":360,"notSuitable":9,"opensource":360,"path":1797,"pillar":1051,"platforms":1798,"priceTable":1799,"pricing":1817,"published":1818,"relatedPlaybooks":9,"relatedReviews":9,"score":1819,"self_host":1044,"seo":1820,"seoTitle":9,"slug":1821,"sources":1822,"stem":1834,"suitable":9,"tagline":1835,"tags":1836,"updated":1818,"verdict":1841,"website":1751,"__hash__":1842},"tools\u002Ftools\u002Fcoding\u002Fcli\u002Fwarp.md","Warp",[14,1077,15,1105],"coding\u002Fcli\u002Fgemini-cli",{"type":18,"value":1107,"toc":1775},[1108,1110,1129,1134,1136,1140,1143,1154,1158,1161,1165,1197,1201,1211,1215,1218,1222,1310,1322,1336,1338,1394,1411,1413,1451,1453,1582,1587,1601,1606,1622,1624,1666,1668,1670,1684,1686,1703,1705,1743,1745,1767,1772],[21,1109,24],{"id":23},[26,1111,1113,1122],{"className":1112},[29,30,31],[33,1114,1115,1117,1118,1121],{},[36,1116,38],{}," 用 Rust 重写的 ",[36,1119,1120],{},"AI-native 终端","，2020 年创立（红杉\u002FGV 投资），mac 开发者中用户量很大。它不是给老终端加 AI 插件，而是从头围绕「块状命令输出 + 现代文本编辑 + 内置 AI」重新设计。2025 年开源（客户端 AGPLv3，62k+ GitHub stars）。",[33,1123,1124,1125,1128],{},"核心能力：自然语言生成命令、本地 + 云端 agent、codebase 索引、跨 zsh\u002Fbash\u002Ffish。代价是 AI 走 ",[36,1126,1127],{},"credit 制","，重度使用月成本高。",[59,1130,1131],{},[33,1132,1133],{},"来源说明：本文基于 warp.dev 官方与定价页、GitHub 仓库、多份独立评测（aitools.inc \u002F theaiagentindex）综合整理。Warp 迭代快、credit 规则随官方调整，请以最新官方信息为准。",[21,1135,66],{"id":66},[68,1137,1139],{"id":1138},"块状终端blocks","块状终端（Blocks）",[33,1141,1142],{},"Warp 最标志性的设计：把每条命令的「输入 + 输出」组织成一个可导航的「块」，而不是一长串滚动文本。好处：",[76,1144,1145,1148,1151],{},[79,1146,1147],{},"历史命令一眼区分，点一下就能复制整块输入或输出",[79,1149,1150],{},"块可以分享给同事（连命令带输出）",[79,1152,1153],{},"命令行支持像代码编辑器一样把光标放任意位置编辑、多行编辑、智能选择",[68,1155,1157],{"id":1156},"ai-命令助手","AI 命令助手",[33,1159,1160],{},"直接在终端里用自然语言问，拿到命令建议、解释和复杂工作流帮助。比如输入「重启 docker 并清缓存」生成对应命令。内置 400+ CLI 工具的智能补全。",[68,1162,1164],{"id":1163},"warp-agent-云端-agent","Warp Agent + 云端 agent",[76,1166,1167,1173,1183,1189],{},[79,1168,1169,1172],{},[36,1170,1171],{},"本地 agent","：在终端里 agentic 地完成编码任务",[79,1174,1175,1178,1179,1182],{},[36,1176,1177],{},"云端 agent（Cloud Agents）","：关键差异点——",[36,1180,1181],{},"终端关掉后任务还在云端继续跑","，适合长时间自主工作流",[79,1184,1185,1188],{},[36,1186,1187],{},"codebase 索引","：付费档支持单仓库最多 10 万文件索引",[79,1190,1191,1196],{},[36,1192,1193,1195],{},[53,1194,949],{"href":948}," 支持","：所有付费档可用",[68,1198,1200],{"id":1199},"oz多-agent-编排2026-06","Oz：多 agent 编排（2026-06）",[33,1202,1203,1204,1206,1207,1210],{},"2026 年 6 月 Warp 推出 Oz 编排层，能在一个统一工作流里协调 ",[53,1205,56],{"href":55},"、",[53,1208,1209],{"href":624},"Codex"," 和 Warp Agent——把多个 agent harness 统一调度。",[68,1212,1214],{"id":1213},"warp-drive","Warp Drive",[33,1216,1217],{},"团队共享层：保存常用命令为可复用 workflow（带参数）、共享 Notebook、实时 session 分享做结对编程。",[21,1219,1221],{"id":1220},"价格与运行成本credit-制","价格与运行成本（credit 制）",[224,1223,1224,1239],{},[227,1225,1226],{},[230,1227,1228,1231,1234,1237],{},[233,1229,1230],{},"套餐",[233,1232,1233],{},"价格",[233,1235,1236],{},"Credits",[233,1238,241],{},[243,1240,1241,1254,1268,1282,1296],{},[230,1242,1243,1246,1248,1251],{},[248,1244,1245],{},"Free",[248,1247,1059],{},[248,1249,1250],{},"限量 AI + BYO 推理",[248,1252,1253],{},"终端基础功能全免费",[230,1255,1256,1259,1262,1265],{},[248,1257,1258],{},"Build",[248,1260,1261],{},"$20\u002F月（年付 $18）",[248,1263,1264],{},"1500\u002F月",[248,1266,1267],{},"官方推荐，前沿模型全开",[230,1269,1270,1273,1276,1279],{},[248,1271,1272],{},"Max",[248,1274,1275],{},"$200\u002F月",[248,1277,1278],{},"12× Build",[248,1280,1281],{},"重度自主工作流",[230,1283,1284,1287,1290,1293],{},[248,1285,1286],{},"Business",[248,1288,1289],{},"$50\u002Fseat\u002F月",[248,1291,1292],{},"1500\u002F月\u002F人",[248,1294,1295],{},"团队 ZDR + SSO，最多 25 席",[230,1297,1298,1301,1304,1307],{},[248,1299,1300],{},"Enterprise",[248,1302,1303],{},"联系销售",[248,1305,1306],{},"定制",[248,1308,1309],{},"BYOLLM + 自托管云 agent",[33,1311,1312,1315,1316,1321],{},[36,1313,1314],{},"credit 消耗要点","（据官方与 ",[53,1317,1320],{"href":1318,"rel":1319},"https:\u002F\u002Ftheaiagentindex.com\u002Fagents\u002Fwarp-ai",[125],"theaiagentindex 评测","）：",[76,1323,1324,1327,1330,1333],{},[79,1325,1326],{},"credit 同时用于云端和本地 agent",[79,1328,1329],{},"用前沿模型（GPT \u002F Claude \u002F Gemini）消耗更快",[79,1331,1332],{},"支持 Reload credits（按量加购，有阶梯折扣）+ auto-reload + 团队消费上限",[79,1334,1335],{},"年付约 9 折",[21,1337,318],{"id":317},[152,1339,1341],{"className":154,"code":1340,"language":156,"meta":157,"style":157},"# macOS\nbrew install --cask warp\n\n# Windows\nwinget install Warp.Warp\n\n# Linux（.deb \u002F .rpm \u002F AppImage \u002F pacman，x64 与 ARM64）\n# 去 https:\u002F\u002Fapp.warp.dev\u002Fget_warp 选对应包\n",[41,1342,1343,1348,1361,1365,1370,1380,1384,1389],{"__ignoreMap":157},[161,1344,1345],{"class":163,"line":164},[161,1346,1347],{"class":328},"# macOS\n",[161,1349,1350,1353,1355,1358],{"class":163,"line":177},[161,1351,1352],{"class":167},"brew",[161,1354,343],{"class":183},[161,1356,1357],{"class":170}," --cask",[161,1359,1360],{"class":183}," warp\n",[161,1362,1363],{"class":163,"line":189},[161,1364,361],{"emptyLinePlaceholder":360},[161,1366,1367],{"class":163,"line":200},[161,1368,1369],{"class":328},"# Windows\n",[161,1371,1372,1375,1377],{"class":163,"line":369},[161,1373,1374],{"class":167},"winget",[161,1376,343],{"class":183},[161,1378,1379],{"class":183}," Warp.Warp\n",[161,1381,1382],{"class":163,"line":378},[161,1383,361],{"emptyLinePlaceholder":360},[161,1385,1386],{"class":163,"line":383},[161,1387,1388],{"class":328},"# Linux（.deb \u002F .rpm \u002F AppImage \u002F pacman，x64 与 ARM64）\n",[161,1390,1391],{"class":163,"line":389},[161,1392,1393],{"class":328},"# 去 https:\u002F\u002Fapp.warp.dev\u002Fget_warp 选对应包\n",[564,1395,1396,1399,1402,1405,1408],{},[79,1397,1398],{},"安装后用账号登录（国内需代理过验证）",[79,1400,1401],{},"习惯块状输出——每条命令是一个独立块",[79,1403,1404],{},"输入自然语言（如「找出占用 8080 端口的进程并杀掉」）让 AI 生成命令",[79,1406,1407],{},"试 Warp Agent：让它跑一个多步骤任务，看它读输出、自动纠错",[79,1409,1410],{},"团队用户配 Warp Drive 共享 workflow",[21,1412,562],{"id":562},[564,1414,1415,1421,1427,1433],{},[79,1416,1417,1420],{},[36,1418,1419],{},"网络","：AI 推理在境外，agent \u002F 命令生成没代理会卡顿",[79,1422,1423,1426],{},[36,1424,1425],{},"支付","：付费档只收海外卡",[79,1428,1429,1432],{},[36,1430,1431],{},"语言","：界面以英文为主，中文支持弱",[79,1434,1435,1438,1439,1441,1442,1445,1446,1450],{},[36,1436,1437],{},"替代路径","：国内终端 AI 工作流可考虑 ",[53,1440,56],{"href":55},"（配国内中转）、",[53,1443,12],{"href":1444},"\u002Fcoding\u002Fcli\u002Faider.html","（开源、可接国内模型 API）、",[53,1447,1449],{"href":1448},"\u002Fcoding\u002Fcopilot\u002Ftongyi-lingma.html","通义灵码"," 命令行能力",[21,1452,604],{"id":604},[224,1454,1455,1475],{},[227,1456,1457],{},[230,1458,1459,1461,1463,1467,1471],{},[233,1460,613],{},[233,1462,1103],{},[233,1464,1465],{},[53,1466,56],{"href":55},[233,1468,1469],{},[53,1470,12],{"href":1444},[233,1472,1473],{},[53,1474,1209],{"href":624},[243,1476,1477,1492,1507,1522,1537,1554,1569],{},[230,1478,1479,1482,1484,1487,1490],{},[248,1480,1481],{},"形态",[248,1483,1120],{},[248,1485,1486],{},"终端内 agent",[248,1488,1489],{},"终端内 pair programmer",[248,1491,1486],{},[230,1493,1494,1497,1500,1503,1505],{},[248,1495,1496],{},"终端 UX 革新",[248,1498,1499],{},"★★★★★ 块状\u002F编辑",[248,1501,1502],{},"★★★☆☆ 普通终端跑",[248,1504,691],{},[248,1506,691],{},[230,1508,1509,1512,1515,1518,1520],{},[248,1510,1511],{},"云端 agent",[248,1513,1514],{},"★★★★★ 有",[248,1516,1517],{},"✗",[248,1519,1517],{},[248,1521,691],{},[230,1523,1524,1526,1529,1531,1534],{},[248,1525,638],{},[248,1527,1528],{},"★★★★☆ 客户端 AGPLv3",[248,1530,1517],{},[248,1532,1533],{},"★★★★★ Apache",[248,1535,1536],{},"★★★★☆",[230,1538,1539,1542,1545,1548,1551],{},[248,1540,1541],{},"模型灵活度",[248,1543,1544],{},"★★★★☆ 多家 + BYOK",[248,1546,1547],{},"★★★☆☆ 主 Claude",[248,1549,1550],{},"★★★★★ 任意 API",[248,1552,1553],{},"★★★☆☆ 主 OpenAI",[230,1555,1556,1559,1562,1564,1567],{},[248,1557,1558],{},"成本可预测性",[248,1560,1561],{},"★★★☆☆ credit 制",[248,1563,1536],{},[248,1565,1566],{},"★★★★★ 按 API 付",[248,1568,1536],{},[230,1570,1571,1574,1576,1578,1580],{},[248,1572,1573],{},"国内可用性",[248,1575,694],{},[248,1577,691],{},[248,1579,1536],{},[248,1581,691],{},[33,1583,1584,127],{},[36,1585,1586],{},"选 Warp 如果你",[76,1588,1589,1592,1595,1598],{},[79,1590,1591],{},"想要根本性更好的终端 UX（块状输出 + 现代编辑）",[79,1593,1594],{},"需要云端 agent 跑关终端也不停的长任务",[79,1596,1597],{},"mac \u002F Linux 用户、能搞定网络和支付",[79,1599,1600],{},"想要一个 GUI 化、可分享、可团队协作的终端",[33,1602,1603,127],{},[36,1604,1605],{},"别选 Warp 如果你",[76,1607,1608,1613,1616,1619],{},[79,1609,1610,1611,902],{},"重度使用且预算敏感（credit 制不如按 API 付划算，去 ",[53,1612,12],{"href":1444},[79,1614,1615],{},"Windows 重度用户（打磨不如 mac\u002FLinux）",[79,1617,1618],{},"国内 + 不想折腾代理",[79,1620,1621],{},"只想要纯净轻量终端（用 iTerm2 \u002F Alacritty）",[21,1623,771],{"id":771},[76,1625,1626,1632,1642,1648,1654,1660],{},[79,1627,1628,1631],{},[36,1629,1630],{},"credit 制要算账","：Build 的 1500 credits 看着多，跑 agent + 前沿模型消耗快，重度用户得上 Max（$200）或买 Reload credits，成本不低。",[79,1633,1634,1637,1638,1641],{},[36,1635,1636],{},"Windows 打磨落后","：据 ",[53,1639,1320],{"href":1318,"rel":1640},[125],"，Windows 版虽可用，但稳定性和细节不如 mac \u002F Linux。Windows 用户预期别拉太高。",[79,1643,1644,1647],{},[36,1645,1646],{},"开源 ≠ 全开源","：开源的是客户端（AGPLv3）和 UI 框架（MIT），后端服务和 AI 基础设施不开源。要完全自托管得上 Enterprise。",[79,1649,1650,1653],{},[36,1651,1652],{},"AGPLv3 注意合规","：如果你 fork 改 Warp 客户端并对外提供网络服务，AGPLv3 要求公开你的修改源码。企业内部商用前确认许可证义务。",[79,1655,1656,1659],{},[36,1657,1658],{},"数据出网","：默认 AI 走云端。介意代码出网的，Free 档可 BYO 推理，或上 Business\u002FEnterprise 的 Zero Data Retention。",[79,1661,1662,1665],{},[36,1663,1664],{},"国内三道坎","：网络、支付、英文界面，没代理基本玩不转。",[21,1667,873],{"id":872},[33,1669,876],{},[76,1671,1672,1675,1678,1681],{},[79,1673,1674],{},"想要现代化、AI-native 的终端体验",[79,1676,1677],{},"需要云端 agent 跑长时间自主任务",[79,1679,1680],{},"mac \u002F Linux 开发者",[79,1682,1683],{},"团队需要共享命令 \u002F workflow \u002F 结对",[33,1685,905],{},[76,1687,1688,1694,1697,1700],{},[79,1689,1690,1691,1693],{},"预算敏感的重度 AI 使用者（",[53,1692,12],{"href":1444}," 按 API 付更省）",[79,1695,1696],{},"Windows 重度用户",[79,1698,1699],{},"国内首选且不想配代理",[79,1701,1702],{},"偏好极简纯净终端",[21,1704,922],{"id":922},[76,1706,1707,1719,1732],{},[79,1708,927,1709,525,1711,525,1713,525,1715],{},[53,1710,56],{"href":55},[53,1712,12],{"href":1444},[53,1714,1209],{"href":624},[53,1716,1718],{"href":1717},"\u002Fcoding\u002Fcli\u002Fgemini-cli.html","Gemini CLI",[79,1720,1721,1722,525,1726,525,1728],{},"概念：",[53,1723,1725],{"href":1724},"\u002Fwiki\u002Fai-agent.html","AI Agent",[53,1727,949],{"href":948},[53,1729,1731],{"href":1730},"\u002Fwiki\u002Fcontext-rot.html","Context Rot",[79,1733,1734,1735,525,1739],{},"模型：",[53,1736,1738],{"href":1737},"\u002Fmodels\u002Fclaude-opus-4-5.html","Claude Opus 4.5",[53,1740,1742],{"href":1741},"\u002Fmodels\u002Fgpt-5-1-codex-max.html","GPT-5.1-Codex-Max",[21,1744,963],{"id":963},[76,1746,1747,1758,1764],{},[79,1748,968,1749,1753,1754],{},[53,1750,1751],{"href":1751,"rel":1752},"https:\u002F\u002Fwarp.dev",[125]," ｜ 定价：",[53,1755,1756],{"href":1756,"rel":1757},"https:\u002F\u002Fwww.warp.dev\u002Fpricing",[125],[79,1759,994,1760],{},[53,1761,1762],{"href":1762,"rel":1763},"https:\u002F\u002Fgithub.com\u002Fwarpdotdev\u002FWarp",[125],[79,1765,1766],{},"第三方评测：aitools.inc \u002F theaiagentindex.com",[33,1768,1769,1770,1019],{},"本卡片由 AIHO 编辑部根据官方公开资料与第三方评测整理。所有事实点均标注来源；如发现价格 \u002F 命令 \u002F 功能与最新官方信息不一致，请通过 ",[53,1771,1018],{"href":1017},[1021,1773,1774],{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":157,"searchDepth":189,"depth":189,"links":1776},[1777,1778,1785,1786,1787,1788,1789,1790,1791,1792],{"id":23,"depth":177,"text":24},{"id":66,"depth":177,"text":66,"children":1779},[1780,1781,1782,1783,1784],{"id":1138,"depth":189,"text":1139},{"id":1156,"depth":189,"text":1157},{"id":1163,"depth":189,"text":1164},{"id":1199,"depth":189,"text":1200},{"id":1213,"depth":189,"text":1214},{"id":1220,"depth":177,"text":1221},{"id":317,"depth":177,"text":318},{"id":562,"depth":177,"text":562},{"id":604,"depth":177,"text":604},{"id":771,"depth":177,"text":771},{"id":872,"depth":177,"text":873},{"id":922,"depth":177,"text":922},{"id":963,"depth":177,"text":963},"\u002Fimg\u002Ftools\u002Fwarp.webp","Warp 真实评测：用 Rust 重写的 AI-native 终端，块状命令输出、自然语言生成命令、本地+云端 agent、codebase 索引。AIHO 编辑部基于官方与多份独立评测整理，含 credit 定价、与 Claude Code 对比、避坑指南。",[1048],{},"\u002Ftools\u002Fcoding\u002Fcli\u002Fwarp",[1053,1054,1055],[1800,1803,1808,1811,1814],{"plan":1245,"price":1059,"limit":1801,"cn_pay":1802,"note":1253},"限量 AI credits + BYO 推理，云 agent\u002F索引受限","—",{"plan":1258,"price":1804,"limit":1805,"cn_pay":1806,"note":1807},"$20\u002F月（年付 9 折 $18）","1500 credits\u002F月，前沿 OpenAI\u002FAnthropic\u002FGoogle 模型","⚠️ 需海外卡","官方推荐档",{"plan":1272,"price":1275,"limit":1809,"cn_pay":1810,"note":1281},"12× Build 的 credits","⚠️",{"plan":1286,"price":1289,"limit":1812,"cn_pay":1810,"note":1813},"1500 credits + 团队 ZDR + SAML SSO","团队（最多 25 席）",{"plan":1300,"price":1303,"limit":1815,"cn_pay":1802,"note":1816},"无限席位 + BYOLLM + 自托管云 agent","大企业","Free（100-限量 AI）\u002F Build $20\u002Fmo 1500 credits \u002F Max $200\u002Fmo \u002F Business $50\u002Fseat","2026-06-28",{"power":200,"ux":369,"price":189,"cn_support":177,"stability":200},{"title":1103,"description":1794},"coding\u002Fcli\u002Fwarp",[1823,1825,1827,1829,1832],{"title":1824,"url":1751},"Warp 官方",{"title":1826,"url":1756},"Warp 定价页",{"title":1828,"url":1762},"Warp GitHub (warpdotdev\u002FWarp)",{"title":1830,"url":1831},"Warp Features & Pricing (aitools.inc)","https:\u002F\u002Faitools.inc\u002Ftools\u002Fwarp",{"title":1833,"url":1318},"Warp AI Review 2026 (theaiagentindex)","tools\u002Fcoding\u002Fcli\u002Fwarp","Rust 重写的 AI-native 终端，块状输出 + agent + 云端 agent",[1041,1837,1094,1838,1839,1840],"terminal","rust","block-output","cloud-agent","重新发明终端 UX 的标杆：块状输出 + 现代文本编辑 + AI 命令生成确实好用，2025 开源（AGPLv3）加分。但 AI 走 credit 制，重度使用成本高，Windows 打磨不如 mac\u002FLinux，国内网络+支付有门槛。","fLOEItZU23Ka_kxLhuh0UlN02QStTJWIUfFrquBvjdQ",1784565441765]