@nylorun/create-agent 0.3.0-beta → 0.3.1-beta
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.
- package/CHANGELOG.md +7 -0
- package/compatibility.json +1 -1
- package/dist/compatibility.json +1 -1
- package/dist/starter/src/index.ts +4 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.1-beta
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fd24b00: Flatten Runtime agent routes to `/:id/...` and pass matching `basePath` from the Hono mount so discovery, manifests, and AG-UI resolve at `/agents/:id/...` for Studio.
|
|
8
|
+
- Update the tested Harness, Runtime, and Studio compatibility combination.
|
|
9
|
+
|
|
3
10
|
## 0.3.0-beta
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
package/compatibility.json
CHANGED
package/dist/compatibility.json
CHANGED