Skip to content

Commit 8b93c77

Browse files
author
Yogthos
committed
Add vision/image-paste feature card
1 parent 877216e commit 8b93c77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,10 @@ <h3>Token-Efficient I/O</h3>
767767
<h3>Step-Through Debugging</h3>
768768
<p>A built-in Debug Adapter Protocol client drives real debuggers — set breakpoints, step, inspect stacks and variables — straight from the agent loop and Janet plugins (<code>debug</code> tool, <code>dap/*</code> bindings).</p>
769769
</div>
770+
<div class="feat">
771+
<h3>Vision &amp; Image Paste</h3>
772+
<p>Paste a clipboard image into the prompt with <code>Ctrl+V</code> and send it to a vision model — turns are multipart, interleaving text and pictures. Images live out-of-line in the session's <code>assets/</code> dir and are re-read at the provider boundary each turn, so transcripts stay small. Gated by provider/model vision support, with a <code>multimodal</code> override for local models like Ollama <code>llama3.2-vision</code>.</p>
773+
</div>
770774
</div>
771775
</section>
772776

0 commit comments

Comments
 (0)