Skip to content

v4.1.1

Latest

Choose a tag to compare

@grongierisc grongierisc released this 22 Jul 09:22

[4.1.1] - 2026-07-22

Added

  • Add iop --install-agent-guidance to install version-matched IoP guidance,
    skills, and offline cookbooks into existing application repositories for
    Codex, Claude Code, and Gemini CLI.
  • Add portable build-iop-app and validate-iop-app Agent Skills that can also
    be installed directly from the framework repository.
  • Preserve existing project instructions through idempotent managed blocks,
    with agent selection, conflict preflight, and explicit forced refresh support.

Changed

  • Make the packaged Agent Skill references the source of truth for IoP
    cookbooks and related AI guidance; MkDocs pages include them using the same
    snippet pattern as the changelog.
  • Strengthen application skills with a complete ingestion-pipeline architecture,
    container-backed runtime verification, non-blocking start and log commands,
    and IoP CLI-first operational checks.
  • Default description values for send_request_sync(), send_request_async(),
    send_request_async_ng(), and send_generator_request() to include the
    calling component class name and target name.

Fixed

  • Prevent concurrent send_request_async_ng() calls from livelocking when
    fast responses arrive together by scanning a bounded snapshot of the shared
    response queue with non-blocking dequeue operations.
  • Deserialize asynchronous responses only after they have been correlated with
    the matching request.