Skip to content

v1.119.0

Choose a tag to compare

@BrennonTWilliams BrennonTWilliams released this 09 Jun 04:11
· 395 commits to main since this release

What's New

Added

  • ll-init headless Python core — New initialization command with a headless Python API for programmatic project setup. (FEAT-1979)
  • ll-init interactive terminal TUI — New questionary + rich terminal UI for guided project initialization. (FEAT-1980)
  • ll-init host multi-select and adapter install dispatchll-init can now configure multiple host adapters in a single run; replaces the --codex flag with a --hosts list for multi-host dispatch. (FEAT-1981)
  • rlhf-animated-svg built-in loop — New FSM loop shipped as a built-in example for animated SVG generation with RLHF-style evaluation.
  • apply-research built-in FSM loop — New loop for applying structured research artifacts to a codebase.
  • --parent filter for ll-issues list — New --parent flag lets you filter issues by parent EPIC.
  • scope-epic --auto flag — Non-interactive automation callers can now invoke scope-epic without HITL prompts.
  • ll-loop failure reason surfacing — Loop completion summaries now display the failure reason when output is hidden.
  • rn-build refine_seed migrationrefine_seed moved from issue-refinement to recursive-refine for cleaner sub-loop separation.

Changed

  • ll-init CLI reference — Added ll-init documentation section to docs/CLI.md. (ENH-2019)
  • rn-* shared YAML fragments — Extracted duplicated states into common.yaml fragments for maintainability.
  • session_digest enabled in project config — Session digest is now enabled by default in the project configuration.
  • analyze-history evolution trigger detection — Evolution trigger patterns are now surfaced in history analysis output.
  • CLI.md introduction accuracy — Corrected CLI.md intro to accurately describe tool naming conventions. (ENH-2020)
  • harness-optimize trajectory paths — Corrected trajectory artifact paths to use .ll/runs/ prefix format. (ENH-2021)

Fixed

  • rn-build scratch state isolation — Moved issue-refinement scratch state from .loops/tmp to run_dir to prevent cross-run state corruption.
  • next-action threshold resolution — Threshold resolution is now config-first with 85/70 fallbacks.
  • issue-refinement broken-down issue gating — Issues flagged as broken-down are now gated to the skip-list via check_broke_down.
  • rn-remediate implement counter — Guarded against api_error_retry double-counting the implement counter.
  • rn-build — Multiple routing, path preservation, and bash escaping fixes.
  • goal-cluster dispatch — Fixed --json flag usage and goal key passing.
  • harness-optimize run_dir migration — Migrated trajectory paths to runner-injected run_dir.
  • BUG-2022: HOST_COMPATIBILITY.md footnote count — Corrected 'seven call sites' to match actual six-row table; added ll-sprint entry.

7 issues completed · 3 features · 3 enhancements · 1 bug fix · 45 commits since v1.118.0