Skip to content

Releases: iFurySt/open-codex-computer-use

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:44

What's Changed

  • docs(macos): 明确 macOS 14.0 最低系统要求 by @tisfeng in #44
  • fix(snapshot): 保留匿名 Web 点击控件 by @tisfeng in #45

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 03:59

What's Changed

  • feat(snapshot): 添加可配置 tree 预算参数 by @tisfeng in #41

Full Changelog: v0.1.54...v0.2.0

v0.1.54

Choose a tag to compare

@github-actions github-actions released this 26 Jun 14:24
8fada12

What's Changed

  • npm packages now expose ocu as a short alias for open-computer-use; ocu mcp, ocu call ..., and ocu install-codex-mcp use the same launcher as the long command.
  • Updated README, skill guidance, and release staging checks so future npm releases verify the bin/ocu entry.
  • Included the existing full-text snapshot skill documentation update from this release range.

Full Changelog: v0.1.53...v0.1.54

v0.1.53

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:08

What's Changed

  • Fix UTF-8 encoding for non-ASCII characters in Windows MCP output by @kogekiplay in #24
  • test: add agent and stress validation by @JohanSardar in #20
  • Fix UTF-8 parsing for Windows operation JSON params by @kogekiplay in #26
  • feat(snapshot): add full-text option with 500 character default by @tisfeng in #37

New Contributors

Full Changelog: v0.1.52...v0.1.53

v0.1.52

Choose a tag to compare

@github-actions github-actions released this 03 Jun 14:07
d84fe8b

What's Changed

  • fix(cli): accept numeric element_index arguments by @tisfeng in #19

New Contributors

Full Changelog: v0.1.51...v0.1.52

v0.1.51

Choose a tag to compare

@github-actions github-actions released this 20 May 09:26

What's Changed

  • [codex] fix permission onboarding stale panel by @usoonees in #17

Full Changelog: v0.1.50...v0.1.51

v0.1.50

Choose a tag to compare

@github-actions github-actions released this 13 May 06:20

What's Changed

  • Stabilized macOS text input for Electron/Lark rich text fields by preserving Unicode grapheme clusters and using focused settable AX values when available.
  • Made Lark conversation-row clicks safer by using synthetic-row safe anchors, filtering trailing done/archive actions, and scoping row-level WebArea AXPress handling to Electron/Lark.
  • Preserved Chrome/GitHub container-link behavior, verified against pinned repository cards before release.

Full Changelog: v0.1.49...v0.1.50

v0.1.49

Choose a tag to compare

@github-actions github-actions released this 11 May 02:39

What's Changed

  • Fixed macOS upload/open file panels so visible files in native list and column views are included in get_app_state and can be selected.
  • Made coordinate clicks prefer concrete list items and select native AXList children before falling back to mouse events, so choosing a file enables and triggers Open.
  • Improved screenshot window selection for frontmost overlapping sheets, keeping coordinates aligned with the active open panel.

Full Changelog: v0.1.48...v0.1.49

v0.1.48

Choose a tag to compare

@github-actions github-actions released this 08 May 07:41

What's Changed

  • Bound macOS screenshot result size before returning MCP image blocks, reducing cases where Codex stores large tool results as JSON text previews.
  • Keep coordinate tools aligned with the actual returned screenshot pixel size after downscaling.
  • Add regression coverage for large screenshot shrinking and small screenshot preservation.

Full Changelog: v0.1.47...v0.1.48

v0.1.47

Choose a tag to compare

@github-actions github-actions released this 08 May 04:05

What's Changed

  • Smoke tests now launch the internal fixture in headless mode, so ./scripts/run-tool-smoke-tests.sh no longer brings the orange fixture window to the desktop.
  • The smoke fixture remains discoverable for the list_apps regression path even when it runs as an accessory app.
  • Version sources and release notes are aligned for 0.1.47.

Full Changelog: v0.1.46...v0.1.47