Skip to content

v1.120.0

Choose a tag to compare

@BrennonTWilliams BrennonTWilliams released this 10 Jun 00:19
· 358 commits to main since this release

What's New

Added

  • /ll:simplify-loop skill — Decompose loops into sub-loops and collapse state chains into flows. (FEAT-2063)
  • rlhf-svg-generate sub-loop — Standalone SVG generation sub-loop extracted from rlhf-animated-svg for modular composition.
  • rlhf-svg-refine sub-loop — Standalone refinement sub-loop for rlhf-animated-svg.
  • rlhf-svg-evaluate sub-loop — Standalone evaluation sub-loop for rlhf-animated-svg.
  • restore_best guard in refine-to-ready-issue — Score regression prevention in the refinement loop.
  • plan-research-iteration oracle — Extracted rn-plan/rn-refine research chain into a reusable oracle sub-loop.
  • Skip deferred issues in verify-issuesverify-issues now skips deferred issues automatically.
  • Session digest prompt in /ll:init — The interactive init wizard now includes an ambient session digest option in Round 9.5. (ENH-2040)

Changed

  • rlhf-animated-svg refactored to orchestration-only — Parent loop now delegates evaluate/refine to sub-loops; ~400 lines reduced. (ENH-2050, ENH-2056)
  • hitl-md review loop simplified — Reduced to core review surface with a lightweight confidence cue. (ENH-2058)
  • VISION_* env vars wired into svg-image-generator — Vision feature gating now uses a vision_gate state. (ENH-2059)
  • Session digest enabled by defaultSessionDigestConfig.enabled now defaults to True with char_cap: 800. Opt-out: set history.session_digest.enabled: false in .ll/ll-config.json. (ENH-2040)
  • CLAUDE.md update step in ll-init TUI — Init wizard now includes a CLAUDE.md update step.
  • Evolution-trigger consumer in analyze-history — Added consumer + correction retirement for evolution trigger patterns.
  • verify-issues active-issues filter — Filters to active issues only; fixes broken ll-issues call.

Fixed

  • fifo_pop telemetry noise and convergence delta threshold — Noise filtering and delta threshold corrected in FSM loops. (ENH-2061)
  • ll-init permission wiring — Wired deploy_design_tokens, history.session_digest, and explore-api permission.
  • Loop routing assertions and oracle delegation — Fixed FSM routing assertions, oracle delegation, and schema version in tests.
  • Layered pinned-pane ladder diagram — Added neighborhood fallback step.

Full Changelog: v1.119.0...v1.120.0