[codex] publish Darwin sidecar and plugin artifacts#1511
Draft
NathanFlurry wants to merge 1 commit into
Draft
Conversation
f359871 to
5020c65
Compare
5020c65 to
61a7af3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Adds Darwin publish support for the native AgentOS stack on top of the dylib integration branch:
agentos-sidecarondarwin-arm64anddarwin-x64agentos-actor-pluginon Darwin and shipslibagentos_actor_plugin.dylib0.3.1-rc.2so the macOS build uses the Darwin-capable secure-exec previewWhy
macOS installs need both pieces: the AgentOS sidecar binary and the RivetKit-loadable actor plugin dylib. Shipping only the sidecar leaves
@rivet-dev/agentosunable to load the native plugin on Darwin.Validation
Local:
pnpm --dir scripts/publish testpnpm --dir scripts/publish run check-typescargo build -p agentos-sidecar -p agentos-actor-pluginpnpm --filter @rivet-dev/agentos-core build && pnpm --filter @rivet-dev/agentos run check-typescargo test -p agentos-sidecar --test acp_adapter_stderr --test acp_extension --no-runcargo test -p agentos-client --test os_instructions_e2e --no-runPreview publish:
0.0.0-codex-darwin-ci-publish.61a7af3linux-x64-gnu,darwin-arm64, anddarwin-x64Notes
cargo fmt --checkstill reports unrelated pre-existing formatting churn incrates/client/tests/fs_e2e.rsand older formatting in touched Rust files; I left that out of scope to keep this diff focused.