Skip to content

v1.102.0

Choose a tag to compare

@BrennonTWilliams BrennonTWilliams released this 17 May 04:40
· 1241 commits to main since this release

What's Changed

Added

  • Host Runner Abstraction Framework — All host CLI invocations now route through resolve_host() in host_runner.py; HostInvocation carries binary + args without embedding host literals. Supports CodexRunner, OpenCodeRunner, and PiRunner stubs with streaming, blocking-JSON, detached, and version-check build modes. Set LL_HOST_CLI or orchestration.host_cli in config to override. (FEAT-1465, FEAT-1467, FEAT-1469, FEAT-1470, FEAT-1471, FEAT-1472, FEAT-1473)
  • Codex/OpenCode Hook Wiringpost_tool_use fires fire-and-forget for Codex and OpenCode adapters; pre_tool_use benchmarked for latency characterization. (FEAT-1489)
  • ll-adapt-agents-for-codex CLI — Generates .codex/agents/*.toml from agents/*.md so Codex CLI can discover and invoke ll agents via --agent <name>; includes full documentation and integration tests. (FEAT-1527, FEAT-1528)

Fixed

  • completed Status Missing from Terminal Filterfind_issues and skip.py now recognize completed as a terminal status, preventing stale issues from being re-queued for processing. (BUG-1485)

Full Changelog: v1.101.0...v1.102.0