You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.