Summary
Agents accessed via SSH cannot view the local file links.
Motivation
I keep my agents in a sandboxed container to minimize security concerns with my local filesystem. So in the plugin, I set up a custom agent with the command ssh and the arguments providing the host and other information needed (using hermes-agent as a backend).
This works great for chat, and it works great for notes that I explicitly link with the @Note syntax, but does not work for the current note. The current note is instead sent as a file link on my local computer which my remote agent cannot read.
Proposed solution
Have the current note sent the same way that the @-linked notes are sent. Or, create a setting that dictates whether files are sent by link or not (this could even be inferred from the way the agent is setup).
Alternatives considered
Currently, I am unable to use the automatic-current-note inclusion, so have to disable it. But it would be super useful if this feature were added so that I could use it!
Additional context
No response
Summary
Agents accessed via SSH cannot view the local file links.
Motivation
I keep my agents in a sandboxed container to minimize security concerns with my local filesystem. So in the plugin, I set up a custom agent with the command
sshand the arguments providing the host and other information needed (using hermes-agent as a backend).This works great for chat, and it works great for notes that I explicitly link with the
@Notesyntax, but does not work for the current note. The current note is instead sent as a file link on my local computer which my remote agent cannot read.Proposed solution
Have the current note sent the same way that the @-linked notes are sent. Or, create a setting that dictates whether files are sent by link or not (this could even be inferred from the way the agent is setup).
Alternatives considered
Currently, I am unable to use the automatic-current-note inclusion, so have to disable it. But it would be super useful if this feature were added so that I could use it!
Additional context
No response