v1.102.0
·
1241 commits
to main
since this release
What's Changed
Added
- Host Runner Abstraction Framework — All host CLI invocations now route through
resolve_host()inhost_runner.py;HostInvocationcarries binary + args without embedding host literals. SupportsCodexRunner,OpenCodeRunner, andPiRunnerstubs with streaming, blocking-JSON, detached, and version-check build modes. SetLL_HOST_CLIororchestration.host_cliin config to override. (FEAT-1465, FEAT-1467, FEAT-1469, FEAT-1470, FEAT-1471, FEAT-1472, FEAT-1473) - Codex/OpenCode Hook Wiring —
post_tool_usefires fire-and-forget for Codex and OpenCode adapters;pre_tool_usebenchmarked for latency characterization. (FEAT-1489) ll-adapt-agents-for-codexCLI — Generates.codex/agents/*.tomlfromagents/*.mdso Codex CLI can discover and invoke ll agents via--agent <name>; includes full documentation and integration tests. (FEAT-1527, FEAT-1528)
Fixed
completedStatus Missing from Terminal Filter —find_issuesandskip.pynow recognizecompletedas a terminal status, preventing stale issues from being re-queued for processing. (BUG-1485)
Full Changelog: v1.101.0...v1.102.0