@essentialai/cogent-plugin 3.12.3 → 3.12.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogent",
3
- "version": "3.12.3",
3
+ "version": "3.12.4",
4
4
  "description": "Inter-session communication bridge for Claude Code with Slack integration. Enables CC agents and Slack team members to communicate in real time.",
5
5
  "author": {
6
6
  "name": "Essential AI Solutions",
@@ -22372,8 +22372,8 @@ var init_stdio2 = __esm({
22372
22372
  // src/constants.ts
22373
22373
  import { createRequire } from "node:module";
22374
22374
  function resolveVersion() {
22375
- if ("3.12.3") {
22376
- return "3.12.3";
22375
+ if ("3.12.4") {
22376
+ return "3.12.4";
22377
22377
  }
22378
22378
  try {
22379
22379
  const require2 = createRequire(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@essentialai/cogent-plugin",
3
- "version": "3.12.3",
3
+ "version": "3.12.4",
4
4
  "description": "Cogent — Claude Code plugin (skills + slash-commands + MCP server) for the cross-agent comms fabric.",
5
5
  "author": { "name": "Essential AI Solutions Ltd.", "url": "https://essentialai.uk" },
6
6
  "homepage": "https://cogent.tools",