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