Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

v6.3.27

Choose a tag to compare

@catlog22 catlog22 released this 13 Jan 14:20
· 923 commits to main since this release

What's Changed

Bug Fixes

  • Windows 11 GPU 检测修复: 将 wmic 命令替换为 PowerShell Get-CimInstance,修复 Windows 11 下 CodexLens GPU 检测失败的问题
  • CSRF 验证默认禁用: 本地部署场景下默认禁用 CSRF 验证,通过 CCW_ENABLE_CSRF=1 可重新启用

Technical Details

  • GPU 检测命令: powershell -NoProfile -Command "(Get-CimInstance Win32_VideoController).Name"
  • CSRF 环境变量: 从 CCW_DISABLE_CSRF 改为 CCW_ENABLE_CSRF(反转默认行为)

Full Changelog: v6.3.26...v6.3.27