🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

sentoagent

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentoagent - npm Package Compare versions

Comparing version
1.1.55
to
1.1.56
+1
-0
bin/sento.js

@@ -56,2 +56,3 @@ #!/usr/bin/env node

.description("Update Claude Code, plugins, and re-apply patches")
.option("--skip-self-update", "Internal: skip CLI self-update (used during re-exec)", false)
.action(update);

@@ -58,0 +59,0 @@

+1
-1
{
"name": "sentoagent",
"version": "1.1.55",
"version": "1.1.56",
"description": "Agents sent to fight your battles. Self-improving AI agents powered by Claude Code.",

@@ -5,0 +5,0 @@ "author": "Gabriel Gil",

@@ -95,3 +95,3 @@ import { banner, log } from "../utils/logger.js";

const newPkg = path.join(npmGlobal, "lib/node_modules/sentoagent/src/templates/guardian.js");
const guardianMod = fs.existsSync(newPkg.replace(".js", ".js"))
const guardianMod = fs.existsSync(newPkg)
? await import("file://" + newPkg)

@@ -98,0 +98,0 @@ : await import("../templates/guardian.js");