docs: add UID/GID mapping section to Agent Drive overview#582
docs: add UID/GID mapping section to Agent Drive overview#582devin-ai-integration[bot] wants to merge 2 commits into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Devin is archived and cannot be woken up. Please unarchive Devin if you want to continue using it. |
Joffref
left a comment
There was a problem hiding this comment.
DevinAI don't mention filer and the UID/GID on its end, it's more confusing than anything
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
There was a problem hiding this comment.
LGTM
No previous comments to address (prior review was LGTM). The new commit cleanly removes internal filer references, leaving the public documentation accurate and consistent.
Tag @mendral-app with feedback or questions. View session
|
@Joffref not sure if you want to merge this now or later but lgtm from my side. |
|
@vikram-blaxel I believe it hasn't been merge correctly in SDKs. We need to fix auto-gen of the SDK. |
Summary
Adds a new "Map UID/GID on mount" subsection to the Agent Drive Overview page, documenting the optional UID/GID mapping feature introduced in sandbox#211.
The section covers:
uidMap/gidMapwhen mounting a drive (TypeScript and Python examples)0)BLFS_UID_MAPandBLFS_GID_MAPenvironment variablesReview & Testing Checklist for Human
uidMap,gidMap)uid_map,gid_map)npx mint devto confirm renderingNotes
This section is placed after "Mount a drive as read-only" and before "List mounted drives", following the existing H3 pattern for mount options.
Link to Devin session: https://app.devin.ai/sessions/1dfaeffa257b47078447110cbb2007fc
Requested by: @Joffref
Note
Adds a "Map UID/GID on mount" subsection to the Agent Drive Overview, documenting
uidMap/gidMapmount parameters andBLFS_UID_MAP/BLFS_GID_MAPenvironment variables. The follow-up commit removes internal filer references that shouldn't be in public docs.Written by Mendral for commit affe4e8.