changelog

Faultr v0 Changelog

F
Faultr Team
March 2, 20263 min read

Welcome to the v0 release of Faultr! This version lays the foundation for adversarial testing in agentic commerce.

✨ New Features#

  • Adversarial Engine v0: Baseline scenario generation for testing agent compliance.
  • Protocol Support: Initial support for AP2 (Agent Payment Protocol) and ACP (Agent Compliance Protocol).
  • CLI Tool: Direct integration with CI/CD pipelines via
    text
    faultr-cli
    .

⚡ Improved#

  • Evaluation Latency: 20% faster scenario generation using our optimized inference pipeline.
  • Report Formatting: More detailed breakdown of failure categories in the final evaluation report.

🐛 Fixed#

  • Retry Logic: Fixed a bug where tokens were consumed twice on failing requests.
  • Context Handling: Improved agent context parsing for long-form transaction histories.
v0 Compatibility

This is an early preview. API contracts are subject to change. Please ensure you are using the latest version of the SDK.

📦 Dependencies#

  • text
    @faultr/sdk
    : ^0.1.2
  • text
    python-client
    : ^0.0.8

Check our documentation for full migration details.

Share