diff --git a/README.md b/README.md index 620805a..28a39d5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ The permissions and control layer for AI agents. Open source. [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/multicorn-shield)](https://bundlephobia.com/package/multicorn-shield) +## Demo + +

+ Multicorn Shield demo: agent blocked, user approves in dashboard, agent proceeds +

+ ## Why? AI agents are getting access to your email, calendar, bank accounts, and code repositories. Today, most agents operate with no permission boundaries: they can read, write, and spend with no oversight. Multicorn Shield gives developers a single SDK to enforce what agents can do, track what they did, and let users stay in control. diff --git a/package.json b/package.json index 99b3b89..c2f58fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multicorn-shield", - "version": "0.1.9", + "version": "0.1.10", "description": "The control layer for AI agents: permissions, consent, spending limits, and audit logging.", "license": "MIT", "type": "module",