@effect-agent/pr-review 0.1.0-beta.27 → 0.1.0-beta.28
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-agent/pr-review",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.28",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@effect/ai-openai": "4.0.0-rc.110",
|
|
25
25
|
"@effect/platform-node": "4.0.0-rc.110",
|
|
26
26
|
"effect": "4.0.0-rc.110",
|
|
27
|
-
"effect-agent": "0.1.0-beta.
|
|
27
|
+
"effect-agent": "0.1.0-beta.28"
|
|
28
28
|
},
|
|
29
29
|
"description": "Bounded, fail-closed GitHub pull-request reviewer built on the effect-agent public surface: schema-first review contracts, read-only tools, GitHub adapters, a configuration factory, and CLI + GitHub Actions entrypoints.",
|
|
30
30
|
"license": "MIT",
|