v0.144.0
Generated from codex-cli 0.144.0.
Added
- Remote control pairing and client-management RPCs:
remoteControl/pairing/start,remoteControl/pairing/status,
remoteControl/client/list, andremoteControl/client/revoke. - Thread lifecycle support for deletion via
thread/deleteand the
thread/deletednotification. - Background terminal listing and termination RPCs for threads.
- Thread hierarchy and subagent metadata, including
parentThreadId,
historyMode,extra,recencyAt, and list filters for parent or ancestor
thread IDs. - Account usage and rate-limit reset-credit types and RPCs, including
account/usage/read,account/rateLimitResetCredit/consume, reset-credit
summaries, and spend-control limit snapshots. - Realtime session controls for speech append, handoff behavior, startup
context, realtime model override, and realtime protocol version override. - Dynamic tool namespace specs alongside function specs.
- External-agent config import progress notifications and import history reads.
- Server-to-client
currentTime/readrequests. - Skills extra-root configuration, npm plugin source metadata, app template
summaries, and plugin install policy source metadata. - Turn moderation metadata and model safety-buffering notifications.
Changed
thread/turns/items/listwas renamed tothread/items/list, with
ThreadTurnsItemsList*types renamed toThreadItemsList*.ReasoningEffortwidened from a fixed string union tostring.- Runtime workspace roots now use
AbsolutePathBuf[]in thread start, resume,
fork, and turn start params. ThreadItempath fields now useLegacyAppPathStringin several places and
gained updated web-search, image-generation, sleep, subagent-activity, and
MCP app-context item shapes.AskForApprovalno longer includes"on-failure".AuthModegainedheaders,personalAccessToken, andbedrockApiKey.WebSearchModegainedindexed.ThreadSortKeygainedrecency_at.