@agentuity/claude-code 2.0.11 → 3.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentuity",
3
- "version": "2.0.11",
3
+ "version": "3.0.0-alpha.0",
4
4
  "description": "Deploy websites, apps, and AI agents to Agentuity — with managed databases, storage, queues, and more",
5
5
  "author": {
6
6
  "name": "Agentuity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentuity/claude-code",
3
- "version": "2.0.11",
3
+ "version": "3.0.0-alpha.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Agentuity",
6
6
  "description": "Claude Code plugin for deploying websites, apps, and AI agents to Agentuity — with managed databases, storage, sandboxes, queues, cron, email, and more",
@@ -44,5 +44,10 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "sideEffects": false
47
+ "sideEffects": false,
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "https://github.com/agentuity/sdk.git",
51
+ "directory": "packages/claude-code"
52
+ }
48
53
  }
@@ -41,7 +41,6 @@ Agentuity is a full-stack deployment platform for TypeScript applications. It pr
41
41
  | `@agentuity/react` | React hooks for agents | Frontend |
42
42
  | `@agentuity/frontend` | Framework-agnostic web utils | Frontend |
43
43
  | `@agentuity/auth` | Authentication (server + client) | Frontend |
44
- | `@agentuity/workbench` | Dev UI for testing | Frontend |
45
44
 
46
45
  ## Package Recommendations
47
46
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: agentuity-frontend
3
- description: When building website or app frontends that connect to Agentuity agents and services. Covers @agentuity/react hooks, @agentuity/auth for login flows, @agentuity/frontend for WebRTC and real-time communication, and @agentuity/workbench for the agent testing UI.
3
+ description: When building website or app frontends that connect to Agentuity agents and services. Covers @agentuity/react hooks, @agentuity/auth for login flows, @agentuity/frontend for WebRTC and real-time communication.
4
4
  version: 2.0.0
5
5
  ---
6
6
 
@@ -13,7 +13,6 @@ version: 2.0.0
13
13
  | `@agentuity/react` | React hooks for context, auth, WebRTC, and analytics |
14
14
  | `@agentuity/frontend` | Framework-agnostic web utilities |
15
15
  | `@agentuity/auth` | Authentication (server + client) |
16
- | `@agentuity/workbench` | Dev UI for testing agents |
17
16
 
18
17
  ## Key Concepts
19
18