Skip to content

feat: 新增 Codex CLI 本机 AI 模式 - #26

Merged
uu201 merged 2 commits into
uu201:mainfrom
XiaoMaYi0530:codex/issue-25-codex-cli
Sep 8, 2026
Merged

uu201 merged 2 commits into
uu201:mainfrom
XiaoMaYi0530:codex/issue-25-codex-cli

Conversation

@XiaoMaYi0530

Copy link
Copy Markdown

变更说明

  • 在 AI 设置中新增 Codex CLI(本机)厂商
  • 复用本机 Codex 登录状态,无需 API Key 和 Base URL
  • 支持自动或手动解析 CLI 路径、模型发现与推理强度
  • 接入正文流式输出、推理事件、Token 用量、取消与错误提示
  • 支持代理环境及 AI 配置档案持久化
  • 兼容 macOS、Linux 和 Windows npm shim
  • 采用只读沙箱运行,并补充 README 与自动化测试

验证

  • pnpm exec vue-tsc --noEmit
  • pnpm exec electron-vite build
  • Codex CLI 相关测试 4 项通过
  • 设置及持久化相关测试 16 项通过
  • 本机 Codex 登录状态及模型发现验证通过

Closes #25

@uu201
uu201 merged commit aad39df into uu201:main Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

功能:新增 Codex CLI 作为本机 AI 接入模式

2 participants