We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13abe03 commit eb2bc94Copy full SHA for eb2bc94
1 file changed
src/compile/common.rs
@@ -455,7 +455,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04";
455
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
456
/// Update this when upgrading to a new AWF release.
457
/// See: https://github.com/github/gh-aw-firewall/releases
458
-pub const AWF_VERSION: &str = "0.25.0";
+pub const AWF_VERSION: &str = "0.25.2";
459
460
/// Version of the GitHub Copilot CLI (Microsoft.Copilot.CLI.linux-x64) NuGet package to install.
461
/// Update this when upgrading to a new Copilot CLI release.
0 commit comments