@reminix/vercel-ai 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ Supports both:
7
7
  - **ToolLoopAgent** - Full agents with tools and automatic tool loop handling
8
8
  - **Model** - Simple completions via `generateText`/`streamText` without tools
9
9
 
10
- > **Ready to go live?** [Deploy to Reminix](https://reminix.com/docs/deployment) for zero-config hosting, or [self-host](https://reminix.com/docs/deployment/self-hosting) on your own infrastructure.
10
+ > **Ready to go live?** [Deploy to Reminix Cloud](https://reminix.com/docs/deployment) for zero-config hosting, or [self-host](https://reminix.com/docs/deployment/self-hosting) on your own infrastructure.
11
11
 
12
12
  ## Installation
13
13
 
@@ -186,7 +186,7 @@ For information about the server, endpoints, request/response formats, and more,
186
186
 
187
187
  Ready to go live?
188
188
 
189
- - **[Deploy to Reminix](https://reminix.com/docs/deployment)** - Zero-config cloud hosting
189
+ - **[Deploy to Reminix Cloud](https://reminix.com/docs/deployment)** - Zero-config cloud hosting
190
190
  - **[Self-host](https://reminix.com/docs/deployment/self-hosting)** - Run on your own infrastructure
191
191
 
192
192
  ## Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reminix/vercel-ai",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Reminix adapter for Vercel AI SDK - serve agents as REST APIs",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -47,7 +47,7 @@
47
47
  "LICENSE"
48
48
  ],
49
49
  "dependencies": {
50
- "@reminix/runtime": "^0.0.3"
50
+ "@reminix/runtime": "^0.0.4"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "ai": ">=6.0.0"