Skip to content

Releases: ingeniousfrog/gpt2cursor

v0.4.3

17 Jun 04:14

Choose a tag to compare

English

Downloads

  • macOS (Apple Silicon): gpt2cursor_*_aarch64.dmg
  • Windows (x64): gpt2cursor_*_x64-setup.exe

What's New

  • Single-instance app: No duplicate tray icons or port conflicts on launch-at-login
  • Live Codex progress: Reasoning and tool/file activity in the panel and streamed to Cursor via reasoning_content
  • Dev mode: Toggle in the activity popover for raw request, JSONL, and result logs
  • Dark & light themes: Footer theme switch with persisted preference
  • UI refresh: Glass-style panel, improved activity log layout

Install — macOS

  1. Open the DMG and drag gpt2cursor onto Applications
  2. If macOS blocks first launch, run:
    xattr -cr /Applications/gpt2cursor.app

Install — Windows

  1. Run the .exe installer
  2. If SmartScreen warns, choose More infoRun anyway

中文

下载

  • macOS(Apple Silicon)gpt2cursor_*_aarch64.dmg
  • Windows(x64)gpt2cursor_*_x64-setup.exe

更新内容

  • 单实例运行:开机自启不再出现双图标或端口冲突
  • Codex 实时进度:推理与工具/文件操作日志,面板与 Cursor 同步展示
  • Dev 模式:活动日志弹窗内可开关,查看原始请求、JSONL 与结果
  • 深色 / 浅色主题:底部主题切换,偏好持久化
  • 界面优化:玻璃风格面板与活动日志布局改进

安装 — macOS

  1. 打开 DMG,拖到 Applications
  2. 若被拦截,执行:
    xattr -cr /Applications/gpt2cursor.app

安装 — Windows

  1. 运行 .exe 安装包
  2. SmartScreen 提示时选 更多信息 → 仍要运行

v0.4.2

16 Jun 08:14

Choose a tag to compare

English

Downloads

  • macOS (Apple Silicon): gpt2cursor_*_aarch64.dmg
  • Windows (x64): gpt2cursor_*_x64-setup.exe

What's New

  • Agent history pre-trimming: Large Cursor Agent histories are trimmed before Codex execution
  • Clear oversized-body errors: HTTP 413 plus UI hints to lower Context msgs or start a new Agent chat
  • Apache 2.0 license
  • Docs: ngrok required for both Ask and Agent modes

Install — macOS

  1. Open the DMG and drag gpt2cursor onto Applications
  2. If macOS blocks first launch, run:
    xattr -cr /Applications/gpt2cursor.app

Install — Windows

  1. Run the .exe installer
  2. If SmartScreen warns, choose More infoRun anyway

中文

下载

  • macOS(Apple Silicon)gpt2cursor_*_aarch64.dmg
  • Windows(x64)gpt2cursor_*_x64-setup.exe

更新内容

  • Agent 历史预裁剪:过大的 Cursor Agent 历史会在调用 Codex 前自动裁剪
  • 请求过大时的明确提示:返回 413,并在界面提示降低 Context msgs 或新开 Agent 会话
  • Apache 2.0 许可证
  • 文档修正:Ask / Agent 均需 ngrok 公网地址

安装 — macOS

  1. 打开 DMG,拖到 Applications
  2. 若被拦截,执行:
    xattr -cr /Applications/gpt2cursor.app

安装 — Windows

  1. 运行 .exe 安装包
  2. SmartScreen 提示时选 更多信息 → 仍要运行

v0.4.1

15 Jun 16:16

Choose a tag to compare

English

Downloads

  • macOS (Apple Silicon): gpt2cursor_0.4.1_aarch64.dmg
  • Windows (x64): gpt2cursor_0.4.1_x64-setup.exe

What's New

  • Installer-style DMG (macOS): Applications shortcut, drag-and-drop layout, background arrow, and volume icon
  • Windows installer (x64): NSIS setup executable for tray-based local bridge
  • Signing fix preserved (macOS): Post-build codesign removes the broken resource seal that caused "app is damaged" errors
  • PTY streaming Codex bridge: Streams assistant text to Cursor in Ask / Agent mode
  • Activity panel: Live bridge request logs in the control panel

Install — macOS

  1. Open the DMG and drag gpt2cursor onto Applications
  2. Launch from /Applications
  3. If macOS blocks first launch, right-click → Open, or run:
    xattr -cr /Applications/gpt2cursor.app

Install — Windows

  1. Download gpt2cursor_0.4.1_x64-setup.exe
  2. Run the installer and finish setup
  3. If SmartScreen warns about an unknown publisher, choose More infoRun anyway

Notes

  • Supported Cursor modes: Ask and Agent only (other modes are not supported yet)
  • Runtime requirements: local Codex CLI login; ngrok is optional for Cursor Agent public tunnel
  • Node.js is not required at runtime

中文

下载

  • macOS(Apple Silicon)gpt2cursor_0.4.1_aarch64.dmg
  • Windows(x64)gpt2cursor_0.4.1_x64-setup.exe

更新内容

  • macOS 安装盘:Applications 快捷方式、拖拽布局、背景箭头与卷标图标
  • Windows 安装包(x64):NSIS 安装程序,托盘栏本地桥接
  • macOS 签名修复:构建后重新签名,避免「应用已损坏」提示
  • PTY 流式 Codex 桥接:支持 Cursor Ask / Agent 模式实时输出
  • Activity 面板:控制面板内实时请求日志

安装 — macOS

  1. 打开 DMG,将 gpt2cursor 拖到 Applications
  2. /Applications 启动
  3. 若首次打开被拦截,请右键 打开,或执行:
    xattr -cr /Applications/gpt2cursor.app

安装 — Windows

  1. 下载 gpt2cursor_0.4.1_x64-setup.exe
  2. 运行安装程序并完成安装
  3. 若 SmartScreen 提示未知发布者,请选择 更多信息仍要运行

说明

  • 当前支持的 Cursor 模式:仅 Ask 与 Agent(其他模式待开发)
  • 运行依赖:本机 Codex CLI 已登录;Cursor Agent 公网模式可选 ngrok
  • 运行时不需要安装 Node.js