You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add mode parameter to writeFile and appendFile across all SDKs
The RPC types for writeFile and appendFile include an optional mode
field, but all 4 SDK languages were silently dropping it. This adds
the mode parameter to the provider interfaces and adapters for
Node.js, Python, Go, and .NET, consistent with how mkdir already
forwards mode.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments