From fc7304acc805c6c2502b071b6330ed3c5be0ad79 Mon Sep 17 00:00:00 2001 From: Jeff Haynie Date: Thu, 7 May 2026 07:41:25 -0500 Subject: [PATCH] Release 2.0.16 --- .claude-plugin/marketplace.json | 4 +- apps/create-agentuity/package.json | 2 +- apps/docs/package.json | 2 +- apps/testing/package.json | 2 +- bun.lock | 138 +++++++++--------- package.json | 2 +- packages/aigateway/package.json | 2 +- packages/auth/package.json | 2 +- .../claude-code/.claude-plugin/plugin.json | 2 +- packages/claude-code/package.json | 2 +- packages/cli/package.json | 2 +- packages/coder-tui/package.json | 2 +- packages/coder/package.json | 2 +- packages/core/package.json | 2 +- packages/db/package.json | 2 +- packages/drizzle/package.json | 2 +- packages/email/package.json | 2 +- packages/evals/package.json | 2 +- packages/frontend/package.json | 2 +- packages/keyvalue/package.json | 2 +- packages/migrate/package.json | 2 +- packages/opencode/package.json | 2 +- packages/pi/package.json | 2 +- packages/postgres/package.json | 2 +- packages/queue/package.json | 2 +- packages/react/package.json | 2 +- packages/runtime/package.json | 2 +- packages/sandbox/package.json | 2 +- packages/schedule/package.json | 2 +- packages/schema/package.json | 2 +- packages/server/package.json | 2 +- packages/task/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/vector/package.json | 2 +- packages/vscode/package.json | 2 +- packages/webhook/package.json | 2 +- packages/workbench/package.json | 2 +- 37 files changed, 104 insertions(+), 108 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bf0f69d40..c4bed1053 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Agentuity plugins for Claude Code", - "version": "2.0.15" + "version": "2.0.16" }, "plugins": [ { "name": "agentuity", "source": "./packages/claude-code", "description": "Deploy websites, apps, and AI agents to Agentuity — with managed databases, storage, queues, and more", - "version": "2.0.15", + "version": "2.0.16", "author": { "name": "Agentuity" }, diff --git a/apps/create-agentuity/package.json b/apps/create-agentuity/package.json index f9bdf2052..9146e903d 100644 --- a/apps/create-agentuity/package.json +++ b/apps/create-agentuity/package.json @@ -1,6 +1,6 @@ { "name": "create-agentuity", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "description": "Create a new Agentuity project", diff --git a/apps/docs/package.json b/apps/docs/package.json index a97e1ad52..2d726e5ee 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "private": true, "module": ".agentuity/app.js", diff --git a/apps/testing/package.json b/apps/testing/package.json index 1890f6038..dcb05c69f 100644 --- a/apps/testing/package.json +++ b/apps/testing/package.json @@ -1,6 +1,6 @@ { "name": "testing", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/bun.lock b/bun.lock index 9de0e0b6b..f565800e0 100644 --- a/bun.lock +++ b/bun.lock @@ -35,7 +35,7 @@ }, "apps/create-agentuity": { "name": "create-agentuity", - "version": "2.0.15", + "version": "2.0.16", "bin": { "create-agentuity": "./bin.js", }, @@ -45,7 +45,7 @@ }, "apps/docs": { "name": "docs", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/drizzle": "workspace:*", @@ -114,7 +114,7 @@ }, "apps/testing": { "name": "testing", - "version": "2.0.15", + "version": "2.0.16", }, "apps/testing/auth-package-app": { "name": "auth-package-app", @@ -420,7 +420,7 @@ }, "packages/aigateway": { "name": "@agentuity/aigateway", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -435,7 +435,7 @@ }, "packages/auth": { "name": "@agentuity/auth", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/drizzle": "workspace:*", @@ -469,7 +469,7 @@ }, "packages/claude-code": { "name": "@agentuity/claude-code", - "version": "2.0.15", + "version": "2.0.16", "devDependencies": { "@types/bun": "latest", "bun-types": "latest", @@ -478,7 +478,7 @@ }, "packages/cli": { "name": "@agentuity/cli", - "version": "2.0.15", + "version": "2.0.16", "bin": { "agentuity": "./bin/cli.ts", }, @@ -519,7 +519,7 @@ }, "packages/coder": { "name": "@agentuity/coder", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -533,7 +533,7 @@ }, "packages/coder-tui": { "name": "@agentuity/coder-tui", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/pi": "workspace:*", "@mariozechner/pi-coding-agent": "^0.72.1", @@ -549,7 +549,7 @@ }, "packages/core": { "name": "@agentuity/core", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "zod": "^4.3.5", }, @@ -563,7 +563,7 @@ }, "packages/db": { "name": "@agentuity/db", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -578,7 +578,7 @@ }, "packages/drizzle": { "name": "@agentuity/drizzle", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/postgres": "workspace:*", @@ -594,7 +594,7 @@ }, "packages/email": { "name": "@agentuity/email", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -609,7 +609,7 @@ }, "packages/evals": { "name": "@agentuity/evals", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/runtime": "workspace:*", @@ -626,7 +626,7 @@ }, "packages/frontend": { "name": "@agentuity/frontend", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", }, @@ -639,7 +639,7 @@ }, "packages/keyvalue": { "name": "@agentuity/keyvalue", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -654,7 +654,7 @@ }, "packages/migrate": { "name": "@agentuity/migrate", - "version": "2.0.15", + "version": "2.0.16", "bin": { "agentuity-migrate": "./bin/migrate.ts", }, @@ -670,7 +670,7 @@ }, "packages/opencode": { "name": "@agentuity/opencode", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@opencode-ai/plugin": "^1.1.36", @@ -686,7 +686,7 @@ }, "packages/pi": { "name": "@agentuity/pi", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -703,7 +703,7 @@ }, "packages/postgres": { "name": "@agentuity/postgres", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "pg": "^8.13.1", @@ -726,7 +726,7 @@ }, "packages/queue": { "name": "@agentuity/queue", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -741,7 +741,7 @@ }, "packages/react": { "name": "@agentuity/react", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/frontend": "workspace:*", @@ -760,7 +760,7 @@ }, "packages/runtime": { "name": "@agentuity/runtime", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/frontend": "workspace:*", @@ -800,7 +800,7 @@ }, "packages/sandbox": { "name": "@agentuity/sandbox", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", }, @@ -810,7 +810,7 @@ }, "packages/schedule": { "name": "@agentuity/schedule", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -825,7 +825,7 @@ }, "packages/schema": { "name": "@agentuity/schema", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", }, @@ -838,7 +838,7 @@ }, "packages/server": { "name": "@agentuity/server", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/schema": "workspace:*", @@ -854,7 +854,7 @@ }, "packages/task": { "name": "@agentuity/task", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -869,7 +869,7 @@ }, "packages/test-utils": { "name": "@agentuity/test-utils", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", }, @@ -879,7 +879,7 @@ }, "packages/vector": { "name": "@agentuity/vector", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -894,7 +894,7 @@ }, "packages/vscode": { "name": "agentuity-vscode", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "jsonc-parser": "^3.3.1", "tar": "^7.4.3", @@ -908,7 +908,7 @@ }, "packages/webhook": { "name": "@agentuity/webhook", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/server": "workspace:*", @@ -923,7 +923,7 @@ }, "packages/workbench": { "name": "@agentuity/workbench", - "version": "2.0.15", + "version": "2.0.16", "dependencies": { "@agentuity/core": "workspace:*", "@agentuity/react": "workspace:*", @@ -1390,7 +1390,7 @@ "@iconify/types": ["@iconify/types@2.0.0", "", {}, "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg=="], - "@iconify/utils": ["@iconify/utils@3.1.2", "", { "dependencies": { "@antfu/install-pkg": "^1.1.0", "@iconify/types": "^2.0.0", "import-meta-resolve": "^4.2.0" } }, "sha512-jVf75icVVgSVGf9+QWBeCHdFL35yZ06HMHl9sCa059pITTP781lOacvRazfwAmXDKiBiUdQQMWVnuiw/RaQNhQ=="], + "@iconify/utils": ["@iconify/utils@3.1.3", "", { "dependencies": { "@antfu/install-pkg": "^1.1.0", "@iconify/types": "^2.0.0", "import-meta-resolve": "^4.2.0" } }, "sha512-LPKOXPn/zV+zis1oOfGWogaXVpqUybF3ZS6SCZIsz8vg0ivVp9+fVqyYB7xq0aiST/VhUQYGO1qo6uoYSiEJqw=="], "@img/colour": ["@img/colour@1.1.0", "", {}, "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ=="], @@ -1556,9 +1556,9 @@ "@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="], - "@opencode-ai/plugin": ["@opencode-ai/plugin@1.14.39", "", { "dependencies": { "@opencode-ai/sdk": "1.14.39", "effect": "4.0.0-beta.59", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.2.2", "@opentui/solid": ">=0.2.2" }, "optionalPeers": ["@opentui/core", "@opentui/solid"] }, "sha512-h3p3qCZLjodiKquCI9/YSDxgUoHTQ0/AK7t71tLWkUpEUicPZWsixdn3lk53/uLU+Wh+qp5FV+GTZWAXkKmAkw=="], + "@opencode-ai/plugin": ["@opencode-ai/plugin@1.14.40", "", { "dependencies": { "@opencode-ai/sdk": "1.14.40", "effect": "4.0.0-beta.59", "zod": "4.1.8" }, "peerDependencies": { "@opentui/core": ">=0.2.2", "@opentui/solid": ">=0.2.2" }, "optionalPeers": ["@opentui/core", "@opentui/solid"] }, "sha512-A2oBQzTPr4AZMcjUWR4RXVAhn6Rc299RYPPLiKzZ1h0aczHm/nTFdJniVEnfR8XkKLm6JXcWK4W9wo4MJJKoaA=="], - "@opencode-ai/sdk": ["@opencode-ai/sdk@1.14.39", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-hguOA5huhys7zwCR3ESbSHyQNuJBNtfrxUxYZF/s/6trRW+imqGmDtC/RsOSNuk7GE06ZnvOTwb4T2WhXYIBxw=="], + "@opencode-ai/sdk": ["@opencode-ai/sdk@1.14.40", "", { "dependencies": { "cross-spawn": "7.0.6" } }, "sha512-e+Av0pNPhoPvQ02DK0Km6sHEXmTlFTuei6C8zV6E3/Iw8jQjTWsW/sssq0kKWnpeUqhdZVxPIqDc5Gvo+n/51A=="], "@opentelemetry/api": ["@opentelemetry/api@1.9.1", "", {}, "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q=="], @@ -2224,9 +2224,9 @@ "@tanstack/router-devtools-core": ["@tanstack/router-devtools-core@1.167.3", "", { "dependencies": { "clsx": "^2.1.1", "goober": "^2.1.16" }, "peerDependencies": { "@tanstack/router-core": "^1.168.11", "csstype": "^3.0.10" }, "optionalPeers": ["csstype"] }, "sha512-fJ1VMhyQgnoashTrP763c2HRc9kofgF61L7Jb3F6eTHAmCKtGVx8BRtiFt37sr3U0P0jmaaiiSPGP6nT5JtVNg=="], - "@tanstack/router-generator": ["@tanstack/router-generator@1.166.41", "", { "dependencies": { "@babel/types": "^7.28.5", "@tanstack/router-core": "1.169.2", "@tanstack/router-utils": "1.161.8", "@tanstack/virtual-file-routes": "1.161.7", "jiti": "^2.6.1", "magic-string": "^0.30.21", "prettier": "^3.5.0", "zod": "^3.24.2" } }, "sha512-XpnkVvk9AlCtw5vggJsnSx3MdKGk8Asopwy9wUFAqFAHqlrRJzV9PoZ5kGkNEJMOYYcMTriJLN4D+kyXRUJpDQ=="], + "@tanstack/router-generator": ["@tanstack/router-generator@1.166.42", "", { "dependencies": { "@babel/types": "^7.28.5", "@tanstack/router-core": "1.169.2", "@tanstack/router-utils": "1.161.8", "@tanstack/virtual-file-routes": "1.161.7", "jiti": "^2.7.0", "magic-string": "^0.30.21", "prettier": "^3.5.0", "zod": "^3.24.2" } }, "sha512-2qBWC0t78r6b3vI+AbnvCZcFAvbYBDlLuWZrTjQbcjUmwG3qyeQp983tJyDuj9wb5//adG1tgAGXZkJ3aDwdBg=="], - "@tanstack/router-plugin": ["@tanstack/router-plugin@1.167.34", "", { "dependencies": { "@babel/core": "^7.28.5", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1", "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.5", "@babel/types": "^7.28.5", "@tanstack/router-core": "1.169.2", "@tanstack/router-generator": "1.166.41", "@tanstack/router-utils": "1.161.8", "@tanstack/virtual-file-routes": "1.161.7", "chokidar": "^3.6.0", "unplugin": "^3.0.0", "zod": "^3.24.2" }, "peerDependencies": { "@rsbuild/core": ">=1.0.2 || ^2.0.0", "@tanstack/react-router": "^1.169.2", "vite": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", "vite-plugin-solid": "^2.11.10 || ^3.0.0-0", "webpack": ">=5.92.0" }, "optionalPeers": ["@rsbuild/core", "@tanstack/react-router", "vite", "vite-plugin-solid", "webpack"] }, "sha512-hU0Cuw79Yo6FGPBB0mW9Ik8bnTzmnUKtbgbvmIzeFdK3wKBPS4+xN7kcxVaBqXfP6xR3PFkIf2SSoYsiuLjVtg=="], + "@tanstack/router-plugin": ["@tanstack/router-plugin@1.167.35", "", { "dependencies": { "@babel/core": "^7.28.5", "@babel/plugin-syntax-jsx": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.27.1", "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.5", "@babel/types": "^7.28.5", "@tanstack/router-core": "1.169.2", "@tanstack/router-generator": "1.166.42", "@tanstack/router-utils": "1.161.8", "@tanstack/virtual-file-routes": "1.161.7", "chokidar": "^3.6.0", "unplugin": "^3.0.0", "zod": "^3.24.2" }, "peerDependencies": { "@rsbuild/core": ">=1.0.2 || ^2.0.0", "@tanstack/react-router": "^1.169.2", "vite": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", "vite-plugin-solid": "^2.11.10 || ^3.0.0-0", "webpack": ">=5.92.0" }, "optionalPeers": ["@rsbuild/core", "@tanstack/react-router", "vite", "vite-plugin-solid", "webpack"] }, "sha512-UAScU5VAzLYVY4FML/Cbc5S5TucT4I8Ata05yozGOe4ZfepTKRffA5xWLtD2N+ov5svdv0KTX/kqlZnYPe28mA=="], "@tanstack/router-utils": ["@tanstack/router-utils@1.161.8", "", { "dependencies": { "@babel/core": "^7.28.5", "@babel/generator": "^7.28.5", "@babel/parser": "^7.28.5", "@babel/types": "^7.28.5", "ansis": "^4.1.0", "babel-dead-code-elimination": "^1.0.12", "diff": "^8.0.2", "pathe": "^2.0.3", "tinyglobby": "^0.2.15" } }, "sha512-xyiLWEKjfBAVhauDSSjXxyf7s8elU6SM+V050sbkofvGmIIvkwPFtDsX7Gvwh14kBd6iCwAT+RiPvXTxAptY0Q=="], @@ -2436,7 +2436,7 @@ "@vitejs/plugin-react": ["@vitejs/plugin-react@5.2.0", "", { "dependencies": { "@babel/core": "^7.29.0", "@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1", "@rolldown/pluginutils": "1.0.0-rc.3", "@types/babel__core": "^7.20.5", "react-refresh": "^0.18.0" }, "peerDependencies": { "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" } }, "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw=="], - "@vitejs/plugin-rsc": ["@vitejs/plugin-rsc@0.5.25", "", { "dependencies": { "@rolldown/pluginutils": "1.0.0-rc.17", "es-module-lexer": "^2.0.0", "estree-walker": "^3.0.3", "magic-string": "^0.30.21", "srvx": "^0.11.15", "strip-literal": "^3.1.0", "turbo-stream": "^3.2.0", "vitefu": "^1.1.3" }, "peerDependencies": { "react": "*", "react-dom": "*", "react-server-dom-webpack": "*", "vite": "*" }, "optionalPeers": ["react-server-dom-webpack"] }, "sha512-u+0l91DPzvCQjZX0YcdVTfv0171f1GzTL1EkRlu2dx9DY6kXu+xi+oCuPYaVI0KGj4q6gJiJCYSWNuCjuT+Otw=="], + "@vitejs/plugin-rsc": ["@vitejs/plugin-rsc@0.5.26", "", { "dependencies": { "@rolldown/pluginutils": "1.0.0-rc.18", "es-module-lexer": "^2.1.0", "estree-walker": "^3.0.3", "magic-string": "^0.30.21", "srvx": "^0.11.15", "strip-literal": "^3.1.0", "turbo-stream": "^3.2.0", "vitefu": "^1.1.3" }, "peerDependencies": { "react": "*", "react-dom": "*", "react-server-dom-webpack": "*", "vite": "*" }, "optionalPeers": ["react-server-dom-webpack"] }, "sha512-T8W8ODEutblw9qXQB512LDPyv1tAbJRD/Gf0QEGsAoydl4nxEtIrghnhoI9oLY9R+7aw+cLk1ZEltxWHWf4aHw=="], "@vitest/expect": ["@vitest/expect@3.2.4", "", { "dependencies": { "@types/chai": "^5.2.2", "@vitest/spy": "3.2.4", "@vitest/utils": "3.2.4", "chai": "^5.2.0", "tinyrainbow": "^2.0.0" } }, "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig=="], @@ -3038,7 +3038,7 @@ "function-bind": ["function-bind@1.1.2", "", {}, "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="], - "gaxios": ["gaxios@6.7.1", "", { "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", "is-stream": "^2.0.0", "node-fetch": "^2.6.9", "uuid": "^9.0.1" } }, "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ=="], + "gaxios": ["gaxios@7.1.4", "", { "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", "node-fetch": "^3.3.2" } }, "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA=="], "gcp-metadata": ["gcp-metadata@6.1.1", "", { "dependencies": { "gaxios": "^6.1.1", "google-logging-utils": "^0.0.2", "json-bigint": "^1.0.0" } }, "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A=="], @@ -3084,7 +3084,7 @@ "google-auth-library": ["google-auth-library@10.6.2", "", { "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", "gaxios": "^7.1.4", "gcp-metadata": "8.1.2", "google-logging-utils": "1.1.3", "jws": "^4.0.0" } }, "sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw=="], - "google-logging-utils": ["google-logging-utils@0.0.2", "", {}, "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ=="], + "google-logging-utils": ["google-logging-utils@1.1.3", "", {}, "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA=="], "gopd": ["gopd@1.2.0", "", {}, "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg=="], @@ -3166,7 +3166,7 @@ "husky": ["husky@9.1.7", "", { "bin": { "husky": "bin.js" } }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="], - "iconv-lite": ["iconv-lite@0.7.2", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw=="], + "iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="], "ieee754": ["ieee754@1.2.1", "", {}, "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="], @@ -3590,7 +3590,7 @@ "node-domexception": ["node-domexception@1.0.0", "", {}, "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="], - "node-fetch": ["node-fetch@2.7.0", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="], + "node-fetch": ["node-fetch@3.3.2", "", { "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", "formdata-polyfill": "^4.0.10" } }, "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA=="], "node-gyp-build-optional-packages": ["node-gyp-build-optional-packages@5.2.2", "", { "dependencies": { "detect-libc": "^2.0.1" }, "bin": { "node-gyp-build-optional-packages": "bin.js", "node-gyp-build-optional-packages-optional": "optional.js", "node-gyp-build-optional-packages-test": "build-test.js" } }, "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw=="], @@ -4220,7 +4220,7 @@ "vfile-message": ["vfile-message@4.0.3", "", { "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" } }, "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw=="], - "vite": ["vite@7.3.2", "", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg=="], + "vite": ["vite@7.3.3", "", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA=="], "vite-node": ["vite-node@3.2.4", "", { "dependencies": { "cac": "^6.7.14", "debug": "^4.4.1", "es-module-lexer": "^1.7.0", "pathe": "^2.0.3", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" }, "bin": { "vite-node": "vite-node.mjs" } }, "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg=="], @@ -4534,7 +4534,7 @@ "@textlint/linter-formatter/pluralize": ["pluralize@2.0.0", "", {}, "sha512-TqNZzQCD4S42De9IfnnBvILN7HAW7riLqsCyp8lgjXeysyPlX5HhqKAcJHHHb9XskE4/a+7VGC9zzx8Ls0jOAw=="], - "@vitejs/plugin-rsc/@rolldown/pluginutils": ["@rolldown/pluginutils@1.0.0-rc.17", "", {}, "sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg=="], + "@vitejs/plugin-rsc/@rolldown/pluginutils": ["@rolldown/pluginutils@1.0.0-rc.18", "", {}, "sha512-CUY5Mnhe64xQBGZEEXQ5WyZwsc1JU3vAZLIxtrsBt3LO6UOb+C8GunVKqe9sT8NeWb4lqSaoJtp2xo6GxT1MNw=="], "@vscode/vsce/glob": ["glob@11.1.0", "", { "dependencies": { "foreground-child": "^3.3.1", "jackspeak": "^4.1.1", "minimatch": "^10.1.1", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw=="], @@ -4576,14 +4576,12 @@ "cloud-deployment-tests/@vitejs/plugin-react": ["@vitejs/plugin-react@4.7.0", "", { "dependencies": { "@babel/core": "^7.28.0", "@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1", "@rolldown/pluginutils": "1.0.0-beta.27", "@types/babel__core": "^7.20.5", "react-refresh": "^0.17.0" }, "peerDependencies": { "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" } }, "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA=="], - "create-agentuity/@agentuity/cli": ["@agentuity/cli@2.0.14", "", { "dependencies": { "@agentuity/auth": "2.0.14", "@agentuity/coder-tui": "2.0.14", "@agentuity/core": "2.0.14", "@agentuity/frontend": "2.0.14", "@agentuity/server": "2.0.14", "@datasert/cronjs-parser": "^1.4.0", "@vitejs/plugin-react": "^5.1.2", "acorn-loose": "^8.5.2", "adm-zip": "^0.5.16", "archiver": "^7.0.1", "astring": "^1.9.0", "cli-table3": "^0.6.5", "commander": "^14.0.2", "enquirer": "^2.4.1", "git-url-parse": "^16.1.0", "json-colorizer": "^3.0.1", "tar": "^7.5.2", "tar-fs": "^3.1.1", "typescript": "^5.9.0", "vite": "^7.2.7", "zod": "^4.3.5" }, "bin": { "agentuity": "bin/cli.ts" } }, "sha512-RV46xG+NR2vq5TvuPtIgmH1fjSsJPRp5pxl2ZzKldZEuVgEjdDCZwUq6HH0xQh/8n72LrSFm51tWmgIWVgGOCw=="], + "create-agentuity/@agentuity/cli": ["@agentuity/cli@2.0.15", "", { "dependencies": { "@agentuity/auth": "2.0.15", "@agentuity/coder-tui": "2.0.15", "@agentuity/core": "2.0.15", "@agentuity/frontend": "2.0.15", "@agentuity/server": "2.0.15", "@datasert/cronjs-parser": "^1.4.0", "@vitejs/plugin-react": "^5.1.2", "acorn-loose": "^8.5.2", "adm-zip": "^0.5.16", "archiver": "^7.0.1", "astring": "^1.9.0", "cli-table3": "^0.6.5", "commander": "^14.0.2", "enquirer": "^2.4.1", "git-url-parse": "^16.1.0", "json-colorizer": "^3.0.1", "tar": "^7.5.2", "tar-fs": "^3.1.1", "typescript": "^5.9.0", "vite": "^7.2.7", "zod": "^4.3.5" }, "bin": { "agentuity": "bin/cli.ts" } }, "sha512-AHTBL4r4t+og/+calFuDa4w9FnLJ2opRF+8uvm6Qwu7U2GMR173CpS0sXRNoJ1Af6nfBrBd1Ps3T2kO9TUUGOw=="], "cssstyle/lru-cache": ["lru-cache@11.3.6", "", {}, "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A=="], "cytoscape-fcose/cose-base": ["cose-base@2.2.0", "", { "dependencies": { "layout-base": "^2.0.0" } }, "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g=="], - "d3-dsv/iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="], - "d3-sankey/d3-array": ["d3-array@2.12.1", "", { "dependencies": { "internmap": "^1.0.0" } }, "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ=="], "d3-sankey/d3-shape": ["d3-shape@1.3.7", "", { "dependencies": { "d3-path": "1" } }, "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw=="], @@ -4608,8 +4606,6 @@ "effect/uuid": ["uuid@13.0.2", "", { "bin": { "uuid": "dist-node/bin/uuid" } }, "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw=="], - "encoding-sniffer/iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="], - "escodegen/source-map": ["source-map@0.6.1", "", {}, "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="], "extract-zip/yauzl": ["yauzl@2.10.0", "", { "dependencies": { "buffer-crc32": "~0.2.3", "fd-slicer": "~1.1.0" } }, "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g=="], @@ -4618,14 +4614,12 @@ "form-data/mime-types": ["mime-types@2.1.35", "", { "dependencies": { "mime-db": "1.52.0" } }, "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="], - "gaxios/uuid": ["uuid@9.0.1", "", { "bin": { "uuid": "dist/bin/uuid" } }, "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="], + "gcp-metadata/gaxios": ["gaxios@6.7.1", "", { "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", "is-stream": "^2.0.0", "node-fetch": "^2.6.9", "uuid": "^9.0.1" } }, "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ=="], - "google-auth-library/gaxios": ["gaxios@7.1.4", "", { "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", "node-fetch": "^3.3.2" } }, "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA=="], + "gcp-metadata/google-logging-utils": ["google-logging-utils@0.0.2", "", {}, "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ=="], "google-auth-library/gcp-metadata": ["gcp-metadata@8.1.2", "", { "dependencies": { "gaxios": "^7.0.0", "google-logging-utils": "^1.0.0", "json-bigint": "^1.0.0" } }, "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg=="], - "google-auth-library/google-logging-utils": ["google-logging-utils@1.1.3", "", {}, "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA=="], - "happy-dom/whatwg-mimetype": ["whatwg-mimetype@3.0.0", "", {}, "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q=="], "hast-util-from-html/parse5": ["parse5@7.3.0", "", { "dependencies": { "entities": "^6.0.0" } }, "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw=="], @@ -4660,11 +4654,13 @@ "mongodb-connection-string-url/whatwg-url": ["whatwg-url@14.2.0", "", { "dependencies": { "tr46": "^5.1.0", "webidl-conversions": "^7.0.0" } }, "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw=="], + "mysql2/iconv-lite": ["iconv-lite@0.7.2", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw=="], + "next/postcss": ["postcss@8.4.31", "", { "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } }, "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ=="], "nextjs-app-agentuity/@vitejs/plugin-react": ["@vitejs/plugin-react@4.7.0", "", { "dependencies": { "@babel/core": "^7.28.0", "@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1", "@rolldown/pluginutils": "1.0.0-beta.27", "@types/babel__core": "^7.20.5", "react-refresh": "^0.17.0" }, "peerDependencies": { "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" } }, "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA=="], - "node-fetch/whatwg-url": ["whatwg-url@5.0.0", "", { "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="], + "node-fetch/data-uri-to-buffer": ["data-uri-to-buffer@4.0.1", "", {}, "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A=="], "normalize-package-data/hosted-git-info": ["hosted-git-info@7.0.2", "", { "dependencies": { "lru-cache": "^10.0.1" } }, "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w=="], @@ -4748,8 +4744,6 @@ "webrtc-test/@vitejs/plugin-react": ["@vitejs/plugin-react@4.7.0", "", { "dependencies": { "@babel/core": "^7.28.0", "@babel/plugin-transform-react-jsx-self": "^7.27.1", "@babel/plugin-transform-react-jsx-source": "^7.27.1", "@rolldown/pluginutils": "1.0.0-beta.27", "@types/babel__core": "^7.20.5", "react-refresh": "^0.17.0" }, "peerDependencies": { "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" } }, "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA=="], - "whatwg-encoding/iconv-lite": ["iconv-lite@0.6.3", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw=="], - "wrap-ansi/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], "wrap-ansi-cjs/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], @@ -4866,15 +4860,15 @@ "cloud-deployment-tests/@vitejs/plugin-react/react-refresh": ["react-refresh@0.17.0", "", {}, "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ=="], - "create-agentuity/@agentuity/cli/@agentuity/auth": ["@agentuity/auth@2.0.14", "", { "dependencies": { "@agentuity/core": "2.0.14", "@agentuity/drizzle": "2.0.14", "@better-auth/api-key": "1.5.2", "better-auth": "1.5.2" }, "peerDependencies": { "@agentuity/react": "2.0.14", "@opentelemetry/api": "^1.9.0", "drizzle-orm": ">=0.44.0", "hono": "^4.0.0", "react": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@agentuity/react", "drizzle-orm", "hono", "react"] }, "sha512-sEGNdhMBFti6q/ZsscTTflcTLUQLjqZVPG4LZ1Wrk8aGat+KkQMRdDz7j7kpGWR9l3O8Dq8rlCH688pb33mWyQ=="], + "create-agentuity/@agentuity/cli/@agentuity/auth": ["@agentuity/auth@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15", "@agentuity/drizzle": "2.0.15", "@better-auth/api-key": "1.5.2", "better-auth": "1.5.2" }, "peerDependencies": { "@agentuity/react": "2.0.15", "@opentelemetry/api": "^1.9.0", "drizzle-orm": ">=0.44.0", "hono": "^4.0.0", "react": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@agentuity/react", "drizzle-orm", "hono", "react"] }, "sha512-Q9BbH6q+nctZZyQYc/D2A1S9UqWFN63vibyEUcAV/eipHjDfCnMzVGIHhQVnGu85ZClWIOI1ma3OApiJ1cffDg=="], - "create-agentuity/@agentuity/cli/@agentuity/coder-tui": ["@agentuity/coder-tui@2.0.14", "", { "dependencies": { "@mariozechner/pi-coding-agent": "^0.72.1", "@mariozechner/pi-tui": "^0.72.1", "@sinclair/typebox": "^0.34.49" } }, "sha512-EqMsewZKU91PSScW+AWbJxsF3ap0OD0nKiv4Q1kmBxcxvM5RNeu73f8HJrIsUecTUiW4PyaOORVcIADcEpaOdA=="], + "create-agentuity/@agentuity/cli/@agentuity/coder-tui": ["@agentuity/coder-tui@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15", "@agentuity/server": "2.0.15", "@mariozechner/pi-coding-agent": "^0.72.1", "@mariozechner/pi-tui": "^0.72.1", "@sinclair/typebox": "^0.34.49" } }, "sha512-tapu41eDvzSmVHEo7j63FpcCYelsDjdBnhs40FfxnxALaohxphVJGz8JGad3YMP/2SgcaKSEoO49923KJbfEeQ=="], - "create-agentuity/@agentuity/cli/@agentuity/core": ["@agentuity/core@2.0.14", "", { "dependencies": { "zod": "^4.3.5" } }, "sha512-pn+BnjGefgLveIaFjhUAUCeYfchVmUcYOzojL76O3S115PShXxQ0+Q2Jsl8VgHUK1qpU2nTEL5ziPX7uivBNEg=="], + "create-agentuity/@agentuity/cli/@agentuity/core": ["@agentuity/core@2.0.15", "", { "dependencies": { "zod": "^4.3.5" } }, "sha512-3z6w/K5BNghVPM/Pz7+1uMB/4pjFsplZaeXMACBA+ufY05gBAKFMzXnytGLqKjLOtT6yn9IgUlhRM2F1t7jyPA=="], - "create-agentuity/@agentuity/cli/@agentuity/frontend": ["@agentuity/frontend@2.0.14", "", { "dependencies": { "@agentuity/core": "2.0.14" } }, "sha512-kaNr0+dWDxFFcVM14bsdioo0MFJ2Y0DBE0j+L2nPjyf+N9HxVpmdb4cwPP0LncWdkqxyXkisAfE4vAy8txGfBA=="], + "create-agentuity/@agentuity/cli/@agentuity/frontend": ["@agentuity/frontend@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15" } }, "sha512-df6j6NU/SHs9OxMadqKNA94kEHi9l9PCEFIJXl6sWS2eXZRvAq1TIiZlnNnZ1no8Q+GalmKrYVSByKIz4xUlaw=="], - "create-agentuity/@agentuity/cli/@agentuity/server": ["@agentuity/server@2.0.14", "", { "dependencies": { "@agentuity/core": "2.0.14", "@agentuity/schema": "2.0.14", "zod": "^4.3.5" } }, "sha512-NxFcXSrv+rcPSOycbPgqifCGxOxR1NxZ5bO1gyVgLsJyJJeDz/mzyynpk42hXraJF+psCFqPHqjUvmkEzYX8Og=="], + "create-agentuity/@agentuity/cli/@agentuity/server": ["@agentuity/server@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15", "@agentuity/schema": "2.0.15", "zod": "^4.3.5" } }, "sha512-9JzxT1cJIqnvP1EAfkYb7ry84LFY0Vg9kYOl5/J8N2KxFVROkDCa4IeGxZRZexi1/I96qV9yZPb2u8TJuT1Zug=="], "cytoscape-fcose/cose-base/layout-base": ["layout-base@2.0.1", "", {}, "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg=="], @@ -4910,7 +4904,9 @@ "form-data/mime-types/mime-db": ["mime-db@1.52.0", "", {}, "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="], - "google-auth-library/gaxios/node-fetch": ["node-fetch@3.3.2", "", { "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", "formdata-polyfill": "^4.0.10" } }, "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA=="], + "gcp-metadata/gaxios/node-fetch": ["node-fetch@2.7.0", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="], + + "gcp-metadata/gaxios/uuid": ["uuid@9.0.1", "", { "bin": { "uuid": "dist/bin/uuid" } }, "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="], "hast-util-from-html/parse5/entities": ["entities@6.0.1", "", {}, "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g=="], @@ -4934,10 +4930,6 @@ "nextjs-app-agentuity/@vitejs/plugin-react/react-refresh": ["react-refresh@0.17.0", "", {}, "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ=="], - "node-fetch/whatwg-url/tr46": ["tr46@0.0.3", "", {}, "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="], - - "node-fetch/whatwg-url/webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], - "normalize-package-data/hosted-git-info/lru-cache": ["lru-cache@10.4.3", "", {}, "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="], "oauth/@vitejs/plugin-react/@rolldown/pluginutils": ["@rolldown/pluginutils@1.0.0-beta.27", "", {}, "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA=="], @@ -5144,13 +5136,13 @@ "auth-package-app/vite/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.21.5", "", { "os": "win32", "cpu": "x64" }, "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw=="], - "create-agentuity/@agentuity/cli/@agentuity/auth/@agentuity/drizzle": ["@agentuity/drizzle@2.0.14", "", { "dependencies": { "@agentuity/core": "2.0.14", "@agentuity/postgres": "2.0.14", "better-auth": "1.5.2", "drizzle-orm": "^0.45.0" } }, "sha512-1IKjQoHnipsYGRV4E3Dp8kn5YthouU50oFNWFb5Vg9XxU0hzg9SfLKdK3rELGPUJDMbR4AcURNSKnF4uB1oBAw=="], + "create-agentuity/@agentuity/cli/@agentuity/auth/@agentuity/drizzle": ["@agentuity/drizzle@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15", "@agentuity/postgres": "2.0.15", "better-auth": "1.5.2", "drizzle-orm": "^0.45.0" } }, "sha512-eKpNVG57nGcZLqca28qeSCbNlglDJTejMKnDywkrhcVIVKS7HzzukvN4jEnpR6h3NtYDCXoWjHkWniQKZKC25Q=="], - "create-agentuity/@agentuity/cli/@agentuity/server/@agentuity/schema": ["@agentuity/schema@2.0.14", "", { "dependencies": { "@agentuity/core": "2.0.14" } }, "sha512-QkbrhBFjAVbGWUXvr6YQLaDl09QIaCYjRyZi76ALOMicUtSlO6jc5McX5XeC220YPU5BhsThDUd7kFLtvyySPQ=="], + "create-agentuity/@agentuity/cli/@agentuity/server/@agentuity/schema": ["@agentuity/schema@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15" } }, "sha512-DxktIFl1yUeorviH4d2ANdGlPVXFWJTOtK2UGmEQHW0aZ8zdL41cMb5qBy1bf+eQlpxW+0hpT5AT4oLVhHnj2g=="], "docs/ai/@ai-sdk/gateway/@vercel/oidc": ["@vercel/oidc@3.1.0", "", {}, "sha512-Fw28YZpRnA3cAHHDlkt7xQHiJ0fcL+NRcIqsocZQUSmbzeIKRpwttJjik5ZGanXP+vlA4SbTg+AbA3bP363l+w=="], - "google-auth-library/gaxios/node-fetch/data-uri-to-buffer": ["data-uri-to-buffer@4.0.1", "", {}, "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A=="], + "gcp-metadata/gaxios/node-fetch/whatwg-url": ["whatwg-url@5.0.0", "", { "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="], "prebuild-install/tar-fs/tar-stream/readable-stream": ["readable-stream@3.6.2", "", { "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA=="], @@ -5164,10 +5156,14 @@ "archiver-utils/glob/minimatch/brace-expansion/balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="], - "create-agentuity/@agentuity/cli/@agentuity/auth/@agentuity/drizzle/@agentuity/postgres": ["@agentuity/postgres@2.0.14", "", { "dependencies": { "@agentuity/core": "2.0.14", "pg": "^8.13.1" }, "peerDependencies": { "@agentuity/runtime": "2.0.14" }, "optionalPeers": ["@agentuity/runtime"] }, "sha512-SfnY6Q7jiOtcppG0CvWAAUkGcY69AcjoyObK9zX7HnFZAGe2S0kp8duyYaiepBNB6hYvkpqfUwNMpCYYMs/arw=="], + "create-agentuity/@agentuity/cli/@agentuity/auth/@agentuity/drizzle/@agentuity/postgres": ["@agentuity/postgres@2.0.15", "", { "dependencies": { "@agentuity/core": "2.0.15", "pg": "^8.13.1" }, "peerDependencies": { "@agentuity/runtime": "2.0.15" }, "optionalPeers": ["@agentuity/runtime"] }, "sha512-tDW4WYqwKqEr6EBM8N3n5WEW7tmWc/nMhtYztei5GvirpQnKEJwtSRPi4ImwUwK1T76k7CfSb1OaSC6Sr/SI8A=="], "create-agentuity/@agentuity/cli/@agentuity/auth/@agentuity/drizzle/drizzle-orm": ["drizzle-orm@0.45.2", "", { "peerDependencies": { "@aws-sdk/client-rds-data": ">=3", "@cloudflare/workers-types": ">=4", "@electric-sql/pglite": ">=0.2.0", "@libsql/client": ">=0.10.0", "@libsql/client-wasm": ">=0.10.0", "@neondatabase/serverless": ">=0.10.0", "@op-engineering/op-sqlite": ">=2", "@opentelemetry/api": "^1.4.1", "@planetscale/database": ">=1.13", "@prisma/client": "*", "@tidbcloud/serverless": "*", "@types/better-sqlite3": "*", "@types/pg": "*", "@types/sql.js": "*", "@upstash/redis": ">=1.34.7", "@vercel/postgres": ">=0.8.0", "@xata.io/client": "*", "better-sqlite3": ">=7", "bun-types": "*", "expo-sqlite": ">=14.0.0", "gel": ">=2", "knex": "*", "kysely": "*", "mysql2": ">=2", "pg": ">=8", "postgres": ">=3", "sql.js": ">=1", "sqlite3": ">=5" }, "optionalPeers": ["@aws-sdk/client-rds-data", "@cloudflare/workers-types", "@electric-sql/pglite", "@libsql/client", "@libsql/client-wasm", "@neondatabase/serverless", "@op-engineering/op-sqlite", "@opentelemetry/api", "@planetscale/database", "@prisma/client", "@tidbcloud/serverless", "@types/better-sqlite3", "@types/pg", "@types/sql.js", "@upstash/redis", "@vercel/postgres", "@xata.io/client", "better-sqlite3", "bun-types", "expo-sqlite", "gel", "knex", "kysely", "mysql2", "pg", "postgres", "sql.js", "sqlite3"] }, "sha512-kY0BSaTNYWnoDMVoyY8uxmyHjpJW1geOmBMdSSicKo9CIIWkSxMIj2rkeSR51b8KAPB7m+qysjuHme5nKP+E5Q=="], + "gcp-metadata/gaxios/node-fetch/whatwg-url/tr46": ["tr46@0.0.3", "", {}, "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="], + + "gcp-metadata/gaxios/node-fetch/whatwg-url/webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="], + "archiver-utils/glob/jackspeak/@isaacs/cliui/string-width/emoji-regex": ["emoji-regex@9.2.2", "", {}, "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="], "archiver-utils/glob/jackspeak/@isaacs/cliui/strip-ansi/ansi-regex": ["ansi-regex@6.2.2", "", {}, "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg=="], diff --git a/package.json b/package.json index 458aadb95..28ae27d6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sdk-mono", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "private": true, "workspaces": [ diff --git a/packages/aigateway/package.json b/packages/aigateway/package.json index 6524721e7..99ffb1135 100644 --- a/packages/aigateway/package.json +++ b/packages/aigateway/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/aigateway", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/auth/package.json b/packages/auth/package.json index 4a9600811..a86cfef03 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/auth", - "version": "2.0.15", + "version": "2.0.16", "type": "module", "description": "Authentication for Agentuity projects using Agentuity Auth", "repository": { diff --git a/packages/claude-code/.claude-plugin/plugin.json b/packages/claude-code/.claude-plugin/plugin.json index 3e60dd03f..7ca3a7452 100644 --- a/packages/claude-code/.claude-plugin/plugin.json +++ b/packages/claude-code/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agentuity", - "version": "2.0.15", + "version": "2.0.16", "description": "Deploy websites, apps, and AI agents to Agentuity — with managed databases, storage, queues, and more", "author": { "name": "Agentuity", diff --git a/packages/claude-code/package.json b/packages/claude-code/package.json index 1acd2b891..0e4d9776d 100644 --- a/packages/claude-code/package.json +++ b/packages/claude-code/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/claude-code", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity", "description": "Claude Code plugin for deploying websites, apps, and AI agents to Agentuity — with managed databases, storage, sandboxes, queues, cron, email, and more", diff --git a/packages/cli/package.json b/packages/cli/package.json index 0bd8033a0..29eb07ced 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/cli", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/coder-tui/package.json b/packages/coder-tui/package.json index e779f6322..35abbcff1 100644 --- a/packages/coder-tui/package.json +++ b/packages/coder-tui/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/coder-tui", - "version": "2.0.15", + "version": "2.0.16", "description": "Agentuity Coder Hub extension for Pi coding agent", "license": "Apache-2.0", "author": "Agentuity employees and contributors", diff --git a/packages/coder/package.json b/packages/coder/package.json index e95f2e093..baa2e3b3a 100644 --- a/packages/coder/package.json +++ b/packages/coder/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/coder", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/core/package.json b/packages/core/package.json index f0cb68f9b..d5dec4854 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/core", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/db/package.json b/packages/db/package.json index 04cdc543c..98dd3ff7c 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/db", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/drizzle/package.json b/packages/drizzle/package.json index 9c8849bd8..2633f1eba 100644 --- a/packages/drizzle/package.json +++ b/packages/drizzle/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/drizzle", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/email/package.json b/packages/email/package.json index 172190064..60242a50b 100644 --- a/packages/email/package.json +++ b/packages/email/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/email", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/evals/package.json b/packages/evals/package.json index 210bc62cd..8680c06eb 100644 --- a/packages/evals/package.json +++ b/packages/evals/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/evals", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 22e5dbe4b..7e8aa5188 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/frontend", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/keyvalue/package.json b/packages/keyvalue/package.json index 87c6544e6..4a01bd479 100644 --- a/packages/keyvalue/package.json +++ b/packages/keyvalue/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/keyvalue", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 7a1877f0b..4d6a2491b 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/migrate", - "version": "2.0.15", + "version": "2.0.16", "description": "Migration tool from Agentuity SDK v1 to v2", "license": "Apache-2.0", "author": "Agentuity employees and contributors", diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 4bbe7f166..2497cd897 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/opencode", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "description": "Agentuity Open Code plugin with specialized AI coding agents", diff --git a/packages/pi/package.json b/packages/pi/package.json index e6e3241b4..d133f8811 100644 --- a/packages/pi/package.json +++ b/packages/pi/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/pi", - "version": "2.0.15", + "version": "2.0.16", "description": "Agentuity AI Gateway provider plugin for Pi coding agent", "license": "Apache-2.0", "author": "Agentuity employees and contributors", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index 368f07a8e..efa0938de 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/postgres", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/queue/package.json b/packages/queue/package.json index 526ed2f6d..6d678cbf5 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/queue", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/react/package.json b/packages/react/package.json index 553c10500..1d754f7d9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/react", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 2e51fd02f..2235b9d8e 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/runtime", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 32eb1d525..6160742e6 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/sandbox", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/schedule/package.json b/packages/schedule/package.json index 162b8990b..3dc3ef56a 100644 --- a/packages/schedule/package.json +++ b/packages/schedule/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/schedule", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/schema/package.json b/packages/schema/package.json index 2ca8b14ec..837101d46 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/schema", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/server/package.json b/packages/server/package.json index 4e6423ee8..7ec264fdd 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/server", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/task/package.json b/packages/task/package.json index 367f44979..7224801d7 100644 --- a/packages/task/package.json +++ b/packages/task/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/task", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 3de46c886..50ce6cd1f 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/test-utils", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "private": true, "type": "module", diff --git a/packages/vector/package.json b/packages/vector/package.json index 8e7ac690f..f30e8bad4 100644 --- a/packages/vector/package.json +++ b/packages/vector/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/vector", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/vscode/package.json b/packages/vscode/package.json index c4c73f9a1..a087dba1d 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "Agentuity VSCode Extension", "description": "Build, deploy, and manage AI agents with Agentuity", - "version": "2.0.15", + "version": "2.0.16", "publisher": "agentuity", "license": "Apache-2.0", "repository": { diff --git a/packages/webhook/package.json b/packages/webhook/package.json index ba13b82bb..5d3709bff 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/webhook", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity employees and contributors", "type": "module", diff --git a/packages/workbench/package.json b/packages/workbench/package.json index 5e6bccaa8..92b1276cd 100644 --- a/packages/workbench/package.json +++ b/packages/workbench/package.json @@ -1,6 +1,6 @@ { "name": "@agentuity/workbench", - "version": "2.0.15", + "version": "2.0.16", "license": "Apache-2.0", "author": "Agentuity", "type": "module",