Coding AIOpenCode LLM Provider 层的三连修:从图片序列化到错误信息丢失分析 opencode 项目 LLM 协议层的三个连续 bug 修复:tool result 图片被字符串化、stream error 信息被吞掉、类型检查不稳定。讨论根因和对 AI 工具开发的启示。
DevOps AIOpenCode 的 GitHub Actions 自动化体系:27 个 Workflow 背后的工程实践分析 opencode 项目的 27 个 GitHub Actions workflow,拆解 CI/CD、社区治理、AI 集成的自动化策略,以及对开源项目的启示。
Coding AIOpenCode 配置之外的优化 — 基于插件的优化从 opencode-review 的开发动机出发,讨论 AI 编码时代的代码审查问题、多维度分析的设计依据,以及自动修复链的学术基础。
Coding AI/人工智能 DeepseekDeepSeek + Claude Code: Thinking Block 兼容性问题分析分析 Claude Code 使用 DeepSeek 模型时 extended thinking 模式下多轮对话触发 400 错误的根因,对比 OpenCode 的处理方式,以及社区解决方案。
Coding AI/人工智能如何解决 opencode 中 deepseek 模型的 reasoning 问题使用 opencode 配合 deepseek-reasoner 时,遇到 "reasoning_content must be passed back to the API" 报错的排查与解决过程。