We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724b32f commit b196ef1Copy full SHA for b196ef1
1 file changed
src/compile/common.rs
@@ -755,7 +755,7 @@ pub const DEFAULT_POOL: &str = "AZS-1ES-L-MMS-ubuntu-22.04";
755
/// Version of the AWF (Agentic Workflow Firewall) binary to download from GitHub Releases.
756
/// Update this when upgrading to a new AWF release.
757
/// See: https://github.com/github/gh-aw-firewall/releases
758
-pub const AWF_VERSION: &str = "0.25.25";
+pub const AWF_VERSION: &str = "0.25.26";
759
760
/// Version of the GitHub Copilot CLI (Microsoft.Copilot.CLI.linux-x64) NuGet package to install.
761
/// Update this when upgrading to a new Copilot CLI release.
0 commit comments