Skip to content

v1.4.3:OAuth 创建 Agent 修复 + 会话滚动条恢复

发布日期:2026年4月10日


🎯 一句话总结

修复了 OpenAI OAuth 登录后无法创建 Agent 的问题,MCP OAuth 重定向 URI 可配置了,会话滚动条默认恢复显示。


🔧 问题修复

OAuth 创建 Agent 失败

问题:通过 OAuth 认证的 OpenAI 账户无法使用 agent create 命令。

修复:OAuth 认证流程现在正确支持 Agent 创建。


MCP OAuth 重定向 URI 配置

问题:远程 MCP 服务器的 OAuth 重定向 URI 不可自定义,在某些部署中无法完成 OAuth 流程。

修复:新增了 OAuth 重定向 URI 的配置选项。


会话滚动条

问题:会话列表的滚动条之前被默认隐藏了。

修复:滚动条恢复为默认显示。


📊 要不要升级?

情况建议
使用 OpenAI OAuth✅ 推荐
使用远程 MCP + OAuth✅ 推荐
正常使用中可以等下次

⬆️ 升级命令

bash
opencode upgrade

📋 技术细节

点击展开完整更新列表

Core

  • Fixed agent create for OpenAI accounts authenticated with OAuth.
  • Interrupted Bash commands now keep their final output and truncation details instead of ending as aborted.
  • Added fast mode variants for supported Claude and GPT models.

TUI

  • Restored the hidden session scrollbar as the default.

Extensions

  • Added configurable OAuth redirect URIs for remote MCP servers. (@egze)

Thank you to 2 community contributors:

  • @egze: feat(mcp): add OAuth redirect URI configuration for MCP servers (#21385)
  • @simonklee: opencode: lazy-load top-level CLI commands, Revert (#21726)

← 返回更新日志