Skip to content

4.0.7

Choose a tag to compare

@DuckTapeKiller DuckTapeKiller released this 25 Jul 11:35
· 49 commits to main since this release

Dive 4.0.7

Image attachments now stay with the conversation. An attached image used to exist only for the one request it was sent with — the model lost sight of it on the next turn, so asking a follow-up meant attaching it again, and reopening the conversation showed the turn with its thumbnail gone. Images are now stored once, kept in history, and re-sent to the model automatically.

Fixed along with it:

  • A tool call mid-turn no longer drops the image before the answer.
  • REGEN re-sends the image instead of regenerating blind.
  • Sending a message the instant a file is dropped waits for the upload; the composer shows an "Uploading…" pill.
  • Vision models are told explicitly that attached images are visible to them, so they stop replying "please provide the image".

New: export a conversation as Markdown. A download button beside the attach control saves the whole session to your Downloads folder — every turn with its attachments, the model's reasoning, the tools it ran and the library passages it was given.