Release Notes Action Items for awf 0.25.65 → 0.27.1
This issue summarizes upstream release notes for the awf dependency between the previously pinned version (0.25.65) and the new pinned version (0.27.1), highlighting items that may need follow-up in ado-aw.
The companion version-bump PR is titled chore(deps): update AWF_VERSION to 0.27.1.
Releases analyzed
Notable features for ado-aw to adopt
-
Azure/AWS/GCP OIDC support in Copilot adapter (v0.25.66): AWF's api-proxy now accepts Azure, AWS, and GCP OIDC tokens as Copilot API credentials. ado-aw could expose this as a configuration option in the engine: front-matter block so consumers running in cloud-hosted environments can authenticate without a PAT.
-
Token budget fields in token-usage.jsonl (v0.25.66): AWF now persists budget fields (maxTurns, docs reporting alignment) in the token-usage.jsonl artifact. ado-aw's audit command / agent_stats.rs parser may want to surface the budget vs. consumed turns.
-
GITHUB_COPILOT_INTEGRATION_ID forwarded as COPILOT_INTEGRATION_ID (v0.25.67): AWF now forwards the env var GITHUB_COPILOT_INTEGRATION_ID to the api-proxy under the name COPILOT_INTEGRATION_ID. ado-aw maintainers should verify that any place in the compiled pipeline or engine config that sets or documents this env var uses the correct name.
-
AI credits emitted as OTEL span attributes (v0.27.1): AWF now emits AI credit consumption as OpenTelemetry span attributes. ado-aw's agent_stats.rs module and audit command could be extended to parse and report credit usage alongside token counts.
-
Redacted resolved config persisted as audit artifact (v0.27.1): AWF now writes a redacted copy of its resolved configuration as an audit artifact. ado-aw's ado-aw audit command could expose this artifact for easier post-run diagnosis.
-
Opt-in diagnostics artifact for blocked LLM request bodies (v0.27.1): AWF now supports an opt-in mode that captures the bodies of blocked LLM requests as a diagnostics artifact. ado-aw could surface a front-matter option or ado-aw-debug: flag to enable this for easier troubleshooting of network-policy failures.
This issue was opened automatically by the dependency version updater workflow.
Generated by Dependency Version Updater · sonnet46 2.4M · ◷
Release Notes Action Items for
awf0.25.65→0.27.1This issue summarizes upstream release notes for the
awfdependency between the previously pinned version (0.25.65) and the new pinned version (0.27.1), highlighting items that may need follow-up in ado-aw.The companion version-bump PR is titled
chore(deps): update AWF_VERSION to 0.27.1.Releases analyzed
Notable features for ado-aw to adopt
Azure/AWS/GCP OIDC support in Copilot adapter (v0.25.66): AWF's api-proxy now accepts Azure, AWS, and GCP OIDC tokens as Copilot API credentials. ado-aw could expose this as a configuration option in the
engine:front-matter block so consumers running in cloud-hosted environments can authenticate without a PAT.Token budget fields in
token-usage.jsonl(v0.25.66): AWF now persists budget fields (maxTurns, docs reporting alignment) in thetoken-usage.jsonlartifact. ado-aw'sauditcommand /agent_stats.rsparser may want to surface the budget vs. consumed turns.GITHUB_COPILOT_INTEGRATION_IDforwarded asCOPILOT_INTEGRATION_ID(v0.25.67): AWF now forwards the env varGITHUB_COPILOT_INTEGRATION_IDto the api-proxy under the nameCOPILOT_INTEGRATION_ID. ado-aw maintainers should verify that any place in the compiled pipeline or engine config that sets or documents this env var uses the correct name.AI credits emitted as OTEL span attributes (v0.27.1): AWF now emits AI credit consumption as OpenTelemetry span attributes. ado-aw's
agent_stats.rsmodule andauditcommand could be extended to parse and report credit usage alongside token counts.Redacted resolved config persisted as audit artifact (v0.27.1): AWF now writes a redacted copy of its resolved configuration as an audit artifact. ado-aw's
ado-aw auditcommand could expose this artifact for easier post-run diagnosis.Opt-in diagnostics artifact for blocked LLM request bodies (v0.27.1): AWF now supports an opt-in mode that captures the bodies of blocked LLM requests as a diagnostics artifact. ado-aw could surface a front-matter option or
ado-aw-debug:flag to enable this for easier troubleshooting of network-policy failures.This issue was opened automatically by the dependency version updater workflow.