Limitations
Thomas Forgione edited this page 2026-09-11 09:47:48 +02:00

Page revisions

3 Commits

Author SHA1 Message Date
3b8cd475f3
Document thinking, and the boxes around the asides
A Thinking section on the usage page: what is shown while a model reasons,
that it stays in the conversation, that its tokens count, and that keeping it
costs no context. The tools example gains its boxes too. The configuration
page no longer says turning thinking on buys nothing, and the limitations
page no longer says it is dropped — what remains is that it cannot be folded
away.
2026-09-11 09:47:48 +02:00
101eeb6a65
Note what a dropped file depends on, and that no image is drawn
A drop is settled between the file manager and the terminal window, so
whether anything reaches papote is the terminal's decision. Measured on
Alacritty 0.17: its native Wayland window writes nothing, its X11 backend
writes the path as a bracketed paste, which papote already attaches. A drag
out of a browser cannot work at all — a web image is not a file, so what is
offered is an http address; copying the image and pressing Ctrl-V is the way.

While there: the page still claimed papote had no image support. It sends
them now; what it cannot do is draw one, which is the limitation worth
stating.
2026-09-11 09:23:15 +02:00
21a9383bdf
Split the README's detail across nine pages, with a sidebar
The README had grown to 279 lines and buried the point under a full
configuration reference. It keeps the pitch, the example and a quick start;
everything else moves here, one page per thing you might actually be looking
for.

_Sidebar.md gives every page the same three-section column: getting started,
using it, under the hood.
2026-09-10 17:09:02 +02:00