diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0126eca..7b3e63d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "metadata": { "description": "StackOne agent plugins: integration infrastructure for AI agents. Skills for building on StackOne (hundreds of connectors, 30,000+ actions, MCP, A2A, SDKs), on-device prompt injection defense, and the hosted StackOne MCP connector plugin. One plugin per skill.", - "version": "3.2.0", + "version": "3.2.1", "pluginRoot": "./plugins" }, "plugins": [ @@ -15,7 +15,7 @@ "name": "stackone-platform", "source": "./plugins/integrations/stackone-platform", "description": "Platform operations — API keys, accounts, logs, debugging, webhook configuration.", - "version": "3.2.0", + "version": "3.2.1", "category": "integrations", "tags": [ "stackone", @@ -33,7 +33,7 @@ "name": "stackone-connect", "source": "./plugins/integrations/stackone-connect", "description": "Account linking with Connect Sessions and the Hub React component.", - "version": "3.2.0", + "version": "3.2.1", "category": "integrations", "tags": [ "stackone", @@ -51,7 +51,7 @@ "name": "stackone-agents", "source": "./plugins/integrations/stackone-agents", "description": "Build AI agents that call StackOne-linked accounts via TypeScript/Python SDK, MCP, or A2A.", - "version": "3.2.0", + "version": "3.2.1", "category": "integrations", "tags": [ "stackone", @@ -71,7 +71,7 @@ "name": "stackone-connectors", "source": "./plugins/integrations/stackone-connectors", "description": "Discover StackOne's connectors and 30,000+ actions across HR, Sales, Marketing, IT, finance and collaboration tools (Workday, SAP, Oracle, Salesforce, Google, Microsoft and hundreds more).", - "version": "3.2.0", + "version": "3.2.1", "category": "integrations", "tags": [ "stackone", @@ -92,7 +92,7 @@ "name": "stackone-cli", "source": "./plugins/integrations/stackone-cli", "description": "Build and deploy custom StackOne connectors using the CLI and Connector Engine.", - "version": "3.2.0", + "version": "3.2.1", "category": "integrations", "tags": [ "stackone", @@ -109,7 +109,7 @@ "name": "stackone-unified-connectors", "source": "./plugins/integrations/stackone-unified-connectors", "description": "Build unified/schema-based connectors that transform provider data into standardized schemas.", - "version": "3.2.0", + "version": "3.2.1", "category": "integrations", "tags": [ "stackone", @@ -126,7 +126,7 @@ "name": "stackone-defender", "source": "./plugins/security/stackone-defender", "description": "Prompt-injection and jailbreak detection for tool results via on-device ML classifier.", - "version": "3.2.0", + "version": "3.2.1", "category": "security", "tags": [ "stackone", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3..a3b1e29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index edddc17..4564808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.1](https://github.com/StackOneHQ/agent-plugins/compare/stackone-agent-plugins-v3.2.0...stackone-agent-plugins-v3.2.1) (2026-09-23) + + +### Bug Fixes + +* **defender:** give each Defender plugin its own daemon ([#39](https://github.com/StackOneHQ/agent-plugins/issues/39)) ([3bd77cc](https://github.com/StackOneHQ/agent-plugins/commit/3bd77cc5bebd28672d41b44f273954002328d5c9)) +* **deps:** clear all Dependabot alerts in the Defender plugins ([#36](https://github.com/StackOneHQ/agent-plugins/issues/36)) ([0f8f286](https://github.com/StackOneHQ/agent-plugins/commit/0f8f286eed58ed63831084272447c5f978bd87c5)) + ## [3.2.0](https://github.com/StackOneHQ/agent-plugins/compare/stackone-agent-plugins-v3.1.1...stackone-agent-plugins-v3.2.0) (2026-08-31) diff --git a/plugins/integrations/stackone-agents/.claude-plugin/plugin.json b/plugins/integrations/stackone-agents/.claude-plugin/plugin.json index 91140b5..4506f5b 100644 --- a/plugins/integrations/stackone-agents/.claude-plugin/plugin.json +++ b/plugins/integrations/stackone-agents/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-agents", - "version": "3.2.0", + "version": "3.2.1", "description": "Build AI agents that call StackOne-linked accounts using TypeScript SDK, Python SDK, MCP server, or A2A protocol. Supports OpenAI, Vercel AI SDK, Claude, LangChain, CrewAI, PydanticAI.", "author": { "name": "StackOne", diff --git a/plugins/integrations/stackone-cli/.claude-plugin/plugin.json b/plugins/integrations/stackone-cli/.claude-plugin/plugin.json index 4a0ef54..27c04c0 100644 --- a/plugins/integrations/stackone-cli/.claude-plugin/plugin.json +++ b/plugins/integrations/stackone-cli/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-cli", - "version": "3.2.0", + "version": "3.2.1", "description": "Build and deploy custom StackOne connectors using the CLI and Connector Engine. Covers the full workflow from init through deployment.", "author": { "name": "StackOne", diff --git a/plugins/integrations/stackone-connect/.claude-plugin/plugin.json b/plugins/integrations/stackone-connect/.claude-plugin/plugin.json index 1fdfa40..84d79af 100644 --- a/plugins/integrations/stackone-connect/.claude-plugin/plugin.json +++ b/plugins/integrations/stackone-connect/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-connect", - "version": "3.2.0", + "version": "3.2.1", "description": "Account linking with StackOne Connect Sessions and the Hub React component — full flow from session creation to webhook handling.", "author": { "name": "StackOne", diff --git a/plugins/integrations/stackone-connectors/.claude-plugin/plugin.json b/plugins/integrations/stackone-connectors/.claude-plugin/plugin.json index 977ae4b..cc0b2ec 100644 --- a/plugins/integrations/stackone-connectors/.claude-plugin/plugin.json +++ b/plugins/integrations/stackone-connectors/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-connectors", - "version": "3.2.0", + "version": "3.2.1", "description": "Discover StackOne's connectors and 30,000+ actions across HR, Sales, Marketing, IT, finance and collaboration tools (Workday, SAP, Oracle, Salesforce, Google, Microsoft and hundreds more).", "author": { "name": "StackOne", diff --git a/plugins/integrations/stackone-platform/.claude-plugin/plugin.json b/plugins/integrations/stackone-platform/.claude-plugin/plugin.json index c16578f..adcee95 100644 --- a/plugins/integrations/stackone-platform/.claude-plugin/plugin.json +++ b/plugins/integrations/stackone-platform/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-platform", - "version": "3.2.0", + "version": "3.2.1", "description": "Manage StackOne resources — API keys, linked accounts, logs, debugging, and webhook configuration.", "author": { "name": "StackOne", diff --git a/plugins/integrations/stackone-unified-connectors/.claude-plugin/plugin.json b/plugins/integrations/stackone-unified-connectors/.claude-plugin/plugin.json index 199b9c1..4c965a3 100644 --- a/plugins/integrations/stackone-unified-connectors/.claude-plugin/plugin.json +++ b/plugins/integrations/stackone-unified-connectors/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-unified-connectors", - "version": "3.2.0", + "version": "3.2.1", "description": "Build unified/schema-based connectors that transform provider data into standardized schemas — field mapping, enum mapping, pagination, and scope patterns.", "author": { "name": "StackOne", diff --git a/plugins/security/stackone-defender/.claude-plugin/plugin.json b/plugins/security/stackone-defender/.claude-plugin/plugin.json index eeb50f3..01c5f06 100644 --- a/plugins/security/stackone-defender/.claude-plugin/plugin.json +++ b/plugins/security/stackone-defender/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "stackone-defender", - "version": "3.2.0", + "version": "3.2.1", "description": "Prompt-injection and jailbreak detection for tool results via on-device ML classifier. Installs as a PostToolUse hook and flags risky content to Claude.", "author": { "name": "StackOne", diff --git a/plugins/security/stackone-defender/package.json b/plugins/security/stackone-defender/package.json index 5c7eacc..61e6195 100644 --- a/plugins/security/stackone-defender/package.json +++ b/plugins/security/stackone-defender/package.json @@ -1,6 +1,6 @@ { "name": "stackone-defender", - "version": "3.2.0", + "version": "3.2.1", "description": "On-device prompt-injection detection for Claude Code tool results.", "private": true, "type": "module",