From 03cfcb65e9dba6e5de50a37188216811fac9d6d8 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 16 Aug 2026 20:31:11 +0000 Subject: [PATCH] chore(release): 0.0.13 The CORS diagnosis for browser MCP clients: a blocked fetch now names the header being refused instead of repeating the browser's bare TypeError, and the README lists every header a server must send. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011FKop4At26QqqkwVGEjJur --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1023098..1f5055c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dudko.dev/agent-web", - "version": "0.0.11", + "version": "0.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dudko.dev/agent-web", - "version": "0.0.11", + "version": "0.0.13", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index a1394b3..a646420 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dudko.dev/agent-web", - "version": "0.0.12", - "description": "Headless, configurable in-browser LLM agent on the Vercel AI SDK: multi-provider bring-your-own-key (OpenAI, Anthropic, Google, xAI, DeepSeek, gateway, openai-compatible) AND local WebGPU/WebLLM, native + prompted tool-calling, structured output, an encrypted IndexedDB token vault, and a plan \u2192 execute \u2192 replan \u2192 synthesize loop. UI-agnostic.", + "version": "0.0.13", + "description": "Headless, configurable in-browser LLM agent on the Vercel AI SDK: multi-provider bring-your-own-key (OpenAI, Anthropic, Google, xAI, DeepSeek, gateway, openai-compatible) AND local WebGPU/WebLLM, native + prompted tool-calling, structured output, an encrypted IndexedDB token vault, and a plan → execute → replan → synthesize loop. UI-agnostic.", "type": "module", "sideEffects": false, "main": "./dist/index.cjs",