mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-02 17:22:06 +03:00
feat(tui): support pasting clipboard images (#5563)
* feat(tui): support pasting clipboard images * fix(tui): keep image placeholders atomic * fix(tui): reconcile duplicate image placeholders * fix(tui): retain highlighted image placeholders * fix(tui): preserve image placeholder layout * fix(tui): keep image display state local * fix(tui): reject images in commands
This commit is contained in:
+4
-1
@@ -29,7 +29,10 @@ Changes reuse the gateway's normal model command and workspace policy checks.
|
||||
|
||||
When you scroll away from the latest output, the scrollbar and `Ctrl+End` hint appear only until
|
||||
you return to the bottom. Large pastes are represented by a short editable placeholder in the
|
||||
composer; nanobot sends the original text unchanged.
|
||||
composer; nanobot sends the original text unchanged. Press `Ctrl+V` or `Alt+V` while the composer
|
||||
is focused to attach an image from the system clipboard. Image bytes stay behind removable
|
||||
`[Image #n]` placeholders until the message is sent; each placeholder behaves as one unit, and
|
||||
deleting it removes its image.
|
||||
|
||||
While nanobot is working, the composer prompt becomes
|
||||
`Enter send now · Tab send next`; narrow terminals shorten it to `Enter now · Tab next`.
|
||||
|
||||
Reference in New Issue
Block a user