AMR 生产发布影响报告

生成时间:2026-07-17;分析对象:在 origin/main 手动运行五个生产 GitHub workflow。

当前生产发布点

五个生产 workflow 最近一次成功运行停在 commit:73358453(author nettee,date 2026-07-15 15:44:05 +08:00)。如果现在在 origin/main 发布,目标 commit 是 eb62c518(fix(cli): tolerate missing opencode auxiliary model (#859))。

变更范围:73358453...eb62c518,共 18 个 commit。

此次发布的 feature 和影响面

Feature / Author / CommitsWebAPILinkAdminDB schema / migration
XXLOpenCode 辅助模型上线与内部模型可见性

上线 dedicated OpenCode auxiliary model,并补齐模型 public/internal visibility 展示与落账链路。

Author:nettee

  • 0a485562 feat: add dedicated OpenCode auxiliary model (#828)
  • e9a3b198 feat(admin): show public model visibility in model list (#839)
无直接 runtime 变更。增加辅助模型/计费落账相关逻辑。接入 dedicated auxiliary model 路由。展示 public/internal visibility。需要 migration:新增/调整 public_models.visibility 等 schema,需先跑 DB migration。
XL订阅 checkout 来源归因与报价加载防抖

修复订阅 checkout 多入口来源归因,并避免 offers 尚未加载时过早 checkout。

Author:open-design-crew[bot]、Marc Chan

  • ea9561d0 fix(commerce): attribute subscription checkout to its real entry channel (#842)
  • 04b91eef fix(web): wait for subscription offers before checkout (#857)
wallet/pricing/usage 多入口 checkout 等待 offers 加载。接收并记录 real entry channel。无。无。无 schema/migration。
LLink 移除模型 fallback shaping

Link 对未知或未路由模型不再 fallback shaping,失败行为更严格。

Author:nettee

  • e4db79f2 fix(link): remove model fallback (#825)
无。无。未知/未路由模型更严格失败,需观察错误率。无。无 schema/migration。
LBedrock Mantle GPT 路由提升与优先级调整

调整 catalog seed 中 Mantle GPT provider 路由与优先级,影响模型路由选择。

Author:nettee

  • 7b69f161 feat(catalog): activate Bedrock Mantle GPT routes in test (#832)
  • 9f28f38a chore(catalog): adjust route priorities (#841)
  • 6b482c3d chore(catalog): promote Mantle GPT routes (#851)
无直接代码影响。无直接代码影响。无直接代码影响。无直接代码影响。无 schema migration;需确认 catalog seed workflow/合并后的 DB+catalog workflow 已覆盖。
MAdmin 模型目录列表改版

简化 Admin 模型目录列表和表格展示。

Author:nettee

  • 8f986969 feat(admin): simplify model catalog list (#826)
无。无。无。模型目录列表/表格简化。无 schema/migration。
MCLI/OpenCode 稳定性与 Windows baseline build

主要影响 CLI/OpenCode 打包、提示恢复、祖先目录技能注入防护和缺失辅助模型容错,不影响 AMR 服务 runtime。

Author:Caprika、open-design-crew[bot]、lefarcen、nettee

  • f4b95554 fix(cli): harden resumed prompts and default fork builds (#834)
  • 662ec1ae fix(cli): stop OpenCode ancestor-walk from injecting personal skills (#837)
  • 5cbae20d fix(cli): recover OpenCode streams before prompts (#840)
  • a6c987d5 chore(cli): restore powerformer opencode ref (#845)
  • 968580ac fix(cli): bundle baseline (non-AVX2) OpenCode build for Windows x64 (#838)
  • eb62c518 fix(cli): tolerate missing opencode auxiliary model (#859)
无 AMR runtime 影响。无 AMR runtime 影响。无 AMR runtime 影响。无 AMR runtime 影响。无 schema/migration;部分为 workflows-only。
S发布/文档/规格归档流程调整

文档、workflow 合并和 spec 归档,主要影响发布维护流程。

Author:nettee、github-actions[bot]

  • 624d3b62 docs: update AMR API secret workflow (#830)
  • d69e33b2 ci: combine db migration and catalog seed workflows (#844)
  • f9f8aa86 Archive old specs (#843)
无。无 runtime 变更。无 runtime 变更。无。无 schema/migration;DB migration 与 catalog seed workflow 合并,发布时需按新 workflow 确认覆盖范围。

发布建议

  1. Migration 判断:需要先运行 deploy-db-migrations-prod.yml最近成功 run),因为 0a485562 包含 db/schema 与 db/migrations。
  2. 服务发布顺序:建议 DB → API/Link → Admin/Web。API/Link 承载辅助模型、路由和计费,应先就绪;Admin/Web 可后置,Web checkout fix 可与 Admin 并行但建议 API 先发布。
  3. 数据 seed / catalog 判断:本次有 Mantle GPT 路由和优先级 data 变化,需确认合并后的 DB migration/catalog seed workflow 已覆盖;发布后检查 public/backend model routes。
  4. 发布后观测:重点观察订阅 checkout attribution、Link 未知模型错误率与目标模型路由、辅助模型用量/计费、Admin 模型列表 visibility。

Compare:73358453...eb62c518。所有 workflow 和 commit 均已使用 GitHub 超链接。