Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.
This repository was archived by the owner on May 24, 2026. It is now read-only.

Add Session Filesystem Provider (ISessionFsHandler) #697

Description

@PureWeen

Summary

SDK v0.2.2 added ISessionFsHandler — an interface with 10 filesystem methods that lets you intercept and virtualize file operations for a session. This could enable sandboxed file access for mobile sessions.

SDK API

  • ISessionFsHandler (v0.2.2) — 10 filesystem methods
  • ServerRpc.SessionFs.SetProviderAsync() — set the filesystem provider

Use Cases

  1. Mobile sandboxing — virtualize file operations so mobile sessions don't need real filesystem access
  2. Preview changes — intercept writes to show diffs before committing
  3. Remote workspace — provide filesystem access to remote repos without cloning locally

Priority: 🟢 LOW

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions