From ac3cdb169472710b39c79a2598914dce74968936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Sun, 30 Nov 2025 12:11:25 +0100 Subject: [PATCH] v0.5.6: Enhanced Web Security Testing, MCP Improvements, and Comprehensive Documentation This release introduces significant enhancements to CAI's web security testing capabilities, improves MCP server support, and substantially expands documentation coverage. New Features - Add web_pentester_agent for professional web application security testing (#353) - Add HTTP header support to /mcp load command for SSE servers (#350) - Implement custom tool example for agent extensibility (#347) - Support for reasoning tokens in response processing (#318) - Docker container based on Kali Linux for enhanced tooling (#308) Documentation - Add comprehensive CAI PRO documentation and CLI section (#333) - Add four new case studies: Unitree G1, Dragos CTF, HackerOne, PortSwigger (#345) - Add environment variables reference guide (#330) - Add installation guides for CAI Pro v0.5 and v0.6 (#312) - Document parallel agents functionality (#337) - Document --continue mode for session resumption - Document open router selection capabilities - Add CAI_TOOL_TIMEOUT to environment docs - Add Azure OpenAI provider configuration (#273) Bug fixes - Fix missing import sys error (#335) - Fix TUI documentation issues and CAI-Pro links (#328) - Various stability improvements and error handling enhancements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c3547c1..a66f51a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cai-framework" -version = "0.5.5" +version = "0.5.6" description = "Cybersecurity AI Framework" readme = "README.md" requires-python = ">=3.9"