@agentos-software/opencode 0.0.0-codex-agentos-native-platform-e2e.78ef941 → 0.0.0-feat-on-limit-warning.62a2bc2
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/.turbo/turbo-build.log +2 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @agentos-software/opencode@0.0.0-
|
|
2
|
+
> @agentos-software/opencode@0.0.0-feat-on-limit-warning.62a2bc2 build /home/runner/work/agentos/agentos/registry/agent/opencode
|
|
3
3
|
> node ./scripts/build-opencode-acp.mjs && tsc
|
|
4
4
|
|
|
5
5
|
Downloading OpenCode v1.3.13 source...
|
|
@@ -22,4 +22,4 @@ $ husky
|
|
|
22
22
|
+ @aws-sdk/client-s3@3.933.0
|
|
23
23
|
+ typescript@5.8.2 (v6.0.3 available)
|
|
24
24
|
|
|
25
|
-
4445 packages installed [
|
|
25
|
+
4445 packages installed [27.23s]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentos-software/opencode",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-feat-on-limit-warning.62a2bc2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"check-types": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@rivet-dev/agentos-core": "0.0.0-
|
|
23
|
+
"@rivet-dev/agentos-core": "0.0.0-feat-on-limit-warning.62a2bc2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"bun": "1.3.11",
|