| ▲ | gpm 8 hours ago | |
This is a cool solution... I have a simpler one, though likely inferior for many purposes.. Run <ai tool of your choice> under its own user account via ssh. Bind mount project directories into its home directory when you want it to be able to read them. Mount command looks like
I particularly use this with vscode's ssh remotes. | ||
| ▲ | athrowaway3z 6 hours ago | parent [-] | |
I've been using a dedicated user account for 6 months now, and it does everything. What makes it great is the only axis of configuration is managing "what's hoisted into its accessible directories". Its awe-inspiring the levels of complexity people will re-invent/bolt-on to achieve comparable (if not worse) results. | ||