fix: /home/agentos alignment and docs#1513
Closed
abcxff wants to merge 2 commits into
Closed
Conversation
secure-exec renamed the VM home /home/user -> /home/agentos (bindings rename, 165e5dc0), but agent-os source/tests still assumed /home/user. Post-bump the directory no longer exists, so anything keying off the home dir (Pi adapter agentDir, base-dir bootstrap, shell cwd default) pointed at a dead path. Align all functional source + tests on /home/agentos: - KERNEL_POSIX_BOOTSTRAP_DIRS (agent-os.ts, runtime-compat.ts) - shell --work-dir default - stock pi adapter HOME fallback - quickstart pi-extensions seed path - retarget the home base-image regression guard (renamed home-user-base-image -> home-base-image) to /home/agentos - TS + Rust test fixtures Docs/website/examples-docs deferred (commit #1506 deliberately set those to /home/user the day before the runtime moved; needs a separate docs decision). The client's custom adapter hardcodes /home/user and is out of scope here (no HOME override; fix via PI_EXTENSION_PATH separately). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Follow-up to the /home/agentos source alignment: update docs, website content, and example snippets from /home/user to /home/agentos so they match the renamed VM home. This re-reverts the doc half of #1506 (which set docs back to /home/user the day before the runtime moved to /home/agentos), restoring docs/runtime agreement. Generated website/.astro cache left untouched (regenerated on build). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
🚅 Deployed to the agentos-pr-1513 environment in agentos
🚅 Deployed to the agentos-pr-1513 environment in rivet-frontend
|
6e27d04 to
d8c4d95
Compare
Member
|
Closing as superseded by #1514, which now targets main and includes these /home/agentos alignment commits plus the replacement onAgentStderr implementation. |
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.
Consolidated fixes for /home/agentos alignment.
/home/agentos alignment
secure-exec renamed the VM home
/home/user->/home/agentos(bindings rename,165e5dc0), but agent-os source/tests/docs still assumed/home/user, so anything keying off the home dir pointed at a path that no longer exists.This aligns functional source, tests, docs, and examples on
/home/agentos: base-dir bootstrap, shell--work-dirdefault, stock pi adapterHOMEfallback, quickstart seed path, and the home base-image regression guard.Note: docs change re-reverts the doc half of #1506, which set docs back to
/home/userthe day before the runtime moved to/home/agentos.