Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
Images
Kimaki handles images in both directions: attach images to your message for the agent to look at, and see images the agent produces rendered inline in the thread.
Sending images to the agent
Attach one or more images (or PDFs) to a Discord message. Kimaki downloads each one, resizes it if needed, and sends it to the session as inline content the model can actually see.
Discord attachment (png/jpg/pdf)
│ download + resize
▼
inline image ──▶ OpenCode session ──▶ model reads it
This is great for screenshots of bugs, design mockups, error dialogs, or diagrams you want the agent to implement or debug.
Seeing images from the agent
When the agent produces image files (screenshots, generated diagrams, rendered output), it can upload them back into the thread. Sending multiple files in one message makes Discord display them in a grid, so a set of screenshots shows up neatly together.