Skip to content

fix(client): honor trusted remote management grant - #36

Open
Grivn wants to merge 1 commit into
mainfrom
codex/fix-trusted-remote-write-ui
Open

fix(client): honor trusted remote management grant#36
Grivn wants to merge 1 commit into
mainfrom
codex/fix-trusted-remote-write-ui

Conversation

@Grivn

@Grivn Grivn commented Aug 17, 2026

Copy link
Copy Markdown
Member

Summary

  • derive Mnemon workspace write controls from the Host settings capability grant instead of connection.isLoopback
  • pass the same settings capability into the assistant-message save action
  • preserve activation-only behavior when remote management is unavailable and add positive coverage for explicitly authorized remote Hosts

Why

remoteAccess: trusted-host promotes the write, settings, and pack RPC channels at Host startup, but the v0.2.6+ client still disabled memory writes whenever isLoopback was false. This caused the UI to reject authorized remote writes before transport even though the Host had granted them.

Validation

  • vitest run: 345 passed, 1 Windows-only test skipped
  • tsc -p tsconfig.json --noEmit
  • tsdown
  • tsc -p tsconfig.types.json
  • git diff --check

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant