mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
docs: add Vision & Image Paste guide with platform compatibility
New docs page covering clipboard image paste across all platforms: - Platform compatibility table (macOS, Linux X11/Wayland, WSL2, VSCode, SSH) - Setup instructions per platform (xclip, wl-paste, powershell.exe) - Explanation of terminal paste limitations and why /paste exists - SSH workarounds (file upload, URLs, X11 forwarding, messaging) - Keybinding reference (Alt+V, Ctrl+V, /paste) with when each works Also updates CLI commands reference with /paste command and Alt+V keybinding documentation.
This commit is contained in:
parent
e93b4d1dcd
commit
ffd2f8dc50
3 changed files with 201 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ const sidebars: SidebarsConfig = {
|
|||
'user-guide/features/code-execution',
|
||||
'user-guide/features/browser',
|
||||
'user-guide/features/image-generation',
|
||||
'user-guide/features/vision',
|
||||
'user-guide/features/tts',
|
||||
'user-guide/features/provider-routing',
|
||||
'user-guide/features/honcho',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue