-
Notifications
You must be signed in to change notification settings - Fork 113
Releases: iFurySt/open-codex-computer-use
Releases Β· iFurySt/open-codex-computer-use
v0.1.53
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
- @kogekiplay made their first contribution in #24
- @JohanSardar made their first contribution in #20
Full Changelog: v0.1.52...v0.1.53
Assets 3
v0.1.52
@github-actions
github-actions
Assets 3
v0.1.51
What's Changed
Full Changelog: v0.1.50...v0.1.51
Assets 3
v0.1.50
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
Assets 3
v0.1.49
What's Changed
- Fixed macOS upload/open file panels so visible files in native list and column views are included in
get_app_stateand can be selected. - Made coordinate clicks prefer concrete list items and select native
AXListchildren before falling back to mouse events, so choosing a file enables and triggersOpen. - Improved screenshot window selection for frontmost overlapping sheets, keeping coordinates aligned with the active open panel.
Full Changelog: v0.1.48...v0.1.49
Assets 3
v0.1.48
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
Assets 3
v0.1.47
What's Changed
- Smoke tests now launch the internal fixture in headless mode, so
./scripts/run-tool-smoke-tests.shno longer brings the orange fixture window to the desktop. - The smoke fixture remains discoverable for the
list_appsregression 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
Assets 3
v0.1.46
What's Changed
- Return the official observed no-window text,
Apple event error -10005: cgWindowNotFound, for missing AX window and missing visible CGWindow paths. - Add a unit test that locks the exact no-window message shape.
- Publish
open-computer-usenpm packages andCursorMotion-0.1.46.dmg.
Full Changelog: v0.1.45...v0.1.46
Assets 3
v0.1.45
What's Changed
- Require real app snapshots to have both a non-minimized
AXWindowand a matching on-screenCGWindow. - Align no-visible-window behavior with official
computer-usecgWindowNotFound/noWindowsAvailablesemantics observed in the latest1.0.770bundle. - Publish
open-computer-usenpm packages andCursorMotion-0.1.45.dmg.
Full Changelog: v0.1.44...v0.1.45
Assets 3
v0.1.44
What's Changed
- Align
get_app_stateunavailable-window behavior with officialcomputer-usefor Lark / Feishu states that expose no usable AX window. - Filter focused-window candidates to real
AXWindowelements so app-root/menu-bar-only trees are not returned as actionable UI state. - Publish
open-computer-usenpm packages andCursorMotion-0.1.44.dmg.
Full Changelog: v0.1.43...v0.1.44