Skip to content

v1.104.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 09:09
28abd0c

What's changed

  • Codex session overrides now preserve the configured thinking level, including an explicit none setting. Supported Codex models also stream readable automatic reasoning summaries, while GPT-5.3 Codex Spark avoids the unsupported summary parameter.
  • web_fetch now accepts responses up to 50 MB, allowing moderately large pages to reach the existing tool-result offload flow instead of failing at the previous 5 MB boundary. Responses above the safety cap remain rejected.

Upgrade

  • Desktop app (in-app updater) — Settings → Application update → Check for updates → Install.
  • Desktop app via Homebrewbrew upgrade --cask openagentd.
  • CLI via uvuv tool install --upgrade openagentd.
  • CLI via pippip install --upgrade openagentd.
  • CLI via Homebrewbrew upgrade openagentd.

Install

Desktop app — download from this release (CLI + desktop ship under one tag since 1.0.9):

  • macOS Apple Silicon → brew install --cask lthoangg/tap/openagentd (recommended — ad-hoc signs automatically), or OpenAgentd_1.104.3_aarch64.dmg (run bundled install.sh, right-click → Open the first time).
  • Linux → OpenAgentd_1.104.3_amd64.deb.

CLI / API server

uv tool install openagentd
# or
pip install openagentd
# or
brew install lthoangg/tap/openagentd

brew install lthoangg/tap/openagentd installs the base package only; optional extras (e.g. openagentd[full]) must be installed via uv or pip:

uv tool install "openagentd[full]"
# or
pip install "openagentd[full]"

Full changelog: v1.104.2...v1.104.3