Filesystem access
On the linked machine’s card in the Console you’ll find the Filesystem access toggle. The disclosure next to it says exactly what it does:Lets this assistant read files from your home folder on request and save edited copies back — your originals are never overwritten. This exposes your entire home directory over a secure connection; turn it off any time to revoke access.With it enabled:
- Reading is on-request. Your assistant doesn’t crawl your disk. When you ask it to work with a file — “grab the Q3 contract from my Documents” — it browses to it and fetches that file over the secure channel.
- Your originals are sacred. When your assistant edits something, the result is saved back as a timestamped copy alongside the original, in a review location — never over the file you had. You look at the edited copy and decide what to do with it.
- Sensitive corners are skipped. Credential folders (
.sshkeys and the like) and machine noise (caches, dependency folders) are excluded from what the assistant fetches. - Off means off. Flip the toggle any time; access is revoked and the keys that enabled it are cleared — taking effect within about a minute, even mid-session.
Terminal & shell commands
Your assistant can also run commands on your machine — the newest addition to linked desktops:- “Run the backup script in my projects folder.”
- “Check whether Docker is running and restart it if not.”
- “Show me what’s eating disk space in my home directory.”
- Only commands you ask for. The shell is for things you explicitly want executed on your machine. Your assistant won’t run commands there on its own initiative for its own convenience.
- The shell is not a back door to your files. Reading and fetching your files always goes through the filesystem access channel above, with its no-overwrite guarantees and exclusions — your assistant is expressly forbidden from using shell commands to dump or copy your file contents around them.