# Changelog

{% updates format="full" %}
{% update date="2026-03-10" %}

## Claude Code Marketplace

The Opsera DevSecOps Agent is distributed through the **Private Marketplace** Install the entire plugin bundle: Architecture Analyze, Security Scan, Compliance Audit, and SQL Security,  directly from inside Claude Code.&#x20;

<details>

<summary><strong>New</strong></summary>

* **Claude Code Private Marketplace distribution**: The plugin is  registered in the Claude Code Marketplace at `opsera-agents/opsera-devsecops`. Install via `/install opsera-devsecops` or by adding the GitHub marketplace source. No manual MCP config files required.
* **One-command install bundles all four agents**: A single install step now provisions Architecture Analyze, Security Scan, Compliance Audit, and SQL Security simultaneously. Previously required separate configuration per agent.
* **Secure OAuth authentication via browser:** Authentication now uses OAuth 2.0 with a browser-based login flow. Tokens are stored in the OS system keychain (Keychain Access on macOS, Secret Service on Linux) and refresh automatically — no manual token management.
* **Slash command interface for all agent**s: All four agents are now accessible via dedicated slash commands: `/architecture-analyze`, `/security-scan`, `/compliance-audit`, `/sql-security`. Invocable alongside natural-language prompts.
* **Automatic updates via Marketplace**: Plugin updates now propagate automatically through the Marketplace distribution channel.
* **Free trial included with all four agents:** New users are provisioned a free Opsera trial account during the OAuth flow at `agent.opsera.ai`.&#x20;

</details>
{% endupdate %}

{% update date="2026-03-09" %}

## &#x20;Introducing Opsera AI Agents

Opsera AI Agents are available to bring AI-powered DevSecOps intelligence directly into your favorite development environments, including Claude Code, VS Code, and Cursor. The agents act as specialized automation partners that analyze, secure, and document your software systems using simple natural language commands.

#### Core Agent Capailities

This release introduces four specialized agents:

* **Architecture Analyze Agent:** Automatically detects your tech stack and extracts API endpoints to generate live diagrams in formats like Mermaid and PlantUML.
* **Security Scan Agent**: Performs comprehensive vulnerability detection (SAST, secrets, dependencies) with AI-powered auto-remediation to fix anti-patterns.
* **SQL Security Agent:** Identifies SQL injection, PII exposure, and over-privileged access in platforms like Databricks and Snowflake with intelligent data masking.
* **Compliance Audit Agen**t: Evaluates systems against frameworks like SOC2, HIPAA, and ISO 27001, generating audit-ready gap analysis reports.\
  \
  To get started, visit the [Opsera Agent Portal](https://www.google.com/search?q=https://agent.opsera.ai)

<a href="https://docs.agents.opsera.ai/documentation" class="button primary">Read the documentation</a>

<figure><img src="/files/WM0BPNQHi3ULMkg13yHH" alt=""><figcaption></figcaption></figure>
{% endupdate %}
{% endupdates %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.agents.opsera.ai/changelog/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
