Changelog
v1.1.0
Released February 9, 2026
New Features
Agent Update API
You can now partially update agent properties via the Admin API.
bash
PATCH /admin/agents/:agentId- Update
name,trustTier,tags, andmetadatafields - All fields are optional — send only what you want to change
- Changes are logged to the admin audit log
See Admin API Reference for details.
Policy Test CLI
The meshguard policy test command has been significantly enhanced for better testing workflows:
- Batch testing: Test multiple scenarios from a YAML file
- CI/CD integration: JSON output with proper exit codes
- Verbose mode: Detailed evaluation traces for debugging
- Policy targeting: Test against specific policies
bash
# Batch test from file
meshguard policy test --file tests.yaml --json
# Verbose single test
meshguard policy test --agent my-agent --action delete:* --verboseSee CLI Reference for full documentation.
Homebrew Tap Now Public
The MeshGuard CLI is now available via our public Homebrew tap:
bash
brew tap meshguard/tap
brew install meshguardThe tap is open source at github.com/meshguard/homebrew-tap.
Improvements
- Admin audit now includes before/after values for agent updates
- Better error messages for policy evaluation failures
- Homebrew formula auto-updates on new CLI releases
v1.0.0
Released January 25, 2026
Initial public release of MeshGuard.
Features
- Agent Identity: Create, manage, and revoke agent credentials
- Policy Engine: YAML-based policy definitions with trust tiers
- Audit Logging: Full request history with search and export
- Analytics Dashboard: Real-time metrics and visualizations
- Alerting: Webhook and email notifications for policy violations
- Multi-org Support: Isolated environments for teams
- SDKs: Python, JavaScript, and .NET client libraries
- Integrations: LangChain, CrewAI, OpenClaw, and more
API
- Gateway API for agent authorization checks
- Admin API for management operations
- Analytics API for metrics and reporting
- Billing API for subscription management
CLI
- Full command-line interface for all operations
- Support for scripting and automation
Version Support
| Version | Status | Support Until |
|---|---|---|
| v1.1.x | Current | — |
| v1.0.x | Supported | August 2026 |
