Sign In

@sidebutton/core

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidebutton/core - npm Package Compare versions

Comparing version
1.1.3
to
1.1.4
+11
-0
dist/index.d.ts

@@ -641,2 +641,13 @@ /**

};
/**
* Plugins installed under ~/.sidebutton/plugins/ and loaded into the MCP
* tool list. Lets the portal reveal which plugins a given agent ships
* without inspecting the VM. `tools` lists the MCP tool names each exposes.
*/
plugins?: {
name: string;
version: string;
description?: string;
tools: string[];
}[];
system_metrics?: {

@@ -643,0 +654,0 @@ cpu_pct: number;

+1
-1
{
"name": "@sidebutton/core",
"version": "1.1.3",
"version": "1.1.4",
"description": "Core workflow automation engine for AI agents — agentic workflows in YAML",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display