v1.104.3
What's changed
- Codex session overrides now preserve the configured thinking level, including an explicit
nonesetting. Supported Codex models also stream readable automatic reasoning summaries, while GPT-5.3 Codex Spark avoids the unsupported summary parameter. web_fetchnow 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 Homebrew —
brew upgrade --cask openagentd. - CLI via uv —
uv tool install --upgrade openagentd. - CLI via pip —
pip install --upgrade openagentd. - CLI via Homebrew —
brew 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), orOpenAgentd_1.104.3_aarch64.dmg(run bundledinstall.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