Releases: kxn/codex-remote-feishu
Release list
v1.9.0-alpha.1
v1.9.0-alpha.1
这是 1.9 系列的第一个 alpha 版本,包含从 v1.8.4 以来的 144 个非合并提交。这个版本重点改善首次安装、飞书配置、桌面安装包、模型选择和远程使用时的稳定性。
Alpha 版本适合提前试用和验证新流程;如果你依赖稳定生产环境,建议继续使用正式版,或先在测试环境验证后再升级。
主要变化
更容易完成首次安装和飞书配置
- 新增飞书自动配置流程,减少手动创建应用、复制配置、检查权限等步骤。
- WebSetup 页面现在会按流程驱动配置,不再把大量内部设置细节暴露给用户。
- 增加飞书连接状态检查,能更早发现长连接、权限或应用配置异常。
- 老版本飞书应用会被识别为“需要手动维护”,避免误导用户以为可以直接走新自动配置流程。
安装包和桌面体验更完整
- 新增 Windows 安装器,并支持 Windows 任务计划开机自启。
- 新增 macOS 打包安装器和 dmg 产物,安装后结果页会给出更清晰的下一步操作。
- 安装流程增加探测、修复和启动一致性处理,减少“装完但服务没起来”这类问题。
- 发布产物现在包含 Linux、macOS、Windows 包,以及安装脚本和校验文件。
飞书里的模型选择更接近实际可用状态
- 飞书模型菜单改为使用 Codex 当前模型目录,不再依赖固定写死的模型列表。
- 推理强度会结合模型能力展示,减少选到不兼容组合的概率。
- 模型、线程、能力和重要系统通知的状态会更完整地同步到底层协议,后续 UI 扩展也更稳。
Codex / Claude / MCP 使用体验改进
- 支持 MCP OAuth 登录生命周期,遇到需要登录的工具时流程更完整。
- 支持 MCP 审批请求持久化,避免重要授权卡片丢失后无法继续。
- Claude 的计划确认、权限变更、工具授权和继续会话处理更稳定。
- 飞书文件输入支持引用消息里的文件,日常从飞书转交文件更方便。
/list选择目标时默认更贴近“开新会话”的使用习惯。
远程会话和消息投递更可靠
- 改进请求投递、失败反馈和重投递逻辑,减少消息卡住时用户没有明确反馈的问题。
- 关键的 Codex 协议告警会投递到飞书,避免用户错过可能影响后续使用的提示。
- 修复 VS Code 新参数形式导致启动兼容性异常的问题。
- 修复飞书选择器、继续会话、目录选择、恢复来源展示等多处边界问题。
稳定性、性能和维护性
- 优化 daemon 定时维护扫描,降低热点路径上的无意义开销。
- 清理多套旧安装逻辑、旧 VS Code 设置写入逻辑、旧飞书注册路径和无用 fallback。
- 对飞书卡片、请求处理、后台恢复、异步结果投递等核心路径做了去重和单一来源整理。
- 增加大量跨平台测试、协议覆盖测试、安装包 smoke test 和 race/并发相关回归测试。
安装
安装最新正式版:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash安装最新 alpha 版:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --track alpha固定安装本版本:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.9.0-alpha.1手动下载压缩包后,也可以在解压目录中运行:
./codex-remote install -bootstrap-only -start-daemon已知提示
- 这是 alpha 版本,推荐先在测试环境试用。
- GitHub Actions 发布过程中出现了 Node.js 20 deprecation 提示;这是 Actions 依赖的提示,不影响本次产物发布。
对比范围
- 上一个正式版本:v1.8.4
- 当前版本:v1.9.0-alpha.1
- 对比链接:v1.8.4...v1.9.0-alpha.1
dev-latest
滚动开发构建(不是正式版)。
- version: dev-7b83af68c304
- commit: 7b83af6
- built_at: 2026-07-18T00:35:34Z
- 已安装实例可直接使用:
- /upgrade dev
- 稳定用户请继续使用 production / beta。
v1.8.4
Release v1.8.4
Track: production.
Changes since v1.8.3.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.4Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Fixes
- fix: separate claude resume workspace root from active cwd (519c4d6)
- fix: preserve claude binary symlink path (15720af)
- fix: allow claude bypass permission mode (f860d69)
Maintenance
v1.8.4-beta.2
Release v1.8.4-beta.2
Track: beta.
Changes since v1.8.3.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashLatest beta install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --track betaThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.4-beta.2Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Fixes
- fix: separate claude resume workspace root from active cwd (519c4d6)
- fix: preserve claude binary symlink path (15720af)
- fix: allow claude bypass permission mode (f860d69)
Maintenance
v1.8.4-beta.1
Release v1.8.4-beta.1
Track: beta.
Changes since v1.8.3.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashLatest beta install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --track betaThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.4-beta.1Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Fixes
- fix: separate claude resume workspace root from active cwd (519c4d6)
- fix: preserve claude binary symlink path (15720af)
Maintenance
v1.8.3
Release v1.8.3
Track: production.
Changes since v1.8.2.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.3Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Maintenance
v1.8.3-beta.1
Release v1.8.3-beta.1
Track: beta.
Changes since v1.8.2.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashLatest beta install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --track betaThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.3-beta.1Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Maintenance
v1.8.2
Release v1.8.2
Track: production.
Changes since v1.8.1.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.2Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Maintenance
- Backport request delivery reliability to release/1.8 (6d738b1)
- Backport workspace target-picker parity to release/1.8 (f22c124)
- release: split metadata creation and asset upload (3eadb9e)
- refactor: add request lifecycle runtime seam (877cd5f)
- refactor: unify claude request result correlation (b2b627b)
- refactor: sync request lifecycle projection (6147929)
v1.8.2-beta.3
Release v1.8.2-beta.3
Track: beta.
Changes since v1.8.1.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashLatest beta install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --track betaThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.2-beta.3Manual archive install:
./codex-remote install -bootstrap-only -start-daemonDetailed Changes
Maintenance
- Backport request delivery reliability to release/1.8 (6d738b1)
- Backport workspace target-picker parity to release/1.8 (f22c124)
- release: split metadata creation and asset upload (3eadb9e)
- refactor: add request lifecycle runtime seam (877cd5f)
- refactor: unify claude request result correlation (b2b627b)
- refactor: sync request lifecycle projection (6147929)
v1.8.2-beta.2
Release v1.8.2-beta.2
Track: beta.
Changes since v1.8.1.
Install
Latest production install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bashLatest beta install:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --track betaThe installer downloads the GitHub-built release archive, installs the binary, starts the local daemon, and opens or prints the WebSetup URL.
Pin this version:
curl -fsSL https://raw.githubusercontent.com/kxn/codex-remote-feishu/master/install-release.sh | bash -s -- --version v1.8.2-beta.2Manual archive install:
./codex-remote install -bootstrap-only -start-daemon